summaryrefslogtreecommitdiff
path: root/res/layout/gpodnetauth_activity.xml
diff options
context:
space:
mode:
authorTom Hennen <tom.hennen@gmail.com>2013-09-09 18:20:15 -0400
committerTom Hennen <tom.hennen@gmail.com>2013-09-09 18:20:15 -0400
commitc960a65189014fddbf7336c028385b350fdca504 (patch)
tree482ce1490a92d738b16aff8c9bec5ba189872a68 /res/layout/gpodnetauth_activity.xml
parentd538e3899c65992870e1866b1d27fc7cd5385ce7 (diff)
parent02926a6e5ffa968d08efeae5012a0ecf41a6f33a (diff)
downloadAntennaPod-c960a65189014fddbf7336c028385b350fdca504.zip
Merge branch 'develop' of https://github.com/danieloeh/AntennaPod into pause-on-interrupt
Diffstat (limited to 'res/layout/gpodnetauth_activity.xml')
-rw-r--r--res/layout/gpodnetauth_activity.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/layout/gpodnetauth_activity.xml b/res/layout/gpodnetauth_activity.xml
new file mode 100644
index 000000000..cd428fbdf
--- /dev/null
+++ b/res/layout/gpodnetauth_activity.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="utf-8"?>
+
+<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
+<ViewFlipper
+ android:id="@+id/viewflipper"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"/>
+</ScrollView> \ No newline at end of file