|
@@ -3,16 +3,17 @@
|
3
|
3
|
android:layout_width="match_parent"
|
4
|
4
|
android:layout_height="match_parent"
|
5
|
5
|
android:background="@drawable/main_bg"
|
6
|
|
- android:orientation="vertical"
|
7
|
|
- android:paddingTop="30dp">
|
|
6
|
+ android:orientation="vertical">
|
8
|
7
|
|
9
|
8
|
<FrameLayout
|
10
|
9
|
android:layout_width="match_parent"
|
11
|
10
|
android:layout_height="match_parent">
|
|
11
|
+
|
12
|
12
|
<LinearLayout
|
13
|
13
|
android:layout_width="match_parent"
|
14
|
14
|
android:layout_height="match_parent"
|
15
|
|
- android:orientation="vertical">
|
|
15
|
+ android:orientation="vertical"
|
|
16
|
+ android:paddingTop="30dp">
|
16
|
17
|
|
17
|
18
|
<Button
|
18
|
19
|
android:id="@+id/btn"
|
|
@@ -67,24 +68,25 @@
|
67
|
68
|
android:layout_marginTop="24dp"
|
68
|
69
|
android:overScrollMode="never" />
|
69
|
70
|
</LinearLayout>
|
|
71
|
+
|
70
|
72
|
<TextView
|
71
|
73
|
android:id="@+id/timestoptv"
|
72
|
74
|
android:layout_width="match_parent"
|
73
|
75
|
android:layout_height="match_parent"
|
|
76
|
+ android:background="@color/white"
|
74
|
77
|
android:gravity="center"
|
75
|
|
- android:text="@string/stoptips"
|
|
78
|
+ android:text="@string/timestoptips"
|
76
|
79
|
android:textColor="@color/black"
|
77
|
|
- android:textSize="20sp"
|
78
|
|
- android:visibility="gone" />
|
|
80
|
+ android:textSize="20sp" />
|
79
|
81
|
|
80
|
82
|
<TextView
|
81
|
83
|
android:id="@+id/stoptv"
|
82
|
84
|
android:layout_width="match_parent"
|
83
|
85
|
android:layout_height="match_parent"
|
|
86
|
+ android:background="@color/white"
|
84
|
87
|
android:gravity="center"
|
85
|
88
|
android:text="@string/stoptips"
|
86
|
89
|
android:textColor="@color/black"
|
87
|
|
- android:textSize="20sp"
|
88
|
|
- android:visibility="gone" />
|
|
90
|
+ android:textSize="20sp" />
|
89
|
91
|
</FrameLayout>
|
90
|
92
|
</LinearLayout>
|