Cherish: Allow hiding notification headers [2/2]
Gimme back my space, thank you Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -476,4 +476,8 @@
|
|||||||
<string name="qs_footer_text_show_title">Show QS footer text</string>
|
<string name="qs_footer_text_show_title">Show QS footer text</string>
|
||||||
<string name="qs_footer_text_string_title">Customize footer text</string>
|
<string name="qs_footer_text_string_title">Customize footer text</string>
|
||||||
<string name="qs_footer_text_string_summary">Set to empty for default TheKeepLove</string>
|
<string name="qs_footer_text_string_summary">Set to empty for default TheKeepLove</string>
|
||||||
|
|
||||||
|
<!-- Notification headers -->
|
||||||
|
<string name="notification_headers_title">Notification Headers</string>
|
||||||
|
<string name="notification_headers_summary">Show headers in the notification shade</string>
|
||||||
</resources>
|
</resources>
|
||||||
|
|||||||
@@ -116,6 +116,12 @@
|
|||||||
|
|
||||||
</PreferenceCategory>
|
</PreferenceCategory>
|
||||||
|
|
||||||
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
|
android:key="notification_headers"
|
||||||
|
android:title="@string/notification_headers_title"
|
||||||
|
android:summary="@string/notification_headers_summary"
|
||||||
|
android:defaultValue="true" />
|
||||||
|
|
||||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||||
android:key="toast_icon"
|
android:key="toast_icon"
|
||||||
android:title="@string/toast_icon_title"
|
android:title="@string/toast_icon_title"
|
||||||
|
|||||||
Reference in New Issue
Block a user