修改短剧返回icon
This commit is contained in:
parent
b68b334e00
commit
c84fc9e8f1
@ -15,7 +15,7 @@
|
|||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:id="@+id/back"
|
android:id="@+id/back"
|
||||||
android:layout_width="66dp"
|
android:layout_width="70dp"
|
||||||
android:layout_height="26dp"
|
android:layout_height="26dp"
|
||||||
android:layout_alignParentRight="true"
|
android:layout_alignParentRight="true"
|
||||||
android:layout_marginTop="50dp"
|
android:layout_marginTop="50dp"
|
||||||
@ -23,9 +23,10 @@
|
|||||||
android:gravity="center">
|
android:gravity="center">
|
||||||
|
|
||||||
<ImageView
|
<ImageView
|
||||||
|
android:layout_marginStart="5dp"
|
||||||
android:src="@mipmap/icon_back_community"
|
android:src="@mipmap/icon_back_community"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="20dp"
|
||||||
android:layout_height="wrap_content" />
|
android:layout_height="20dp" />
|
||||||
|
|
||||||
<TextView
|
<TextView
|
||||||
android:layout_marginLeft="10dp"
|
android:layout_marginLeft="10dp"
|
||||||
|
Binary file not shown.
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 5.1 KiB |
Loading…
Reference in New Issue
Block a user