summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorTony Tam <engineer.tonytam@pm.me>2020-01-09 13:28:53 -0800
committerH. Lehmann <ByteHamster@users.noreply.github.com>2020-01-09 22:28:53 +0100
commit970cdd99054ac6e6b983c7f5664c5b6c5524107d (patch)
treedf6b2b7824d137936debd3e992b0fb973b85fef9 /app/src/main/res/xml
parentb3f76e333bee94e3f5c50bd296fa462714ac3c90 (diff)
downloadAntennaPod-970cdd99054ac6e6b983c7f5664c5b6c5524107d.zip
Add summary to main settings/preferences screen (#3745)
Diffstat (limited to 'app/src/main/res/xml')
-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