summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-04-26 16:57:10 -0700
committerJohn Reck <jreck@google.com>2011-04-26 17:58:33 -0700
commit92f25f806c50bb08de80e1e6741b9852e105b8d9 (patch)
tree9f6e9f007af1f464a63536b332d07c91964bcafc /res/xml
parent7b06c907aa31c38069ec2718bd4a388f1f801e6f (diff)
downloadandroid_packages_apps_Gello-92f25f806c50bb08de80e1e6741b9852e105b8d9.tar.gz
android_packages_apps_Gello-92f25f806c50bb08de80e1e6741b9852e105b8d9.tar.bz2
android_packages_apps_Gello-92f25f806c50bb08de80e1e6741b9852e105b8d9.zip
Add an option to forceably override user-scalable
Change-Id: I48e0fb0c3472ee51fc907f5b0d307a64400cfe36
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/accessibility_preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/res/xml/accessibility_preferences.xml b/res/xml/accessibility_preferences.xml
index 368d909e..799d0e2d 100644
--- a/res/xml/accessibility_preferences.xml
+++ b/res/xml/accessibility_preferences.xml
@@ -32,4 +32,9 @@
android:title="@string/pref_min_font_size"
android:defaultValue="1" />
+ <CheckBoxPreference android:key="force_userscalable"
+ android:title="@string/pref_force_userscalable"
+ android:summary="@string/pref_force_userscalable_summary"
+ android:defaultValue="false" />
+
</PreferenceScreen>