subscribe button now match service's main color
This commit is contained in:
parent
80cc8a8e02
commit
375e18bec8
6 changed files with 5 additions and 34 deletions
|
|
@ -56,7 +56,6 @@
|
|||
<color name="background_title_color">#ffffff</color>
|
||||
<color name="background_subtext_color">#999999</color>
|
||||
|
||||
<color name="subscribe_background_color">#e53935</color>
|
||||
<color name="subscribe_text_color">#fff</color>
|
||||
<color name="subscribed_background_color">#d6d6d6</color>
|
||||
<color name="subscribed_text_color">#717171</color>
|
||||
|
|
|
|||
|
|
@ -1,12 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
|
||||
<style name="RedButton" parent="Widget.AppCompat.Button.Colored">
|
||||
<item name="colorButtonNormal">@color/subscribe_background_color</item>
|
||||
<item name="android:textColor">@color/subscribe_text_color</item>
|
||||
<item name="colorControlHighlight">@color/dark_ripple_color</item>
|
||||
</style>
|
||||
|
||||
<!-- Follows service's primary color -->
|
||||
<style name="ServiceColoredButton" parent="Widget.AppCompat.Button.Colored">
|
||||
<item name="colorButtonNormal">?attr/colorPrimary</item>
|
||||
<item name="android:textColor">@color/subscribe_text_color</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue