去掉load遮罩

This commit is contained in:
Lindong 2026-01-27 14:18:12 +08:00
parent 6f34b5b990
commit 45b63e870e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@
android:id="@+id/iv_mask"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/black"
android:background="#00000000"
android:clickable="false"
android:layout_gravity="center"/>