510c912463ecf11ae56e989331ca31c24d8df2a2
[platform/upstream/iotivity.git] / service / resource-encapsulation / examples / android / REServer / res / layout / server_builder_dev.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent" >
5
6     <ListView
7         android:id="@+id/serverBuilderDevList"
8         android:layout_width="match_parent"
9         android:layout_height="300dp" >
10     </ListView>
11
12     <EditText
13         android:id="@+id/devLog"
14         android:layout_width="fill_parent"
15         android:layout_height="250dp"
16         android:layout_alignParentLeft="true"
17         android:layout_below="@+id/serverBuilderDevList"
18         android:layout_marginTop="15dp"
19         android:editable="false"
20         android:ems="10" >
21
22         <requestFocus />
23     </EditText>
24
25 </RelativeLayout>