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:
@@ -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"
|
||||
|
Reference in New Issue
Block a user