fix [修改-短剧返回按钮]

This commit is contained in:
hch
2024-04-03 16:12:50 +08:00
parent 7ab38b12d9
commit 538fcc4331
3 changed files with 48 additions and 33 deletions

View File

@@ -23,16 +23,19 @@
android:gravity="center">
<ImageView
android:src="@mipmap/icon_back_community"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_marginLeft="5dp"
android:layout_marginTop="3dp"
android:layout_marginBottom="3dp"
android:src="@mipmap/appicon" />
<TextView
android:layout_marginLeft="10dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/black1"
android:text="@string/back" />
android:layout_marginLeft="5dp"
android:text="@string/back"
android:textColor="@color/black1" />
</LinearLayout>

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB