dependency updates and compatibility fixes
This commit is contained in:
parent
344a877770
commit
fb3102c06b
16 changed files with 57 additions and 47 deletions
|
|
@ -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"
|
||||
|
|
|
|||
|
|
@ -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" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue