replace : iotivity -> iotivity-sec
[platform/upstream/iotivity.git] / service / notification / examples / android / NotiProviderExample / app / src / main / res / layout / activity_login.xml
1 <?xml version="1.0" encoding="utf-8"?>
2 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
3     xmlns:tools="http://schemas.android.com/tools"
4     android:id="@+id/loginLayout"
5     android:layout_width="match_parent"
6     android:layout_height="match_parent"
7     android:orientation="vertical"
8     tools:context=".LoginActivity">
9
10     <WebView
11         android:id="@+id/webView"
12         android:layout_width="match_parent"
13         android:layout_height="match_parent"
14         android:visibility="visible" />
15
16 </LinearLayout>