diff options
author | Leon Scroggins III <scroggo@google.com> | 2010-09-15 11:36:40 -0700 |
---|---|---|
committer | Android Git Automerger <android-git-automerger@android.com> | 2010-09-15 11:36:40 -0700 |
commit | aad8c860666ce35d91874e8cac7fb97e88f2e58c (patch) | |
tree | 6fd080a57858350c705418c0b412834e94ed730c /res | |
parent | c235db82a0ac3a6c7f23920b5d0e8d6ba38405c9 (diff) | |
parent | 6ac51e2b2defbc33834ec92d8a3e7c904f20811e (diff) | |
download | packages_apps_Browser-aad8c860666ce35d91874e8cac7fb97e88f2e58c.zip packages_apps_Browser-aad8c860666ce35d91874e8cac7fb97e88f2e58c.tar.gz packages_apps_Browser-aad8c860666ce35d91874e8cac7fb97e88f2e58c.tar.bz2 |
am 6ac51e2b: am 867c0465: am 430057da: Fixes for changing the search engine.
Merge commit '6ac51e2b2defbc33834ec92d8a3e7c904f20811e'
* commit '6ac51e2b2defbc33834ec92d8a3e7c904f20811e':
Fixes for changing the search engine.
Diffstat (limited to 'res')
-rw-r--r-- | res/xml/browser_preferences.xml | 29 |
1 files changed, 15 insertions, 14 deletions
diff --git a/res/xml/browser_preferences.xml b/res/xml/browser_preferences.xml index fd994e8..501d8c1 100644 --- a/res/xml/browser_preferences.xml +++ b/res/xml/browser_preferences.xml @@ -98,20 +98,6 @@ android:hint="@string/http" android:inputType="textUri|textMultiLine" /> - <!-- Entries and values in this list are set dynamically. --> - <com.android.browser.search.SearchEnginePreference - android:key="search_engine" - android:title="@string/pref_content_search_engine" - android:summary="@string/pref_content_search_engine_summary" - android:dialogTitle="@string/pref_content_search_engine" /> - - <CheckBoxPreference - android:key="show_search_suggestions" - android:defaultValue="true" - android:title="@string/pref_content_show_search_suggestions" - android:summaryOn="@string/pref_content_show_web_suggestions_summary_on" - android:summaryOff="@string/pref_content_show_web_suggestions_summary_off" /> - </PreferenceCategory> <PreferenceCategory @@ -206,6 +192,21 @@ <PreferenceCategory android:title="@string/pref_extras_title"> + <!-- Entries and values in this list are set dynamically. --> + <com.android.browser.search.SearchEnginePreference + android:key="search_engine" + android:title="@string/pref_content_search_engine" + android:defaultValue="google" + android:summary="@string/pref_content_search_engine_summary" + android:dialogTitle="@string/pref_content_search_engine" /> + + <CheckBoxPreference + android:key="show_search_suggestions" + android:defaultValue="true" + android:title="@string/pref_content_show_search_suggestions" + android:summaryOn="@string/pref_content_show_web_suggestions_summary_on" + android:summaryOff="@string/pref_content_show_web_suggestions_summary_off" /> + <PreferenceScreen android:key="website_settings" android:title="@string/pref_extras_website_settings" |