summaryrefslogtreecommitdiff
path: root/res/values/style.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-09-08 15:28:38 +0400
committerAndrew Dolgov <[email protected]>2011-09-08 15:28:38 +0400
commita14e9cd14e3d9490a6c4680e54bcd7d691bf548b (patch)
treefc0b60387557aa0295b2b9927d32092d501a9336 /res/values/style.xml
parenta04f7480142a787e22fb4e152aae566bf0c43f29 (diff)
implement fetching of feeds
Diffstat (limited to 'res/values/style.xml')
-rw-r--r--res/values/style.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/style.xml b/res/values/style.xml
index 952f70ff..b9c13774 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -1,8 +1,14 @@
<resources>
<style name="LightTheme" parent="android:Theme.Holo.Light">
+ <item name="feedlistDivider">@android:drawable/divider_horizontal_bright</item>
+ <item name="feedlistBackground">#fafafa</item>
+ <item name="unreadCounterColor">#0000ff</item>
</style>
<style name="DarkTheme" parent="android:Theme.Holo">
+ <item name="feedlistDivider">@android:drawable/divider_horizontal_dark</item>
+ <item name="feedlistBackground">#101010</item>
+ <item name="unreadCounterColor">#0000ff</item>
</style>
</resources> \ No newline at end of file