summaryrefslogtreecommitdiff
path: root/res/xml
diff options
context:
space:
mode:
authorMike Chelen <michael.chelen@gmail.com>2014-07-31 02:01:17 -0400
committerMike Chelen <michael.chelen@gmail.com>2014-07-31 02:01:17 -0400
commitbaf980951e91a1dfc84973828fa522244051ce0d (patch)
tree2ac5b96cc90038a91f81d7d1358ba1a7f6fd923a /res/xml
parentfb4ccb381b427584e7a8e796aaef81c23368123b (diff)
downloadAntennaPod-baf980951e91a1dfc84973828fa522244051ce0d.zip
add settings options for persistent and expanded notifications
Diffstat (limited to 'res/xml')
-rw-r--r--res/xml/preferences.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index 470e1a1fe..5175acdcb 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -9,6 +9,18 @@
android:key="prefTheme"
android:summary="@string/pref_set_theme_sum"
android:defaultValue="0"/>
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:enabled="true"
+ android:key="prefExpandNotify"
+ android:summary="@string/pref_expandNotify_sum"
+ android:title="@string/pref_expandNotify_title"/>
+ <CheckBoxPreference
+ android:defaultValue="false"
+ android:enabled="true"
+ android:key="prefPersistNotify"
+ android:summary="@string/pref_persistNotify_sum"
+ android:title="@string/pref_persistNotify_title"/>
</PreferenceCategory>
<PreferenceCategory android:title="@string/playback_pref">
<CheckBoxPreference