Cherish:Make Qs clock Optional [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
spkal01
2021-05-31 13:13:48 +05:30
committed by Hưng Phan
parent faba063540
commit 610c7b6a4e
2 changed files with 11 additions and 0 deletions

View File

@@ -53,6 +53,13 @@
android:title="@string/qs_edit_title"
android:summary="@string/qs_edit_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="oos_qsclock"
android:icon="@drawable/ic_clock"
android:title="@string/oos_qsclock"
android:summary="@string/oos_qsclock_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="qs_datausage"