Change placeholder views in the motorbrowser from LinearLayout to FrameLayout since they are lighter.

This commit is contained in:
Kevin Ruland 2012-02-09 20:59:22 +00:00
parent 81cb5abcb1
commit e7d180f120
3 changed files with 7 additions and 9 deletions

View File

@ -4,17 +4,16 @@
android:layout_height="match_parent"
android:orientation="horizontal" >
<LinearLayout
<FrameLayout
android:id="@+id/motorBrowserList"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="4"/>
<LinearLayout
<FrameLayout
android:id="@+id/sidepane"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical" />
android:layout_weight="1"/>
</LinearLayout>

View File

@ -4,17 +4,16 @@
android:layout_height="match_parent"
android:orientation="vertical" >
<LinearLayout
<FrameLayout
android:id="@+id/motorBrowserList"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="3" />
<LinearLayout
<FrameLayout
android:id="@+id/sidepane"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:orientation="vertical" />
android:layout_weight="1"/>
</LinearLayout>

View File

@ -4,7 +4,7 @@
android:layout_height="match_parent"
android:orientation="horizontal" >
<LinearLayout
<FrameLayout
android:id="@+id/motorBrowserList"
android:layout_width="match_parent"
android:layout_height="match_parent" />