Notification text color changes to match the background. Cleaned up notification related code.
This commit is contained in:
parent
66d1d6285f
commit
357ef1df69
15 changed files with 86 additions and 380 deletions
|
|
@ -25,11 +25,10 @@
|
|||
<color name="sliding_tabs_deactivated">#99FFFFFF</color>
|
||||
|
||||
<!--notification-->
|
||||
<color name="default_notification_content_color">#deFFFFFF</color>
|
||||
<color name="default_notification_secondary_content_color">#aaFFFFFF</color>
|
||||
<color name="notification_content_color">#deFFFFFF</color>
|
||||
<color name="notification_secondary_content_color">#aaFFFFFF</color>
|
||||
|
||||
<color name="default_colored_notification_color">@android:color/transparent</color>
|
||||
<color name="default_colored_notification_content_color">#deFFFFFF</color>
|
||||
<color name="default_colored_notification_secondary_content_color">#aaFFFFFF</color>
|
||||
<color name="notification_dark_text_content_color">#de000000</color>
|
||||
<color name="notification_dark_text_secondary_content_color">#aa000000</color>
|
||||
|
||||
</resources>
|
||||
|
|
@ -31,10 +31,6 @@
|
|||
|
||||
<style name="PlayPauseFab" parent="PlayPauseFabParent" />
|
||||
|
||||
<style name="NotificationButton" parent="NotificationButtonParent">
|
||||
<item name="android:background">?android:attr/selectableItemBackground</item>
|
||||
</style>
|
||||
|
||||
<style name="MusicProgressSlider" parent="MusicProgressSliderParent">
|
||||
<item name="android:thumbOffset">0dp</item>
|
||||
</style>
|
||||
|
|
|
|||
|
|
@ -73,15 +73,6 @@
|
|||
<item name="android:layout_height">wrap_content</item>
|
||||
</style>
|
||||
|
||||
<style name="NotificationButtonParent">
|
||||
<item name="android:layout_width">wrap_content</item>
|
||||
<item name="android:layout_height">match_parent</item>
|
||||
<item name="android:scaleType">fitCenter</item>
|
||||
<item name="android:layout_gravity">center</item>
|
||||
<item name="android:layout_weight">1</item>
|
||||
</style>
|
||||
|
||||
|
||||
<style name="MusicProgressSliderParent">
|
||||
<item name="android:progressDrawable">@android:color/transparent</item>
|
||||
<item name="android:layout_width">match_parent</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue