create changelog entry
[debian/openrocket] / android / res / layout / simulation_graph_activity.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     <TextView\r
8         android:layout_width="wrap_content"\r
9         android:layout_height="wrap_content" />\r
10 \r
11     <LinearLayout\r
12         android:id="@+id/sidepane"\r
13         android:layout_width="match_parent"\r
14         android:layout_height="match_parent"\r
15         android:orientation="vertical" />\r
16 \r
17 </LinearLayout>