Fix contrast ratio of some text in Audio adjustment page are too low

Apply same the sub text style from seekbar preference

Bug: 188603038
Test: Manual testing
Change-Id: I6e3db2657a02ac885b16309546e7f2224775a194
This commit is contained in:
menghanli
2021-05-20 09:26:51 +08:00
committed by Menghan Li
parent ceed5d817b
commit 5eb4edad0e

View File

@@ -91,6 +91,8 @@
<TextView
android:id="@+id/left_text"
android:text="@string/accessibility_toggle_primary_balance_left_label"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
@@ -99,6 +101,8 @@
<TextView
android:id="@+id/right_text"
android:text="@string/accessibility_toggle_primary_balance_right_label"
android:textAppearance="?android:attr/textAppearanceSmall"
android:textColor="?android:attr/textColorSecondary"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"