diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/accessibility_preferences.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/xml/accessibility_preferences.xml b/res/xml/accessibility_preferences.xml index ac96e6e..8eca917 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" |