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
|
|
@ -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