[leanback] fix setting focus

pull/219/head
FongMi 2 years ago
parent 9a4880814c
commit 65e3616a16
  1. 3
      app/src/leanback/res/layout/activity_setting.xml

@ -159,6 +159,7 @@
android:background="@drawable/selector_item"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/player"
android:orientation="horizontal">
<TextView
@ -193,6 +194,7 @@
android:background="@drawable/selector_item"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/player"
android:padding="8dp"
android:scaleType="fitCenter"
android:src="@drawable/ic_setting_home" />
@ -204,6 +206,7 @@
android:background="@drawable/selector_item"
android:focusable="true"
android:focusableInTouchMode="true"
android:nextFocusDown="@id/player"
android:padding="8dp"
android:scaleType="fitCenter"
android:src="@drawable/ic_setting_refresh" />

Loading…
Cancel
Save