直播间UI调整,修改悬浮

This commit is contained in:
18401019693
2022-10-27 10:36:25 +08:00
parent 1d8cdf250d
commit 2891c3bf14
7 changed files with 118 additions and 33 deletions

View File

@@ -351,22 +351,22 @@
<!--特权-->
<ImageView
android:id="@+id/live_privilege"
android:layout_width="34dp"
android:layout_height="34dp"
android:layout_width="27.2dp"
android:layout_height="27.2dp"
android:layout_marginEnd="10dp"
android:src="@mipmap/live_icon_role" />
<!--整蛊-->
<ImageView
android:id="@+id/live_cheat"
android:layout_width="34dp"
android:layout_height="34dp"
android:layout_width="27.2dp"
android:layout_height="27.2dp"
android:layout_marginEnd="10dp"
android:src="@mipmap/live_icon_cheat" />
<!---->
<ImageView
android:id="@+id/live_play"
android:layout_width="34dp"
android:layout_height="34dp"
android:layout_width="27.2dp"
android:layout_height="27.2dp"
android:layout_marginEnd="10dp"
android:src="@mipmap/live_icon_play" />
<!--新人特惠-->