summaryrefslogtreecommitdiffstats
path: root/res/xml
diff options
context:
space:
mode:
authorJohn Reck <jreck@google.com>2011-08-18 18:02:33 -0700
committerJohn Reck <jreck@google.com>2011-08-18 18:02:33 -0700
commit07200eda7277ecbb6866d5ee74893b264dc1f44d (patch)
treec0a97ea23fdb2cbf1220c2548fb6dfe074bbd024 /res/xml
parent5bb316b3239dca8ff4dc2f9007cc6567feed12ca (diff)
downloadandroid_packages_apps_Gello-07200eda7277ecbb6866d5ee74893b264dc1f44d.tar.gz
android_packages_apps_Gello-07200eda7277ecbb6866d5ee74893b264dc1f44d.tar.bz2
android_packages_apps_Gello-07200eda7277ecbb6866d5ee74893b264dc1f44d.zip
Prevent ListPreference from formatting the summary
Bug: 5127755 Change-Id: I4ae3a46adc65bb82533871a7233e9b54dfe41264
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/general_preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/xml/general_preferences.xml b/res/xml/general_preferences.xml
index 13f09c12..6f42d3d7 100644
--- a/res/xml/general_preferences.xml
+++ b/res/xml/general_preferences.xml
@@ -16,7 +16,7 @@
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
- <ListPreference
+ <com.android.browser.preferences.NonformattingListPreference
android:key="homepage_picker"
android:entries="@array/pref_homepage_choices"
android:entryValues="@array/pref_homepage_values"