feat:修改VIP中心-返金币icon

This commit is contained in:
max
2024-05-16 17:59:25 +08:00
parent 37b91c22cb
commit 1b09c46bfc
4 changed files with 5 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.9 KiB

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -10,6 +10,7 @@
android:id="@+id/tv_title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginHorizontal="@dimen/dp_10"
android:layout_marginBottom="@dimen/dp_10"
android:textColor="#FFFFE3AF"
android:textSize="@dimen/dp_15"
@@ -20,10 +21,11 @@
<ImageView
android:id="@+id/iv_rebate"
android:layout_width="@dimen/dp_41"
android:layout_width="@dimen/dp_16"
android:layout_height="@dimen/dp_16"
android:layout_marginStart="@dimen/dp_6"
android:layout_marginStart="-5dp"
android:layout_marginBottom="-2dp"
android:src="@drawable/vip_ic_rebate"
app:layout_constraintBottom_toTopOf="@id/tv_title"
app:layout_constraintStart_toStartOf="@id/tv_title" />
app:layout_constraintStart_toEndOf="@id/tv_title" />
</merge>