Imported Upstream version 0.9.1
[platform/upstream/iotivity.git] / service / things-manager / sampleapp / android / Sample / res / layout / activity_main.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
4     xmlns:tools="http://schemas.android.com/tools"
5     android:layout_width="match_parent"
6     android:layout_height="match_parent">
7
8      <ListView
9               android:id="@+id/list"
10               android:layout_height="wrap_content"
11               android:layout_width="match_parent">
12          </ListView>
13 </RelativeLayout>