aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/res/layout/download_activity.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2013-04-16 20:56:14 -0700
committerScott Jackson <daneren2005@gmail.com>2013-04-16 20:56:14 -0700
commite300762952f92fe74b1ef0787faef9ba86771d10 (patch)
tree2f86f1eb7a68add734443fadf0f7238c9f7a3832 /subsonic-android/res/layout/download_activity.xml
parent770b5d3ea932be3a75c3f6bb1ee3d0bfcaaf5d52 (diff)
downloaddsub-e300762952f92fe74b1ef0787faef9ba86771d10.tar.gz
dsub-e300762952f92fe74b1ef0787faef9ba86771d10.tar.bz2
dsub-e300762952f92fe74b1ef0787faef9ba86771d10.zip
Embed DownloadFragment with logic into dummy activity
Diffstat (limited to 'subsonic-android/res/layout/download_activity.xml')
-rw-r--r--subsonic-android/res/layout/download_activity.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/subsonic-android/res/layout/download_activity.xml b/subsonic-android/res/layout/download_activity.xml
new file mode 100644
index 00000000..3a1aa5e4
--- /dev/null
+++ b/subsonic-android/res/layout/download_activity.xml
@@ -0,0 +1,4 @@
+<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/download_container"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" /> \ No newline at end of file