[leanback] adjust color

pull/171/head
FongMi 2 years ago
parent 098b7c168f
commit 0976b2c5d5
  1. 2
      app/src/leanback/res/drawable/ic_action_choose.xml
  2. 2
      app/src/leanback/res/drawable/ic_action_size.xml
  3. 2
      app/src/leanback/res/layout/dialog_track.xml

@ -1,7 +1,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorControlNormal"
android:tint="@color/grey_600"
android:viewportWidth="24"
android:viewportHeight="24">
<path

@ -1,7 +1,7 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:tint="?attr/colorControlNormal"
android:tint="@color/grey_600"
android:viewportWidth="960"
android:viewportHeight="960">
<path

@ -18,7 +18,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:textColor="?android:attr/textColorPrimary"
android:textColor="@color/grey_900"
android:textSize="16sp"
tools:text="選擇字幕" />

Loading…
Cancel
Save