teleposter/app/src/main/res/layout/activity_main.xml

5 lines
216 B
XML
Raw Normal View History

2016-11-23 22:27:22 +00:00
<?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"/>