Cherish: QS Panel: Add the ability to hide/show Edit icon [2/2]

Change-Id: Ie8cc35d8fd77bfde3319d01cc4b17a6f4f305491
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Joe Maples
2021-01-19 22:28:07 +07:00
committed by Hưng Phan
parent 0595a98db4
commit 18df5031aa
3 changed files with 18 additions and 1 deletions

View File

@@ -53,12 +53,19 @@
<!-- QS footer text string -->
<com.cherish.settings.preferences.SystemSettingEditTextPreference
android:key="footer_text_string"
android:icon="@drawable/ic_edit"
android:icon="@drawable/ic_edit1"
android:title="@string/qs_footer_text_string_title"
android:summary="@string/qs_footer_text_string_summary"
android:dependency="omni_footer_text_show"
android:defaultValue="#KeeptheLove" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_edit_toggle"
android:icon="@drawable/ic_edit"
android:title="@string/qs_edit_title"
android:summary="@string/qs_edit_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="qs_datausage"
android:icon="@drawable/ic_data"