|
@@ -3,6 +3,16 @@
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
|
+ <Button
|
|
|
+ android:id="@+id/return_btn"
|
|
|
+ android:layout_width="70dp"
|
|
|
+ android:layout_height="30dp"
|
|
|
+ android:layout_x="16dp"
|
|
|
+ android:layout_y="560dp"
|
|
|
+ android:background="@drawable/button_radius"
|
|
|
+ android:text="@string/return_main_btn"
|
|
|
+ android:textSize="8dp" />
|
|
|
+
|
|
|
<TextView
|
|
|
android:id="@+id/timeout"
|
|
|
android:layout_width="40dp"
|