create changelog entry
[debian/openrocket] / android / res / layout-large-land / motorbrowser.xml
1 <?xml version="1.0" encoding="utf-8"?>\r
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
3     android:layout_width="match_parent"\r
4     android:layout_height="match_parent"\r
5     android:baselineAligned="false"\r
6     android:orientation="horizontal" >\r
7 \r
8     <FrameLayout\r
9         android:id="@+id/motorBrowserList"\r
10         android:layout_width="wrap_content"\r
11         android:layout_height="match_parent"\r
12         android:layout_weight="4" />\r
13 \r
14     <FrameLayout\r
15         android:id="@+id/sidepane"\r
16         android:layout_width="wrap_content"\r
17         android:layout_height="wrap_content"\r
18         android:layout_weight="1" />\r
19 \r
20 </LinearLayout>