Switched back to white notification. Added back ripple to notification.
This commit is contained in:
parent
1072a3bf85
commit
27e56754e3
8 changed files with 38 additions and 21 deletions
|
|
@ -1,6 +1,7 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<color name="notification_buttons_tint">#de000000</color>
|
||||
<color name="notification_default_content_color">#de000000</color>
|
||||
<color name="notification_default_secondary_content_color">#aa000000</color>
|
||||
|
||||
<!--must be solid colors so the ripple will not be semi transparent. Note: the color have no effect on the ripple-->
|
||||
<!--<color name="button_selected">#FFFFFFFF</color>-->
|
||||
|
|
|
|||
|
|
@ -24,7 +24,7 @@
|
|||
|
||||
<style name="NotificationButton" parent="NotificationButtonParent">
|
||||
<item name="android:background">@drawable/notification_selector</item>
|
||||
<item name="android:tint">@color/notification_buttons_tint</item>
|
||||
<item name="android:tint">@color/notification_default_content_color</item>
|
||||
</style>
|
||||
|
||||
<style name="MusicProgressSlider" parent="MusicProgressSliderParent">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue