Update activity_setting.xml

pull/102/head
FongMi 3 years ago
parent 83547f0784
commit 9ae503d6ec
  1. 6
      app/src/leanback/res/layout/activity_setting.xml

@ -36,14 +36,14 @@
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="12dp" android:layout_marginTop="16dp"
android:orientation="horizontal"> android:orientation="horizontal">
<LinearLayout <LinearLayout
android:id="@+id/config" android:id="@+id/config"
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginEnd="12dp" android:layout_marginEnd="16dp"
android:layout_weight="1" android:layout_weight="1"
android:background="@drawable/selector_item" android:background="@drawable/selector_item"
android:focusable="true" android:focusable="true"
@ -89,7 +89,7 @@
android:id="@+id/thumbnail" android:id="@+id/thumbnail"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_marginTop="12dp" android:layout_marginTop="16dp"
android:background="@drawable/selector_item" android:background="@drawable/selector_item"
android:focusable="true" android:focusable="true"
android:focusableInTouchMode="true" android:focusableInTouchMode="true"

Loading…
Cancel
Save