summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-08-08 15:07:49 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-08 15:07:49 -0700
commit2db901c0c9788d6317faa9149d272478a9979d99 (patch)
tree4f6608a89689cadc1593c18e2afb62f34f52907c /res
parent2e7e55c5e7ec4903fa1e0aaf6dabf205859fe786 (diff)
parenteabe5dabe4e56a78c5d6cf99e6f171452bad2f23 (diff)
downloadpackages_apps_Browser-2db901c0c9788d6317faa9149d272478a9979d99.zip
packages_apps_Browser-2db901c0c9788d6317faa9149d272478a9979d99.tar.gz
packages_apps_Browser-2db901c0c9788d6317faa9149d272478a9979d99.tar.bz2
Merge "Add preview for contrast"
Diffstat (limited to 'res')
-rw-r--r--res/xml/accessibility_preferences.xml11
1 files changed, 7 insertions, 4 deletions
diff --git a/res/xml/accessibility_preferences.xml b/res/xml/accessibility_preferences.xml
index db5a539..ac96e6e 100644
--- a/res/xml/accessibility_preferences.xml
+++ b/res/xml/accessibility_preferences.xml
@@ -23,16 +23,16 @@
android:defaultValue="false" />
<PreferenceCategory android:title="@string/pref_font_size_category">
- <com.android.browser.preferences.WebViewPreview
+ <com.android.browser.preferences.FontSizePreview
android:title="@string/preview" />
- <com.android.browser.preferences.FontSizePreference
+ <com.android.browser.preferences.SeekBarSummaryPreference
android:key="text_zoom"
android:title="@string/pref_text_zoom"
android:defaultValue="10"
android:max="30" />
- <com.android.browser.preferences.FontSizePreference
+ <com.android.browser.preferences.SeekBarSummaryPreference
android:key="min_font_size"
android:title="@string/pref_min_font_size"
android:defaultValue="0"
@@ -41,6 +41,8 @@
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_inverted_category">
+ <com.android.browser.preferences.InvertedContrastPreview
+ android:title="@string/preview" />
<CheckBoxPreference
android:key="inverted"
@@ -48,9 +50,10 @@
android:title="@string/pref_inverted"
android:summary="@string/pref_inverted_summary" />
- <com.android.browser.preferences.FontSizePreference
+ <com.android.browser.preferences.SeekBarSummaryPreference
android:key="inverted_contrast"
android:title="@string/pref_inverted_contrast"
+ android:dependency="inverted"
android:defaultValue="0"
android:max="20" />