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

This reverts commit 18df5031aa.

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Hưng Phan
2021-07-28 08:16:09 +07:00
parent d8483e031b
commit 8eb84fcc79
2 changed files with 0 additions and 10 deletions

View File

@@ -807,9 +807,6 @@
<!-- Quick Settings quick pulldown -->
<string name="quick_settings_quick_pull_down_title">Quick Settings quick pull-down</string>
<string name="quick_settings_quick_pull_down_summary">Automatically expand Quick Settings when pulling from the right side of the status bar</string>
<string name="qs_edit_title">Edit Icon</string>
<string name="qs_edit_summary">Enable the tile edit icon in the footer</string>
<!-- Allow fake signature -->
<string name="allow_signature_fake">Allow signature spoofing</string>

View File

@@ -47,13 +47,6 @@
android:summary="@string/status_bar_custom_header_summary"
android:defaultValue="false" />
<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.SystemSettingSwitchPreference
android:key="qs_footer_show_datausage"
android:icon="@drawable/ic_data"