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

Commit ee6b4bdc authored by chelseahao's avatar chelseahao
Browse files

Change text color for better contrast

Test: atest
Bug: 354877223
Flag: com.android.settingslib.flags.enable_le_audio_sharing
Change-Id: Ibddd354dbe2838f105aa2ff6087cbcaa2371438d
parent 5c466c5b
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -45,6 +45,7 @@
            <TextView
                android:id="@+id/dialog_title"
                android:textAppearance="@android:style/TextAppearance.DeviceDefault.Headline"
                android:textColor="?android:attr/textColorPrimary"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="15dp"
@@ -54,6 +55,7 @@
            <TextView
                android:id="@+id/dialog_subtitle"
                android:textAppearance="@android:style/TextAppearance.DeviceDefault.Small"
                android:textColor="?android:attr/textColorSecondary"
                android:textStyle="bold"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
@@ -65,6 +67,7 @@
            <TextView
                android:id="@+id/dialog_subtitle_2"
                android:textAppearance="@android:style/TextAppearance.DeviceDefault.Small"
                android:textColor="?android:attr/textColorSecondary"
                android:layout_width="wrap_content"
                android:layout_height="wrap_content"
                android:layout_marginTop="15dp"