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.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/layout/tunable_tv_view.xml b/res/layout/tunable_tv_view.xml
index 00c9908c..549d0535 100644
--- a/res/layout/tunable_tv_view.xml
+++ b/res/layout/tunable_tv_view.xml
@@ -17,6 +17,27 @@
<merge xmlns:android="http://schemas.android.com/apk/res/android" >
+ <View android:id="@+id/channel_up"
+ android:layout_width="wrap_content"
+ android:focusable="false"
+ android:focusableInTouchMode="true"
+ android:layout_height="1dp"
+ android:layout_gravity="top" />
+ <View android:id="@+id/placeholder"
+ android:layout_width="1dp"
+ android:layout_height="1dp"
+ android:focusable="false"
+ android:focusableInTouchMode="true"
+ android:focusedByDefault="true"
+ android:layout_gravity="center" />
+
+ <View android:id="@+id/channel_down"
+ android:layout_width="wrap_content"
+ android:focusable="false"
+ android:focusableInTouchMode="true"
+ android:layout_height="1dp"
+ android:layout_gravity="bottom" />
+
<com.android.tv.ui.AppLayerTvView android:id="@+id/tv_view"
android:layout_width="match_parent"
android:layout_height="match_parent"