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

Unverified Commit 1150e9c2 authored by Tommaso Fonda's avatar Tommaso Fonda Committed by LuK1337
Browse files

LineageParts: Improve text readability in the light settings dialog

When the dark theme is enabled, the readability of the pulse length and
frequency strings in the respective drop-down menus is suboptimal. It
can be improved by setting the text color to textColorSecondary.

Change-Id: I17e1ac43a5dec23ada6fe2f614f595e8c2fe1b8b
parent ca9dfc45
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -14,6 +14,6 @@
    android:paddingTop="8dp"
    android:paddingBottom="8dp"
    android:textAppearance="@android:style/TextAppearance.Material.Subhead"
    android:textColor="?androidprv:attr/textColorOnAccent" >
    android:textColor="?androidprv:attr/textColorSecondary" >

</TextView>