summaryrefslogtreecommitdiff
path: root/res/drawable/headline_row.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-09-09 13:40:46 +0400
committerAndrew Dolgov <[email protected]>2013-09-09 13:40:46 +0400
commite01bec481565d35e772439c8f61c2d5d8aa71220 (patch)
tree442b156f5926c097069a6d9770c7268db8b31ca5 /res/drawable/headline_row.xml
parent92d63150a060d8bbdc2739a9ebc9ca551fb271ba (diff)
brighten read headline rows in sepia/light themes
Diffstat (limited to 'res/drawable/headline_row.xml')
-rw-r--r--res/drawable/headline_row.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/headline_row.xml b/res/drawable/headline_row.xml
index 45235231..c928013e 100644
--- a/res/drawable/headline_row.xml
+++ b/res/drawable/headline_row.xml
@@ -11,7 +11,7 @@
<item
android:bottom="2dp">
<shape android:shape="rectangle" >
- <solid android:color="#f0f0f0" />
+ <solid android:color="#f5f5f5" />
<corners android:radius="2dp"/>
</shape>
</item>