Clean up some SonarQube warnings (trailing whitespace, etc).
[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"
2     xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent"
3     android:layout_height="match_parent" android:paddingLeft="@dimen/activity_horizontal_margin"
4     android:paddingRight="@dimen/activity_horizontal_margin"
5     android:paddingTop="@dimen/activity_vertical_margin"
6     android:paddingBottom="@dimen/activity_vertical_margin" tools:context=".FridgeClient">
7
8     <TextView android:text="@string/app_name" android:layout_width="wrap_content"
9         android:layout_height="wrap_content" />
10
11     <LinearLayout
12         android:layout_width="fill_parent"
13         android:layout_height="fill_parent"
14         android:orientation="vertical"
15         android:id="@+id/linearLayout" >
16     </LinearLayout>
17
18 </RelativeLayout>