dependency updates and compatibility fixes

This commit is contained in:
dkanada 2022-08-27 10:10:34 +09:00
commit fb3102c06b
16 changed files with 57 additions and 47 deletions

View file

@ -5,14 +5,14 @@
<SwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="true"
android:defaultValue="false"
android:key="show_album_cover"
android:summary="@string/pref_summary_show_album_art"
android:title="@string/pref_title_show_album_art" />
<SwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="true"
android:defaultValue="false"
android:dependency="show_album_cover"
android:key="blur_album_cover"
android:summary="@string/pref_summary_blur_album_art"

View file

@ -5,14 +5,14 @@
<SwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="true"
android:defaultValue="false"
android:key="classic_notification"
android:summary="@string/pref_summary_classic_notification"
android:title="@string/pref_title_classic_notification" />
<SwitchPreference
app:iconSpaceReserved="false"
android:defaultValue="true"
android:defaultValue="false"
android:key="colored_notification"
android:summary="@string/pref_summary_colored_notification"
android:title="@string/pref_title_colored_notification" />