Skip to content
Snippets Groups Projects
Commit 8049583f authored by viveksvdy2014's avatar viveksvdy2014
Browse files

Added Confirmation Page and Moved some functions from Mainactivity to new Activity

parent e934c81c
No related branches found
No related tags found
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment