Imported Upstream version 1.0.0
[platform/upstream/iotivity.git] / service / resource-encapsulation / examples / android / RESampleClientApp / app / src / main / res / layout / activity_main.xml
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
4     android:layout_width="match_parent"
5     android:layout_height="match_parent"
6     android:orientation="vertical">
7
8     <Button
9         android:layout_width="match_parent"
10         android:layout_height="wrap_content"
11         android:onClick="onResourceClientClick"
12         android:text="@string/resource_client" />
13
14 </LinearLayout>