feat:状态占位图换成透明的

This commit is contained in:
Max
2023-11-10 17:53:45 +08:00
parent a7ea7dc6c7
commit f0dfd57b4c
3 changed files with 9 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 67 KiB

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!--为了换皮,空状态换为透明的,相当于隐藏-->
<size
android:width="400px"
android:height="356px" />
</shape>

View File

@@ -444,7 +444,7 @@
android:layout_marginBottom="@dimen/dp_12"
android:background="@drawable/shape_white_12dp_round"
android:orientation="vertical"
android:paddingBottom="@dimen/dp_14"
android:paddingBottom="@dimen/dp_13"
app:layout_constraintTop_toBottomOf="@id/ll_association">
<TextView