猜你喜欢

This commit is contained in:
18401019693
2022-11-10 13:48:08 +08:00
parent 134cdf2e2a
commit d13e42e33d
10 changed files with 204 additions and 52 deletions

View File

@@ -341,13 +341,7 @@
android:layout_width="0dp"
android:layout_height="1dp"
android:layout_weight="1" />
<!--普通工具合集-->
<ImageView
android:id="@+id/total_image"
android:layout_width="34dp"
android:layout_height="34dp"
android:layout_marginEnd="8dp"
android:src="@mipmap/live_icon_more" />
<!--特权-->
<ImageView
android:id="@+id/live_privilege"
@@ -402,7 +396,13 @@
android:layout_height="38dp"
android:layout_marginEnd="8dp"
android:src="@mipmap/live_lw" />
<!--普通工具合集-->
<ImageView
android:id="@+id/total_image"
android:layout_width="34dp"
android:layout_height="34dp"
android:layout_marginEnd="8dp"
android:src="@mipmap/live_icon_more" />
</LinearLayout>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 4.3 KiB