replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / easy-setup / sampleapp / mediator / android-samsung / EasySetup / app / src / main / res / layout / activity_login.xml
1 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
2     xmlns:tools="http://schemas.android.com/tools"
3     android:layout_width="match_parent"
4     android:layout_height="match_parent"
5     android:orientation="vertical"
6     android:id="@+id/loginlayout"
7     tools:context="org.iotivity.service.easysetup.mediator.LoginActivity">
8
9     <WebView
10         android:id="@+id/webView"
11         android:layout_width="match_parent"
12         android:layout_height="match_parent"
13         android:visibility="visible" />
14
15 </LinearLayout>