2020-10-24 04:40:22 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-03-01 22:47:48 +00:00
|
|
|
<LinearLayout android:id="@+id/layout_prompt"
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent"
|
2020-10-24 04:40:22 +00:00
|
|
|
tools:context=".WebConsoleActivity">
|
2020-03-01 22:47:48 +00:00
|
|
|
|
2020-04-11 20:28:45 +00:00
|
|
|
<WebView
|
|
|
|
android:id="@+id/webview1"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent" />
|
|
|
|
</LinearLayout>
|
2020-10-24 04:40:22 +00:00
|
|
|
|