create changelog entry
[debian/openrocket] / android / res / layout / component_list_item.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="fill_parent"
4     android:layout_height="fill_parent"
5     android:gravity="center_vertical"
6     android:padding="2dip" >
7
8     <TextView
9         android:id="@android:id/text1"
10         android:layout_width="0dp"
11         android:layout_height="wrap_content"
12         android:layout_weight="1"
13         android:padding="4dip"
14         android:text="Text"
15         android:textSize="24dp" >
16     </TextView>
17
18 </LinearLayout>