OneUI-like settings actionbar [3/3]

todo: add settings observer so you won't need to restart settings app to toggle it

Signed-off-by: 00day0 <therandomuser11@gmail.com>
This commit is contained in:
00day0
2020-01-02 17:43:25 +07:00
committed by Hưng Phan
parent 6af860ef03
commit 422209c966
2 changed files with 8 additions and 0 deletions

View File

@@ -30,6 +30,12 @@
android:title="@string/enable_clear_all_button"
android:summary="@string/enable_clear_all_button_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="settings_spacer"
android:title="@string/enable_oneui"
android:summary="@string/enable_oneui_summary"
android:defaultValue="true" />
<PreferenceCategory
android:title="@string/qs_title">