summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-03-21 09:18:20 +0300
committerAndrew Dolgov <[email protected]>2012-03-21 09:18:20 +0300
commit9a1dbdc74f53c2b1793ce4caa6b21694066d0764 (patch)
tree0848a4cc81de1b2faeff4456fb2ab4f9eb887d82 /res/xml
parent267ce734c1374088645aa101a02b5db77a9dde4b (diff)
add option to justify/left-align article text
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
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" >