Cherish: QS footer customizations

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Pranav Vashi
2022-09-22 06:46:06 +08:00
committed by Hưng Phan
parent b2fe86fb80
commit ed313aedba
2 changed files with 55 additions and 0 deletions

View File

@@ -135,5 +135,48 @@
android:defaultValue="false" />
</PreferenceCategory>
<PreferenceCategory
android:title="@string/qs_footer_category">
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_warnings"
android:title="@string/qs_footer_warnings_title"
android:summary="@string/qs_footer_warnings_summary"
android:defaultValue="true"/>
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_show_user"
android:title="@string/qs_footer_users_icon_title"
android:summary="@string/qs_footer_users_icon_summary"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_data_usage"
android:title="@string/qs_footer_datausage_title"
android:summary="@string/qs_footer_datausage_summary"
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_show_edit"
android:title="@string/qs_footer_edit_icon_title"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_show_power_menu"
android:title="@string/qs_footer_show_power_menu_title"
android:defaultValue="true" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_show_services"
android:title="@string/qs_footer_services_icon_title" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="qs_footer_show_settings"
android:title="@string/qs_footer_settings_icon_title"
android:defaultValue="true" />
</PreferenceCategory>
</PreferenceScreen>