Files
opic/build/android/app/src/main/res/layout/activity_main.xml
T

13 lines
386 B
XML
Raw Normal View History

2026-06-26 00:06:07 +09:00
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/main_container"
android:layout_width="match_parent"
android:layout_height="match_parent">
<WebView
android:id="@+id/webview"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>