2012-02-06 01:31:51 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2012-05-23 21:20:46 +00:00
|
|
|
android:baselineAligned="false"
|
2012-02-06 01:31:51 +00:00
|
|
|
android:orientation="horizontal" >
|
|
|
|
|
2012-02-09 20:59:22 +00:00
|
|
|
<FrameLayout
|
2012-02-06 01:31:51 +00:00
|
|
|
android:id="@+id/motorBrowserList"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="match_parent"
|
2012-05-23 21:20:46 +00:00
|
|
|
android:layout_weight="4" />
|
2012-02-06 01:31:51 +00:00
|
|
|
|
2012-02-09 20:59:22 +00:00
|
|
|
<FrameLayout
|
2012-02-06 01:31:51 +00:00
|
|
|
android:id="@+id/sidepane"
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
android:layout_height="wrap_content"
|
2012-05-23 21:20:46 +00:00
|
|
|
android:layout_weight="1" />
|
2012-02-06 01:31:51 +00:00
|
|
|
|
|
|
|
</LinearLayout>
|