Cherish:add Settings SearchBar style (3/3)

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Ali B
2021-07-27 17:57:15 +07:00
committed by Hưng Phan
parent f87604f129
commit c784783b6c
3 changed files with 18 additions and 0 deletions

View File

@@ -97,6 +97,13 @@
<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"
android:title="@string/search_bar_style_title"
android:summary="@string/search_bar_style_summary"
android:defaultValue="false" />
<ListPreference
android:key="ui_style"