summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/attrs.xml2
-rw-r--r--res/values/style.xml4
2 files changed, 6 insertions, 0 deletions
diff --git a/res/values/attrs.xml b/res/values/attrs.xml
index 2e1278de..76647f0e 100644
--- a/res/values/attrs.xml
+++ b/res/values/attrs.xml
@@ -4,4 +4,6 @@
<attr name="feedlistBackground" format="reference|color" />
<attr name="unreadCounterColor" format="reference|color" />
<attr name="headlinesBackground" format="reference|color" />
+ <attr name="articleHeader" format="reference|color" />
+ <attr name="articleDivider" format="reference|color" />
</resources> \ No newline at end of file
diff --git a/res/values/style.xml b/res/values/style.xml
index a52af801..84a40558 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -4,6 +4,8 @@
<item name="feedlistBackground">#fafafa</item>
<item name="unreadCounterColor">#0000ff</item>
<item name="headlinesBackground">#ffffff</item>
+ <item name="articleDivider">#f0f0f0</item>
+ <item name="articleHeader">#ffffff</item>
</style>
<style name="DarkTheme" parent="android:Theme.Holo">
@@ -11,6 +13,8 @@
<item name="feedlistBackground">#101010</item>
<item name="unreadCounterColor">#0000ff</item>
<item name="headlinesBackground">#000000</item>
+ <item name="articleDivider">#303030</item>
+ <item name="articleHeader">#101010</item>
</style>
<style name="SelectedFeed">