From 168423fe2ea9e086b499ec0523d584f985af2080 Mon Sep 17 00:00:00 2001 From: Tharun kumar <cb.en.u4cse17419@cb.students.amrita.edu> Date: Mon, 20 Apr 2020 18:38:26 +0530 Subject: [PATCH] Upload New File --- activity_payement.xml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 activity_payement.xml diff --git a/activity_payement.xml b/activity_payement.xml new file mode 100644 index 0000000..8377b6d --- /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 -- GitLab