pdlivexp/live/src/main/res/layout/dialog_live_trickery_audience.xml
2022-07-18 15:31:45 +08:00

22 lines
703 B
XML

<?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="wrap_content"
android:orientation="vertical"
android:paddingTop="0dp">
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
android:src="@mipmap/bg_trickery_top" />
<RelativeLayout
android:id="@+id/rlWebview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:background="@mipmap/bg_zg" />
</LinearLayout>