Skip to content
Snippets Groups Projects
Commit 168423fe authored by Tharun kumar's avatar Tharun kumar
Browse files

Upload New File

parent ddf473c6
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
tools:context=".Payement">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="payement"/>
<Button
android:id="@+id/don_pay"
android:layout_width="80dp"
android:layout_height="30dp"
android:layout_alignParentTop="true"
android:layout_alignParentEnd="true"
android:layout_alignParentRight="true"
android:layout_marginTop="219dp"
android:layout_marginEnd="-4dp"
android:layout_marginRight="-10dp"
android:background="#46CB1B"
android:text="DONATE" />
</RelativeLayout>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment