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

Commit 82ed2d10 authored by Alan Viverette's avatar Alan Viverette Committed by Android (Google) Code Review
Browse files

Merge "Color button text should be primary for better contrast"

parents 7c082caf 33f9c38a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,6 +18,6 @@
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_enabled="false"
          android:alpha="?attr/disabledAlpha"
          android:color="?attr/textColorSecondary" />
    <item android:color="?attr/textColorSecondaryInverse" />
          android:color="?attr/textColorPrimary" />
    <item android:color="?attr/textColorPrimaryInverse" />
</selector>