Imported Upstream version 0.9.2
[platform/upstream/iotivity.git] / android / examples / guiclient / src / main / res / layout / activity_main.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"
4     android:paddingLeft="@dimen/activity_horizontal_margin"
5     android:paddingRight="@dimen/activity_horizontal_margin"
6     android:paddingTop="@dimen/activity_horizontal_margin"
7     android:paddingBottom="@dimen/activity_horizontal_margin"
8     tools:context=".MainActivity">
9
10     <ExpandableListView
11         android:id="@+id/expandableResourceListView"
12         android:layout_width="match_parent"
13         android:layout_height="wrap_content"
14         android:layout_alignParentRight="true"
15         android:layout_alignParentTop="true"
16         android:layout_marginTop="10dp"
17         >
18
19     </ExpandableListView>
20
21 </RelativeLayout>
22
23
24     <!--<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"-->
25     <!--xmlns:tools="http://schemas.android.com/tools"-->
26     <!--android:id="@+id/container"-->
27     <!--android:layout_width="match_parent"-->
28     <!--android:layout_height="match_parent"-->
29     <!--tools:context=".MainActivity"-->
30     <!--tools:ignore="MergeRootFrame" />-->