summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorMartin Fietz <Martin.Fietz@gmail.com>2016-10-30 13:37:39 +0100
committerMartin Fietz <Martin.Fietz@gmail.com>2016-10-30 13:37:39 +0100
commit0062cab1066d42d546d4a2e13012db9d2071db16 (patch)
tree3bc002212b877d6eaeff143b2255d91e96c05b2f /app/src/main/res
parentfdc7d41824cef94578469572c0f79c5e06444737 (diff)
parentff5b136351ccf6a932eb4f49d9707c6e16d38bb5 (diff)
downloadAntennaPod-0062cab1066d42d546d4a2e13012db9d2071db16.zip
Merge branch 'develop' into 2085-auto-enable-sleep-timer
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/xml/preferences.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/xml/preferences.xml b/app/src/main/res/xml/preferences.xml
index 5f56b14df..fab96338e 100644
--- a/app/src/main/res/xml/preferences.xml
+++ b/app/src/main/res/xml/preferences.xml
@@ -289,6 +289,9 @@
android:key="prefOpmlExport"
android:title="@string/opml_export_label"/>
<Preference
+ android:key="prefHtmlExport"
+ android:title="@string/html_export_label"/>
+ <Preference
android:key="statistics"
android:title="@string/statistics_label"/>
</PreferenceCategory>