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:
Laker
2021-04-24 22:21:54 +03:00
committed by Hưng Phan
parent 9d991a7d00
commit d05ae2705d
2 changed files with 13 additions and 0 deletions

View File

@@ -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>

View File

@@ -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