summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml1
-rw-r--r--res/xml/preferences.xml5
2 files changed, 6 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 0c27758f..e51ed28c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -132,4 +132,5 @@
<string name="attachments_prompt">Select attachment</string>
<string name="attachment_view">View</string>
<string name="attachment_copy">Copy URL</string>
+ <string name="justify_article_text">Justify article text</string>
</resources> \ No newline at end of file
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 588510d8..91efa29b 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -97,6 +97,11 @@
android:defaultValue="false"
android:key="tablet_article_swipe"
android:title="@string/tablet_article_swipe" />
+
+ <CheckBoxPreference
+ android:defaultValue="true"
+ android:key="justify_article_text"
+ android:title="@string/justify_article_text" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/offline_mode" >