Revert "Cherish:add Settings SearchBar style (3/3)"

This reverts commit c784783b6c.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2021-08-11 17:06:38 +07:00
parent b85265e581
commit 8354d6cce0
2 changed files with 1 additions and 12 deletions

View File

@@ -1317,11 +1317,7 @@
<string name="qs_running_service_title">Running service icon</string>
<string name="qs_running_service_summary">Enable or disable running service icon</string>
<!-- SearchBar Style -->
<string name="search_bar_style_title">Use Android 12 Search Bar</string>
<string name="search_bar_style_summary">Toggle to use Android 12 style searchbar in Settings app. Settings app needs to be manually restarted for the change to take effect.</string>
<!-- Hide Apps from Recents -->
<string name="hide_apps_from_recents_title">Hide apps from recents</string>
<string name="hide_apps_from_recents_summary">Hide apps from appearing in recents</string>

View File

@@ -97,13 +97,6 @@
<PreferenceCategory
android:key="system_theme_category"
android:title="@string/theme_type_title">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="use_new_searchbar"
android:icon="@drawable/ic_search_bar"
android:title="@string/search_bar_style_title"
android:summary="@string/search_bar_style_summary"
android:defaultValue="false" />
<ListPreference
android:key="ui_style"