2020-10-24 12:40:22 +08:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-03-02 01:47:48 +03: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 12:40:22 +08:00
|
|
|
tools:context=".WebConsoleActivity">
|
2020-03-02 01:47:48 +03:00
|
|
|
|
2020-04-11 23:28:45 +03:00
|
|
|
<WebView
|
|
|
|
android:id="@+id/webview1"
|
|
|
|
android:layout_width="fill_parent"
|
|
|
|
android:layout_height="fill_parent" />
|
|
|
|
</LinearLayout>
|
2020-10-24 12:40:22 +08:00
|
|
|
|