修改短剧返回icon

This commit is contained in:
Martin 2024-09-13 10:57:00 +08:00
parent b68b334e00
commit c84fc9e8f1
2 changed files with 4 additions and 3 deletions

View File

@ -15,7 +15,7 @@
<LinearLayout
android:id="@+id/back"
android:layout_width="66dp"
android:layout_width="70dp"
android:layout_height="26dp"
android:layout_alignParentRight="true"
android:layout_marginTop="50dp"
@ -23,9 +23,10 @@
android:gravity="center">
<ImageView
android:layout_marginStart="5dp"
android:src="@mipmap/icon_back_community"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_width="20dp"
android:layout_height="20dp" />
<TextView
android:layout_marginLeft="10dp"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 KiB

After

Width:  |  Height:  |  Size: 5.1 KiB