aboutsummaryrefslogtreecommitdiff
path: root/res/layout/tunable_tv_view.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/tunable_tv_view.xml')
-rw-r--r--res/layout/tunable_tv_view.xml14
1 files changed, 7 insertions, 7 deletions
diff --git a/res/layout/tunable_tv_view.xml b/res/layout/tunable_tv_view.xml
index 6c45caa8..e02fb892 100644
--- a/res/layout/tunable_tv_view.xml
+++ b/res/layout/tunable_tv_view.xml
@@ -16,6 +16,13 @@
-->
<merge xmlns:android="http://schemas.android.com/apk/res/android" >
+ <View
+ android:id="@+id/block_screen_for_tune"
+ android:visibility="gone"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:background="@android:color/black" />
+
<include layout="@layout/block_screen"
android:id="@+id/hide_screen" />
@@ -27,13 +34,6 @@
android:background="@android:color/transparent"
android:layout_gravity="center" />
- <View
- android:id="@+id/block_screen_for_tune"
- android:visibility="gone"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:background="@android:color/black" />
-
<include layout="@layout/block_screen"
android:id="@+id/block_screen" />