Fix insufficient contrast for the strings "Dimmer" and "Brighter" in the light theme

Apply same the sub text style from seekbar preference

Bug: 219752953
Test: Manual testing
Change-Id: If107452b942e23dee17c73873f4aedc3a25c7f5d
This commit is contained in:
menghanli
2022-08-04 11:50:06 +08:00
parent 6fd05aa80a
commit a8b9c805a2

View File

@@ -67,6 +67,8 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="start|top" android:layout_gravity="start|top"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"
android:gravity="start" android:gravity="start"
android:layout_weight="1"/> android:layout_weight="1"/>
@@ -75,6 +77,8 @@
android:layout_width="0dp" android:layout_width="0dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="end|top" android:layout_gravity="end|top"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"
android:gravity="end" android:gravity="end"
android:layout_weight="1"/> android:layout_weight="1"/>