aboutsummaryrefslogtreecommitdiff
path: root/res/xml/settings.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-09-02 20:36:49 -0700
committerScott Jackson <daneren2005@gmail.com>2014-09-02 20:36:49 -0700
commit0f1ab295e42f62c5f62bee2f4285da0f2de8f888 (patch)
treeceaf76d226cbc44ed5ae74a4748fa41e86f1da58 /res/xml/settings.xml
parentd9a7ab2d4ffa3cf4b50713d07b227281fdd1ed02 (diff)
downloaddsub-0f1ab295e42f62c5f62bee2f4285da0f2de8f888.tar.gz
dsub-0f1ab295e42f62c5f62bee2f4285da0f2de8f888.tar.bz2
dsub-0f1ab295e42f62c5f62bee2f4285da0f2de8f888.zip
Make Show Rating in menus optional
Diffstat (limited to 'res/xml/settings.xml')
-rw-r--r--res/xml/settings.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/settings.xml b/res/xml/settings.xml
index 42b74aa0..bafb5f6c 100644
--- a/res/xml/settings.xml
+++ b/res/xml/settings.xml
@@ -101,6 +101,12 @@
android:key="showShared"
android:defaultValue="true"/>
+ <CheckBoxPreference
+ android:title="@string/menu.rate"
+ android:summary="@string/settings.menu_options.rate_summary"
+ android:key="showRating"
+ android:defaultValue="true"/>
+
</PreferenceCategory>
</PreferenceScreen>