Fix contrast ratio of some text in Audio adjustment page are too low am: 5eb4edad0e
am: d80dbc2d49
am: 1500df5099
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/14646253 Change-Id: I064cc9723fd4f44cb6d57d79c5b2f91e04a6ffbd
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