summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2014-10-15 19:11:18 +0400
committerAndrew Dolgov <[email protected]>2014-10-15 19:11:18 +0400
commit3e66d43c16b79e6f7348055c5a5e21efc935427e (patch)
treedbae527d068fc74e935374e1c0d9137bf37f6587 /res
parentc70da136c85262aa6f49e4287909c03ceee89dea (diff)
more headlines webview stuff
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
-rw-r--r--res/xml/preferences.xml7
2 files changed, 10 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index b32bee7e..8235124b 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -219,4 +219,7 @@
<string name="open_article_in_web_browser">Open in web browser</string>
<string name="pref_headlines_use_condensed_fonts">Enable condensed fonts</string>
<string name="pref_headlines_use_condensed_fonts_long">Use condensed fonts for headline titles and a few other UI elements.</string>
+ <string name="pref_headlines_full_content_long">Show full article content in headlines. May perform badly on old/slower devices.</string>
+ <string name="pref_headlines_full_content">Show full content</string>
+
</resources>
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index dfafa560..370f77a0 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -92,6 +92,13 @@
android:key="headlines_show_content"
android:summary="@string/pref_headlines_show_content_long"
android:title="@string/pref_headlines_show_content" />
+
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:key="headlines_full_content"
+ android:summary="@string/pref_headlines_full_content_long"
+ android:title="@string/pref_headlines_full_content" />
+
<CheckBoxPreference
android:defaultValue="false"
android:key="oldest_first"