create changelog entry
[debian/openrocket] / android / res / layout / 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:orientation="horizontal" >\r
6 \r
7     <FrameLayout\r
8         android:id="@+id/motorBrowserList"\r
9         android:layout_width="match_parent"\r
10         android:layout_height="match_parent" />\r
11 \r
12 </LinearLayout>