Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5eb4edad authored by menghanli's avatar menghanli Committed by Menghan Li
Browse files

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
parent ceed5d81
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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"