summaryrefslogtreecommitdiff
path: root/app/src/main/res/xml
diff options
context:
space:
mode:
authorsaqura <saqura@saqura.xyz>2016-04-03 20:22:03 +0200
committersaqura <saqura@saqura.xyz>2016-04-03 20:22:03 +0200
commite3408565dcc15cd97548b664773bc684dca4edeb (patch)
treed93433fa30434843a78fa41e30506772bbeb5b78 /app/src/main/res/xml
parente215e162ad6c833ad3d3c5953e35e294eea8f25d (diff)
downloadAntennaPod-e3408565dcc15cd97548b664773bc684dca4edeb.zip
Update compact notification buttons dialog
The preference dialog to select which buttons are shown in compact notifications now provides feedback via a snackbar. The internal preference storage handling has been cleaned up. A testcase for the dialog has been added.
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/preferences.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index b3707f023..5861db186 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -56,9 +56,9 @@
android:summary="@string/pref_persistNotify_sum"
android:title="@string/pref_persistNotify_title"/>
<Preference
- android:key="prefNotificationButtons"
- android:summary="@string/pref_notification_buttons_sum"
- android:title="@string/pref_notification_buttons_title"/>
+ android:key="prefCompactNotificationButtons"
+ android:summary="@string/pref_compact_notification_buttons_sum"
+ android:title="@string/pref_compact_notification_buttons_title"/>
<de.danoeh.antennapod.preferences.SwitchCompatPreference
android:defaultValue="true"
android:enabled="true"