create changelog entry
[debian/openrocket] / android / res / layout / rocket_simulations.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     <ListView\r
8         android:id="@+id/openrocketviewerSimulationList"\r
9         android:layout_width="match_parent"\r
10         android:layout_height="wrap_content" />\r
11 \r
12 </LinearLayout>