Add option to not colorize notification

This commit is contained in:
Xiang Rong Lin 2020-11-01 18:13:41 +01:00 committed by Stypox
parent 6cdcd98864
commit e51a6cdb97
5 changed files with 24 additions and 1 deletions

View file

@ -10,6 +10,13 @@
android:title="@string/notification_scale_to_square_image_title"
app:iconSpaceReserved="false" />
<SwitchPreferenceCompat
android:defaultValue="true"
android:key="@string/notification_colorize_key"
android:summary="@string/notification_colorize_summary"
android:title="@string/notification_colorize_title"
app:iconSpaceReserved="false" />
<PreferenceCategory
android:layout="@layout/settings_category_header_layout"
app:iconSpaceReserved="false">