Merge pull request #101 from Maxr1998/fix-blur-option
Fix keys for lock screen preferences
This commit is contained in:
commit
16c038e917
1 changed files with 4 additions and 4 deletions
|
|
@ -6,15 +6,15 @@
|
||||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
android:defaultValue="true"
|
android:defaultValue="true"
|
||||||
android:key="album_art_on_lockscreen"
|
android:key="show_album_cover"
|
||||||
android:summary="@string/pref_summary_show_album_art"
|
android:summary="@string/pref_summary_show_album_art"
|
||||||
android:title="@string/pref_title_show_album_art" />
|
android:title="@string/pref_title_show_album_art" />
|
||||||
|
|
||||||
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
<com.kabouzeid.appthemehelper.common.prefs.supportv7.ATESwitchPreference
|
||||||
app:iconSpaceReserved="false"
|
app:iconSpaceReserved="false"
|
||||||
android:defaultValue="false"
|
android:defaultValue="true"
|
||||||
android:dependency="album_art_on_lockscreen"
|
android:dependency="show_album_cover"
|
||||||
android:key="blurred_album_art"
|
android:key="blur_album_cover"
|
||||||
android:summary="@string/pref_summary_blur_album_art"
|
android:summary="@string/pref_summary_blur_album_art"
|
||||||
android:title="@string/pref_title_blur_album_art" />
|
android:title="@string/pref_title_blur_album_art" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue