summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-26 11:46:17 +0300
committerAndrew Dolgov <[email protected]>2011-11-26 11:46:17 +0300
commit2229ae0fc4d8ee23ca64632292e74e86c3f43ee9 (patch)
tree402c3f00a1d3b5ffd1525f1f172abf84d4049058 /res/values
parente722a06651bc74cab83b59158c6d4f07042cc9a6 (diff)
implement show all/show unread
tweak menu theme tweaks bump version
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml2
-rw-r--r--res/values/style.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 7933d3f3..c190ac3a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -33,7 +33,7 @@
<string name="share_article">Share article</string>
<string name="could_not_decode_content">Could not decode content (UnsupportedEncodingException)</string>
<string name="sort_feeds_by_unread">Sort feeds by unread count</string>
- <string name="load_more_articles">More headlines...</string>
+ <string name="load_more_articles">Load more...</string>
<string name="show_all_articles">Show all articles</string>
<string name="show_unread_articles">Show unread articles</string>
</resources>
diff --git a/res/values/style.xml b/res/values/style.xml
index 8615771b..56a0ee20 100644
--- a/res/values/style.xml
+++ b/res/values/style.xml
@@ -15,7 +15,7 @@
<item name="headlineSeparatorSelected">#DBC981</item>
</style>
- <style name="LightCompatTheme" parent="android:Theme.Light">
+ <style name="LightCompatTheme" parent="android:Theme.Light.NoTitleBar">
<item name="feedlistDivider">@android:drawable/divider_horizontal_bright</item>
<item name="feedlistBackground">#fafafa</item>
<item name="unreadCounterColor">#0000ff</item>
@@ -47,7 +47,7 @@
<item name="headlineSeparatorSelected">#47478E</item>
</style>
- <style name="DarkCompatTheme" parent="android:Theme">
+ <style name="DarkCompatTheme" parent="android:Theme.Black.NoTitleBar">
<item name="feedlistDivider">@android:drawable/divider_horizontal_dark</item>
<item name="feedlistBackground">#101010</item>
<item name="unreadCounterColor">#303030</item>