Update theme submodule
[platform/upstream/gstreamer.git] / tutorials / android-tutorial-1 / 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="match_parent"\r
4     android:layout_height="match_parent"\r
5     android:orientation="vertical" >\r
6 \r
7     <TextView\r
8         android:id="@+id/textview_info"\r
9         android:layout_width="match_parent"\r
10         android:layout_height="match_parent"\r
11         android:gravity="center_vertical|center_horizontal"\r
12         android:textAppearance="?android:attr/textAppearanceLarge" />\r
13 \r
14 </LinearLayout>