diff --git a/activity_payement.xml b/activity_payement.xml new file mode 100644 index 0000000000000000000000000000000000000000..8377b6de25db7cf52c216db4fba8e289d5faf65b --- /dev/null +++ b/activity_payement.xml @@ -0,0 +1,27 @@ +<?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