summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorMangesh Ghiware <mghiware@google.com>2011-10-13 09:19:21 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2011-10-13 09:19:21 -0700
commitfacba0eb36de46bc2abba9f20a5ac7950f0ded62 (patch)
treead3d2acc40617b898dd27666ddea3bdf10d1a6ea /res/xml
parent0e08b0902e04eaaf5b11ec7deabdf9c0d94300b3 (diff)
parent132eedfc1cf97456cf03d55968bed4bc9e4eb817 (diff)
downloadandroid_packages_apps_Gello-facba0eb36de46bc2abba9f20a5ac7950f0ded62.tar.gz
android_packages_apps_Gello-facba0eb36de46bc2abba9f20a5ac7950f0ded62.tar.bz2
android_packages_apps_Gello-facba0eb36de46bc2abba9f20a5ac7950f0ded62.zip
am 132eedfc: Merge "Add setting for configuring zoom level on double-tap." into ics-mr0
* commit '132eedfc1cf97456cf03d55968bed4bc9e4eb817': Add setting for configuring zoom level on double-tap.
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/accessibility_preferences.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/accessibility_preferences.xml b/res/xml/accessibility_preferences.xml
index ac96e6ef..8eca9176 100644
--- a/res/xml/accessibility_preferences.xml
+++ b/res/xml/accessibility_preferences.xml
@@ -33,6 +33,12 @@
android:max="30" />
<com.android.browser.preferences.SeekBarSummaryPreference
+ android:key="double_tap_zoom"
+ android:title="@string/pref_zoom_on_double_tap"
+ android:defaultValue="5"
+ android:max="10" />
+
+ <com.android.browser.preferences.SeekBarSummaryPreference
android:key="min_font_size"
android:title="@string/pref_min_font_size"
android:defaultValue="0"