pandorapan/live/src/main/res/layout/dialog_live_hd.xml

12 lines
434 B
XML
Raw Normal View History

2022-07-18 15:31:45 +08:00
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<WebView android:id="@+id/rlWebview"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>