直播间UI调整,修改悬浮
This commit is contained in:
parent
787d50c5b4
commit
c725be7bbc
@ -120,7 +120,8 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="45dp"
|
||||
android:layout_alignParentBottom="true">
|
||||
android:layout_alignParentBottom="true"
|
||||
android:gravity="center_vertical">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/btn_close"
|
||||
@ -242,9 +243,7 @@
|
||||
android:id="@+id/message_layout"
|
||||
android:layout_width="84dp"
|
||||
android:layout_height="34dp"
|
||||
android:layout_centerVertical="true"
|
||||
android:layout_marginStart="10dp"
|
||||
android:layout_marginTop="5dp"
|
||||
android:clickable="false"
|
||||
android:orientation="horizontal">
|
||||
|
||||
@ -292,8 +291,7 @@
|
||||
<RelativeLayout
|
||||
android:id="@+id/msg_view"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="9dp">
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<RelativeLayout
|
||||
android:id="@+id/rt_msg"
|
||||
@ -312,9 +310,7 @@
|
||||
android:id="@+id/v_msg_redpoint"
|
||||
android:layout_width="12dp"
|
||||
android:layout_height="12dp"
|
||||
android:layout_alignParentRight="true"
|
||||
android:layout_marginTop="6dp"
|
||||
android:layout_marginRight="6dp"
|
||||
android:background="@drawable/background_ff5075"
|
||||
android:visibility="gone" />
|
||||
</RelativeLayout>
|
||||
@ -333,33 +329,53 @@
|
||||
android:minWidth="14dp"
|
||||
android:paddingLeft="3dp"
|
||||
android:paddingRight="3dp"
|
||||
android:text="1"
|
||||
android:textColor="#fff"
|
||||
android:textSize="10sp"
|
||||
android:translationY="-4dp"
|
||||
android:visibility="invisible" />
|
||||
|
||||
</RelativeLayout>
|
||||
<!--普通工具合集-->
|
||||
<ImageView
|
||||
android:id="@+id/total_image"
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginStart="13dp"
|
||||
android:padding="5dp"
|
||||
android:src="@mipmap/live_icon_more" />
|
||||
|
||||
|
||||
<View
|
||||
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"
|
||||
android:layout_width="34dp"
|
||||
android:layout_height="34dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:src="@mipmap/live_icon_privilege" />
|
||||
<!--整蛊-->
|
||||
<ImageView
|
||||
android:id="@+id/live_cheat"
|
||||
android:layout_width="34dp"
|
||||
android:layout_height="34dp"
|
||||
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_marginEnd="10dp"
|
||||
android:src="@mipmap/live_icon_play" />
|
||||
<!--新人特惠-->
|
||||
<RelativeLayout
|
||||
android:layout_width="40dp"
|
||||
android:layout_height="40dp"
|
||||
android:layout_marginEnd="13dp"
|
||||
android:visibility="gone"
|
||||
android:padding="4dp">
|
||||
android:padding="4dp"
|
||||
android:visibility="gone">
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/live_new_people"
|
||||
@ -385,7 +401,6 @@
|
||||
android:layout_width="38dp"
|
||||
android:layout_height="38dp"
|
||||
android:layout_marginEnd="8dp"
|
||||
android:layout_marginBottom="5dp"
|
||||
android:src="@mipmap/live_lw" />
|
||||
|
||||
|
||||
|
BIN
live/src/main/res/mipmap-xxxhdpi/live_icon_cheat.png
Normal file
BIN
live/src/main/res/mipmap-xxxhdpi/live_icon_cheat.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
live/src/main/res/mipmap-xxxhdpi/live_icon_play.png
Normal file
BIN
live/src/main/res/mipmap-xxxhdpi/live_icon_play.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
live/src/main/res/mipmap-xxxhdpi/live_icon_privilege.png
Normal file
BIN
live/src/main/res/mipmap-xxxhdpi/live_icon_privilege.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 26 KiB |
Loading…
Reference in New Issue
Block a user