summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/preferences.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 37707ead6..6e734f789 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -12,26 +12,31 @@
<Preference
android:key="prefScreenInterface"
android:title="@string/user_interface_label"
+ android:summary="@string/user_interface_sum"
android:icon="?attr/ic_cellphone_text" />
<Preference
android:key="prefScreenPlayback"
android:title="@string/playback_pref"
+ android:summary="@string/playback_pref_sum"
android:icon="?attr/av_play" />
<Preference
android:key="prefScreenNetwork"
android:title="@string/network_pref"
+ android:summary="@string/network_pref_sum"
android:icon="?attr/ic_swap" />
<Preference
android:key="prefScreenIntegrations"
android:title="@string/integrations_label"
+ android:summary="@string/integrations_sum"
android:icon="?attr/ic_unfav" />
<Preference
android:key="prefScreenStorage"
android:title="@string/storage_pref"
+ android:summary="@string/storage_sum"
android:icon="?attr/storage" />
<Preference