live_shim_show.xml
761 Bytes
<?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:orientation="vertical">
<!-- 横屏直播垫片:默认 -->
<com.wd.foundation.wdkit.view.DefaultView
android:id="@+id/defaultshim"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<!-- 横屏直播垫片:配置 -->
<ImageView
android:id="@+id/iv_shim"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:src="@drawable/rmrb_placeholder_compe_all"
android:scaleType="centerCrop"/>
</FrameLayout>