Imported Upstream version 0.9.1
[platform/upstream/iotivity.git] / android / examples / simpleclient / src / main / res / layout / activity_main.xml
1 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
2     xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"\r
3     android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"\r
4     android:paddingRight="@dimen/activity_horizontal_margin"\r
5     android:paddingTop="@dimen/activity_vertical_margin"\r
6     android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".MainActivity"\r
7     android:label="@string/app_name">\r
8 \r
9     <TextView android:text="@string/app_name" android:layout_width="wrap_content"\r
10         android:layout_height="wrap_content" />\r
11 \r
12     <LinearLayout\r
13         android:layout_width="fill_parent"\r
14         android:layout_height="fill_parent"\r
15         android:orientation="vertical"\r
16         android:id="@+id/linearLayout" >\r
17     </LinearLayout>\r
18 </RelativeLayout>\r