Imported Upstream version 0.9.1
[platform/upstream/iotivity.git] / android / examples / fridgeclient / src / main / res / layout / activity_fridge_client.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=".FridgeClient">\r
7 \r
8     <TextView android:text="@string/app_name" android:layout_width="wrap_content"\r
9         android:layout_height="wrap_content" />\r
10 \r
11     <LinearLayout\r
12         android:layout_width="fill_parent"\r
13         android:layout_height="fill_parent"\r
14         android:orientation="vertical"\r
15         android:id="@+id/linearLayout" >\r
16     </LinearLayout>\r
17 \r
18 </RelativeLayout>\r