From 7ce5cfc51367146a2650e35cde36d445751552ba Mon Sep 17 00:00:00 2001 From: daniel oeh Date: Mon, 23 Jul 2012 13:50:08 +0200 Subject: [PATCH] Created opml import activity --- AndroidManifest.xml | 1 + res/layout/opml_import.xml | 27 +++++++++ res/values/strings.xml | 4 ++ .../activity/OpmlImportActivity.java | 57 +++++++++++++++++++ 4 files changed, 89 insertions(+) create mode 100644 res/layout/opml_import.xml create mode 100644 src/de/danoeh/antennapod/activity/OpmlImportActivity.java diff --git a/AndroidManifest.xml b/AndroidManifest.xml index c4a00708d..af007419a 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -127,6 +127,7 @@ + \ No newline at end of file diff --git a/res/layout/opml_import.xml b/res/layout/opml_import.xml new file mode 100644 index 000000000..919e30551 --- /dev/null +++ b/res/layout/opml_import.xml @@ -0,0 +1,27 @@ + + + + + + + +