Fix keys for lock screen preferences
Fixes blur always being enabled regardless of the preference setting
This commit is contained in:
parent
9ca9a2e086
commit
96188c126a
1 changed files with 3 additions and 3 deletions
|
|
@ -6,15 +6,15 @@
|
|||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="true"
|
||||
android:key="album_art_on_lockscreen"
|
||||
android:key="show_album_cover"
|
||||
android:summary="@string/pref_summary_show_album_art"
|
||||
android:title="@string/pref_title_show_album_art" />
|
||||
|
||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||
app:iconSpaceReserved="false"
|
||||
android:defaultValue="false"
|
||||
android:dependency="album_art_on_lockscreen"
|
||||
android:key="blurred_album_art"
|
||||
android:dependency="show_album_cover"
|
||||
android:key="blur_album_cover"
|
||||
android:summary="@string/pref_summary_blur_album_art"
|
||||
android:title="@string/pref_title_blur_album_art" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue