diff options
Diffstat (limited to 'app/src/main')
-rw-r--r-- | app/src/main/res/xml/feed_settings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/xml/feed_settings.xml b/app/src/main/res/xml/feed_settings.xml index 9f2a0ba82..f9b4e7a25 100644 --- a/app/src/main/res/xml/feed_settings.xml +++ b/app/src/main/res/xml/feed_settings.xml @@ -30,6 +30,7 @@ <ListPreference android:entries="@array/spnVolumeReductionItems" android:entryValues="@array/spnVolumeReductionValues" + android:icon="?attr/ic_volume_adaption" android:summary="@string/feed_volume_reduction_summary" android:title="@string/feed_volume_reduction" android:defaultValue="off" |