Merge "Swap radio button alphas." into nyc-dev
am: 0ccd9cef14
* commit '0ccd9cef14c6804459cc1824a067afb2c7604e8e':
Swap radio button alphas.
Change-Id: Ic725466efe7bf7871452caabee7ea24ff5fff131
This commit is contained in:
@@ -3,5 +3,5 @@
|
|||||||
<item android:state_checked="true"
|
<item android:state_checked="true"
|
||||||
android:color="@*android:color/material_deep_teal_500" />
|
android:color="@*android:color/material_deep_teal_500" />
|
||||||
<item android:color="@android:color/black"
|
<item android:color="@android:color/black"
|
||||||
android:alpha=".87" />
|
android:alpha=".54" />
|
||||||
</selector>
|
</selector>
|
||||||
@@ -350,7 +350,7 @@
|
|||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="TextAppearance.NotificationGuts.Radio">
|
<style name="TextAppearance.NotificationGuts.Radio">
|
||||||
<item name="android:alpha">.54</item>
|
<item name="android:alpha">.87</item>
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
<style name="TextAppearance.NotificationGuts.Button">
|
<style name="TextAppearance.NotificationGuts.Button">
|
||||||
|
|||||||
Reference in New Issue
Block a user