summaryrefslogtreecommitdiff
path: root/res/layout/main.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-06-19 19:51:47 +0400
committerAndrew Dolgov <[email protected]>2012-06-19 19:51:47 +0400
commitbd937be78428e6572f6ed9724cee04aa03ad4a98 (patch)
tree6324c9fd8341612cbe0d29556d64766e299b6b49 /res/layout/main.xml
parentd6e2b869e9194bfffd1ed65d500ac5ed70f88e89 (diff)
simplify fragment management
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml20
1 files changed, 1 insertions, 19 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index 89b47039..9718ba09 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -24,25 +24,7 @@
</LinearLayout>
<FrameLayout
- android:id="@+id/feeds_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/cats_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/headlines_fragment"
- android:layout_width="match_parent"
- android:layout_height="match_parent" >
- </FrameLayout>
-
- <FrameLayout
- android:id="@+id/article_fragment"
+ android:id="@+id/fragment_container"
android:layout_width="match_parent"
android:layout_height="match_parent" >
</FrameLayout>