feat:状态占位图换成透明的
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 67 KiB |
8
app/src/main/res/drawable/icon_common_failure.xml
Normal file
8
app/src/main/res/drawable/icon_common_failure.xml
Normal 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>
|
@@ -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
|
||||
|
Reference in New Issue
Block a user