-#836: Modified notifications texts to use custom colors instead of device-specific styles.

This commit is contained in:
John Zhen Mo 2017-11-15 20:42:05 -08:00
parent d6e4f3c809
commit 2da411c1ec
4 changed files with 10 additions and 7 deletions

View file

@ -39,7 +39,10 @@
<color name="duration_text_color">#EEFFFFFF</color>
<color name="playlist_stream_count_text_color">#ffffff</color>
<color name="video_overlay_color">#66000000</color>
<color name="background_notification_color">#323232</color>
<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>