create changelog entry
[debian/openrocket] / android-libraries / ActionBarSherlock / res / layout / main.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="fill_parent"\r
4     android:layout_height="fill_parent"\r
5     android:orientation="vertical" >\r
6 \r
7     <TextView\r
8         android:layout_width="fill_parent"\r
9         android:layout_height="wrap_content"\r
10         android:text="@string/hello" />\r
11 \r
12 </LinearLayout>