Swap radio button alphas.
Change-Id: I9fb4ff64a3e92659c614cfff3f23e2ba8fa3b2cd Fixes: 27597108
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
<item android:state_checked="true"
|
||||
android:color="@*android:color/material_deep_teal_500" />
|
||||
<item android:color="@android:color/black"
|
||||
android:alpha=".87" />
|
||||
android:alpha=".54" />
|
||||
</selector>
|
||||
@@ -350,7 +350,7 @@
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.NotificationGuts.Radio">
|
||||
<item name="android:alpha">.54</item>
|
||||
<item name="android:alpha">.87</item>
|
||||
</style>
|
||||
|
||||
<style name="TextAppearance.NotificationGuts.Button">
|
||||
|
||||
Reference in New Issue
Block a user