create changelog entry
[debian/openrocket] / android / res / layout / rocket_configurations.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="vertical" >\r
6 \r
7     <!--\r
8         Note because my implementation of ExpandableListFragment is stupid, the id\r
9         of the ExpandableListView must be @android:id/list\r
10     -->\r
11 \r
12     <ExpandableListView\r
13         android:id="@android:id/list"\r
14         android:layout_width="match_parent"\r
15         android:layout_height="wrap_content" />\r
16 \r
17 </LinearLayout>