summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
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>