From 8049583f5434c20f97150d1f5baa48e9a9ae2ce5 Mon Sep 17 00:00:00 2001 From: viveksvdy2014 <viveksp.ac@gmail.com> Date: Sat, 18 Feb 2017 02:00:17 +0530 Subject: [PATCH] Added Confirmation Page and Moved some functions from Mainactivity to new Activity --- .../layout/activity_confirmation_screen.xml | 25 ++++++++++--------- 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/layout/activity_confirmation_screen.xml b/app/src/main/res/layout/activity_confirmation_screen.xml index a32030b..38cd7ca 100644 --- a/app/src/main/res/layout/activity_confirmation_screen.xml +++ b/app/src/main/res/layout/activity_confirmation_screen.xml @@ -35,18 +35,6 @@ android:layout_alignParentLeft="true" android:layout_alignParentStart="true" /> - <TextView - android:text="If this was a FALSEALARM OR ACCIDENT, please ENTER THE PIN AND press CANCEL!" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_centerVertical="true" - android:layout_centerHorizontal="true" - android:id="@+id/textView3" - android:textSize="24sp" - android:textAlignment="center" - android:textStyle="normal|bold" - android:textColor="@android:color/holo_green_light" /> - <EditText android:layout_width="match_parent" android:layout_height="wrap_content" @@ -72,4 +60,17 @@ android:layout_alignParentStart="true" style="@android:style/Widget.Holo.Button" android:onClick="onCancel" /> + + <TextView + android:text="If this is a FALSEALARM OR ACCIDENT, please ENTER THE PIN AND press CANCEL!" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:id="@+id/textView3" + android:textSize="24sp" + android:textAlignment="center" + android:textStyle="normal|bold" + android:textColor="@android:color/holo_green_light" + android:layout_centerVertical="true" + android:layout_alignParentLeft="true" + android:layout_alignParentStart="true" /> </RelativeLayout> -- GitLab