aboutsummaryrefslogtreecommitdiff
path: root/LoaderApp/res
diff options
context:
space:
mode:
authorJeff Hamilton <jham@android.com>2010-05-11 22:48:44 -0500
committerJeff Hamilton <jham@android.com>2010-05-13 01:58:49 -0500
commit52cd86de446f5f6de1d1337a9152bcb4968d4cd7 (patch)
treedac90609849f4c02993ad0d49926cbb08bfaa135 /LoaderApp/res
parent4e5a9e4ee5c1ecab0a7a8eebee883f3f189f5cb4 (diff)
downloadexperimental-52cd86de446f5f6de1d1337a9152bcb4968d4cd7.tar.gz
First pass at attempting to use a single Activity for multiple app "states"
Change-Id: I212a6748b69b92147d7da5020994c82d63615311
Diffstat (limited to 'LoaderApp/res')
-rw-r--r--LoaderApp/res/layout/two_pane.xml (renamed from LoaderApp/res/layout/groups_home.xml)7
1 files changed, 3 insertions, 4 deletions
diff --git a/LoaderApp/res/layout/groups_home.xml b/LoaderApp/res/layout/two_pane.xml
index 7c95987..5b47f02 100644
--- a/LoaderApp/res/layout/groups_home.xml
+++ b/LoaderApp/res/layout/two_pane.xml
@@ -36,20 +36,19 @@
phat:titleBarType="normal"
/>
- <LinearLayout
+ <LinearLayout android:id="@+id/paneHost"
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1"
android:orientation="horizontal"
>
- <FrameLayout android:id="@+id/groups"
+ <FrameLayout android:id="@+id/smallPane"
android:layout_width="0dip"
android:layout_weight="1"
android:layout_height="match_parent"
- android:background="#222"
/>
- <FrameLayout android:id="@android:id/list"
+ <FrameLayout android:id="@+id/largePane"
android:layout_width="0dip"
android:layout_weight="2"
android:layout_height="match_parent"