aboutsummaryrefslogtreecommitdiff
path: root/res/layout/download_activity.xml
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2014-02-05 21:43:46 -0800
committerScott Jackson <daneren2005@gmail.com>2014-02-05 21:43:46 -0800
commit5b91660d1122aa7271b0e71fed111e3c4d7893ed (patch)
treec29604f9c3724d23c5af38f2a8a58b9a3d1769cf /res/layout/download_activity.xml
parent84692cae50a6984f6b52b7193b4dc2784bb0f58b (diff)
downloaddsub-5b91660d1122aa7271b0e71fed111e3c4d7893ed.tar.gz
dsub-5b91660d1122aa7271b0e71fed111e3c4d7893ed.tar.bz2
dsub-5b91660d1122aa7271b0e71fed111e3c4d7893ed.zip
Completely retool fragment management to not rely on unique id's
Diffstat (limited to 'res/layout/download_activity.xml')
-rw-r--r--res/layout/download_activity.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/layout/download_activity.xml b/res/layout/download_activity.xml
index 3a1aa5e4..017e4013 100644
--- a/res/layout/download_activity.xml
+++ b/res/layout/download_activity.xml
@@ -1,4 +1,4 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
- android:id="@+id/download_container"
+ android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent" /> \ No newline at end of file