Fix text color

pull/123/head
FongMi 3 years ago
parent 21b9027f15
commit 9f792e60d0
  1. 2
      app/src/leanback/res/layout/adapter_filter.xml
  2. 2
      app/src/leanback/res/layout/adapter_type.xml

@ -7,6 +7,6 @@
android:background="@drawable/selector_item_round"
android:focusable="true"
android:focusableInTouchMode="true"
android:textColor="@color/text"
android:textColor="@color/white"
android:textSize="16sp"
tools:text="全部" />

@ -8,6 +8,6 @@
android:focusable="true"
android:focusableInTouchMode="true"
android:gravity="center"
android:textColor="@color/text"
android:textColor="@color/white"
android:textSize="16sp"
tools:text="電影" />
Loading…
Cancel
Save