[android] Fixed text color in libnotify push

This commit is contained in:
Alexander Zatsepin 2018-04-17 19:42:15 +03:00 committed by Aleksandr Zatsepin
parent 4748d158f4
commit 4d60e53308

View file

@ -14,5 +14,5 @@
Provide a color which could be used in libnotify notifications as secondary font color
(may be also configured in notify console).
-->
<string name="libnotify_resource_contrast_color_id">color/text_dark</string>
<string name="libnotify_resource_contrast_color_id">color/button_accent_text</string>
</resources>