Files
Daydream/app/build/intermediates/packaged_res/debug/layout/layout_dream.xml
2025-12-26 13:02:15 +09:00

13 lines
392 B
XML

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black">
<WebView
android:id="@+id/dreamWebView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</FrameLayout>