Cherish:Edit Icon Toggle[2/2]
aex edits(hamza-badar):- Adapt for oreo Adds toggle for quick tiles edit Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -264,5 +264,7 @@
|
||||
<!-- Running Services button -->
|
||||
<string name="qs_running_services_title">Running Services Icon</string>
|
||||
<string name="qs_running_services_summary">Enable the running services icon in the footer</string>
|
||||
|
||||
<string name="qs_edit_title">Edit Icon</string>
|
||||
<string name="qs_edit_summary">Enable the tile edit icon in the footer</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -26,6 +26,12 @@
|
||||
android:title="@string/qs_running_services_title"
|
||||
android:summary="@string/qs_running_services_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="qs_edit_toggle"
|
||||
android:title="@string/qs_edit_title"
|
||||
android:summary="@string/qs_edit_summary"
|
||||
android:defaultValue="true" />
|
||||
|
||||
<com.cherish.settings.preferences.SecureSettingSwitchPreference
|
||||
android:key="quick_settings_vibrate"
|
||||
|
||||
Reference in New Issue
Block a user