fix unreadable tags on dark theme

This commit is contained in:
dosiecki 2016-06-02 03:16:07 -07:00
parent 42c35ae119
commit 1e00293199
3 changed files with 4 additions and 13 deletions

View file

@ -1,18 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<corners android:radius="3dp" />
<solid android:color="@color/tag_gray_text" />
<solid android:color="@color/tag_bg_dark" />
</shape>
</item>
<item android:bottom="2px">
<shape android:shape="rectangle">
<corners android:radius="3dp" />
<solid android:color="@color/tag_gray_text" />
</shape>
</item>
</layer-list>
</layer-list>

View file

@ -96,7 +96,7 @@
<color name="tag_green_text">#FFFFFF</color>
<color name="tag_gray">#E0E0DE</color>
<color name="tag_gray_shadow">#C9C9C8</color>
<color name="tag_gray_text">#949181</color>
<color name="tag_bg_dark">#757575</color>
<color name="newsblur_blue">#0b445a</color>

View file

@ -142,7 +142,7 @@
</style>
<style name="tag">
<item name="android:textColor">@color/tag_gray_text</item>
<item name="android:textColor">@color/midgray</item>
<item name="android:background">@drawable/tag_background_neutral</item>
</style>