Added preference summaries so users know what a few settings actually do
This commit is contained in:
parent
6c6060699b
commit
b67d610a23
2 changed files with 4 additions and 0 deletions
|
|
@ -122,6 +122,8 @@
|
|||
<string name="playlist_name">Playlist name</string>
|
||||
<string name="song">Song</string>
|
||||
<string name="pref_only_lollipop">Only available on Lollipop.</string>
|
||||
<string name="pref_summary_transparent_toolbar">Content scrolling underneath the toolbar is visible.</string>
|
||||
<string name="pref_summary_colored_album_footers">Album footers in the grid are colored with the album cover\'s palette.</string>
|
||||
|
||||
<string-array name="update_albumcover_options">
|
||||
<item>Download from LastFM</item>
|
||||
|
|
|
|||
|
|
@ -26,6 +26,7 @@
|
|||
android:defaultValue="false"
|
||||
android:key="transparent_toolbar"
|
||||
android:title="@string/pref_title_transparent_toolbar"
|
||||
android:summary="@string/pref_summary_transparent_toolbar"
|
||||
android:layout="@layout/preference_custom"
|
||||
android:widgetLayout="@layout/preference_dynamiccheckbox" />
|
||||
|
||||
|
|
@ -40,6 +41,7 @@
|
|||
android:defaultValue="true"
|
||||
android:key="colored_album_footers"
|
||||
android:title="@string/pref_title_colored_album_footers"
|
||||
android:summary="@string/pref_summary_colored_album_footers"
|
||||
android:layout="@layout/preference_custom"
|
||||
android:widgetLayout="@layout/preference_dynamiccheckbox" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue