Cherish:Notifications background opacity [2/2]
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com> Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -1210,4 +1210,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>
|
||||
|
||||
<!-- Notification background opacity -->
|
||||
<string name="notification_alpha_title">Notification background opacity</string>
|
||||
</resources>
|
||||
|
||||
@@ -92,6 +92,16 @@
|
||||
android:defaultValue="false" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<!-- Notification background opacity -->
|
||||
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
|
||||
android:key="notification_bg_alpha"
|
||||
android:title="@string/notification_alpha_title"
|
||||
android:icon="@drawable/ic_blur"
|
||||
android:defaultValue="255"
|
||||
android:max="255"
|
||||
settings:min="0"
|
||||
settings:units="" />
|
||||
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
|
||||
Reference in New Issue
Block a user