diff options
Diffstat (limited to 'res/xml')
-rw-r--r-- | res/xml/lab_preferences.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/res/xml/lab_preferences.xml b/res/xml/lab_preferences.xml index 87383b0..3a384f1 100644 --- a/res/xml/lab_preferences.xml +++ b/res/xml/lab_preferences.xml @@ -16,22 +16,9 @@ <PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" > - - <CheckBoxPreference - android:key="enable_quick_controls" - android:defaultValue="false" - android:title="@string/pref_lab_quick_controls" - android:summary="@string/pref_lab_quick_controls_summary" /> - <CheckBoxPreference android:key="use_most_visited_homepage" android:defaultValue="false" android:title="@string/pref_lab_most_visited_homepage" android:summary="@string/pref_lab_most_visited_homepage_summary" /> - - <CheckBoxPreference - android:key="use_instant_search" - android:defaultValue="false" - android:title="@string/pref_use_instant_search" - android:summary="@string/pref_use_instant_search_summary" /> </PreferenceScreen> |