|
3 | 3 | android:layout_width="match_parent" |
4 | 4 | android:layout_height="match_parent" |
5 | 5 | android:background="@android:color/black" |
6 | | - android:descendantFocusability="blocksDescendants"> |
| 6 | + android:descendantFocusability="afterDescendants"> |
7 | 7 |
|
8 | 8 | <FrameLayout |
9 | 9 | android:id="@+id/surface_container" |
|
109 | 109 | android:layout_alignParentStart="true" |
110 | 110 | android:layout_alignParentLeft="true" |
111 | 111 | android:layout_alignParentTop="true" |
112 | | - android:paddingLeft="10dp" |
113 | 112 | android:background="@drawable/jz_title_bg" |
114 | | - android:paddingStart="10dp"> |
| 113 | + android:paddingStart="10dp" |
| 114 | + android:paddingLeft="10dp" |
| 115 | + android:visibility="gone"> |
115 | 116 |
|
116 | 117 | <ImageView |
117 | 118 | android:id="@+id/back" |
|
150 | 151 | android:layout_marginEnd="14dp" |
151 | 152 | android:layout_marginRight="14dp" |
152 | 153 | android:gravity="center_vertical" |
153 | | - android:orientation="vertical"> |
| 154 | + android:orientation="vertical" |
| 155 | + android:visibility="invisible"> |
154 | 156 |
|
155 | 157 | <ImageView |
156 | 158 | android:id="@+id/battery_level" |
|
215 | 217 | android:layout_centerHorizontal="true" |
216 | 218 | android:layout_centerVertical="true" |
217 | 219 | android:gravity="center_horizontal" |
218 | | - android:orientation="vertical"> |
| 220 | + android:orientation="vertical" |
| 221 | + android:visibility="invisible"> |
219 | 222 |
|
220 | 223 | <TextView |
221 | 224 | android:layout_width="wrap_content" |
|
0 commit comments