summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
authordaniel oeh <daniel.oeh@gmail.com>2012-10-03 15:54:50 +0200
committerdaniel oeh <daniel.oeh@gmail.com>2012-10-03 15:54:50 +0200
commitc0421458751188a284975edaffffc90dc933c10f (patch)
tree7c638aa252025fcec4385aba3383d1b339cb5c41 /res/xml/preferences.xml
parentb76ab8053cf19f4876aa3074e20eb7803ede7fa2 (diff)
downloadAntennaPod-c0421458751188a284975edaffffc90dc933c10f.zip
Moved Opml import button to AddfeedActivity, Opml export button to
preferences
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index dfdf0ba5e..63aae81c3 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -55,9 +55,10 @@
android:summary="@string/pref_flattr_this_app_sum"
android:title="@string/pref_flattr_this_app_title" >
</Preference>
- <Preference
+ <Preference android:key="prefOpmlExport" android:title="@string/opml_export_label"/><Preference
android:key="prefAbout"
android:title="@string/about_pref" />
+
</PreferenceCategory>
</PreferenceScreen> \ No newline at end of file