summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-24 08:59:11 +0300
committerAndrew Dolgov <[email protected]>2011-11-24 08:59:11 +0300
commitd5f17058c4c2446b925c289bdd2f572263bac6cd (patch)
tree83687183536f3698c22f3bbdda46c5bcab6d5334 /res/values
parentc18ed97aa4b10d844e008c9dd610f775b5aaff8e (diff)
add show unread/show all menu item
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
-rw-r--r--res/values/style.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 72aa1cb6..44d99b3d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -26,4 +26,7 @@
<string name="no_unread_feeds">No unread feeds.</string>
<string name="no_unread_headlines">No unread headlines.</string>
<string name="loading_message">Loading, please wait...</string>
+ <string name="menu_unread_feeds">Unread feeds</string>
+ <string name="menu_all_feeds">All feeds</string>
+
</resources>
diff --git a/res/values/style.xml b/res/values/style.xml
index 84a40558..4bc343e1 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -5,7 +5,7 @@
<item name="unreadCounterColor">#0000ff</item>
<item name="headlinesBackground">#ffffff</item>
<item name="articleDivider">#f0f0f0</item>
- <item name="articleHeader">#ffffff</item>
+ <item name="articleHeader">#E8F2FF</item>
</style>
<style name="DarkTheme" parent="android:Theme.Holo">