Newer
Older
navi-1 / android-client / app / src / main / res / layout / activity_main.xml
@Eugene Sukhodolskiy Eugene Sukhodolskiy on 22 Apr 221 bytes Add Android WebView client (android-client/)
<?xml version="1.0" encoding="utf-8"?>
<WebView xmlns:android="http://schemas.android.com/apk/res/android"
    android:id="@+id/webview"
    android:layout_width="match_parent"
    android:layout_height="match_parent" />