diff options
author | Martin Fietz <Martin.Fietz@gmail.com> | 2016-10-30 13:37:39 +0100 |
---|---|---|
committer | Martin Fietz <Martin.Fietz@gmail.com> | 2016-10-30 13:37:39 +0100 |
commit | 0062cab1066d42d546d4a2e13012db9d2071db16 (patch) | |
tree | 3bc002212b877d6eaeff143b2255d91e96c05b2f /app/src/main/res | |
parent | fdc7d41824cef94578469572c0f79c5e06444737 (diff) | |
parent | ff5b136351ccf6a932eb4f49d9707c6e16d38bb5 (diff) | |
download | AntennaPod-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.xml | 3 |
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> |