This commit is contained in:
ningwenqiang
2024-10-18 15:41:03 +08:00
parent 87e372e8f9
commit eee2648277
2 changed files with 19 additions and 12 deletions

View File

@@ -11,6 +11,13 @@
android:scaleType="centerCrop"
android:src="@mipmap/live_bg_new" />
<View
android:id="@+id/mask"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="visible"
android:background="#80000000" />
<ImageView
android:id="@+id/iv_loading"
android:layout_width="150dp"