新消息
This commit is contained in:
@@ -3,14 +3,14 @@
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/bg"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginBottom="6dp"
|
||||
android:orientation="vertical">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/text_txt"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="left"
|
||||
android:layout_marginLeft="9dp"
|
||||
|
||||
@@ -835,7 +835,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginRight="80dp"
|
||||
android:gravity="top"
|
||||
android:orientation="vertical">
|
||||
|
||||
@@ -948,7 +947,6 @@
|
||||
<LinearLayout
|
||||
android:id="@+id/gif_gift_tip_group"
|
||||
android:layout_width="wrap_content"
|
||||
android:visibility="invisible"
|
||||
android:layout_height="26dp"
|
||||
android:layout_below="@id/hour_rank_layout"
|
||||
android:layout_marginLeft="10dp"
|
||||
@@ -958,7 +956,8 @@
|
||||
android:orientation="horizontal"
|
||||
android:paddingLeft="10dp"
|
||||
android:paddingRight="10dp"
|
||||
android:translationX="500dp">
|
||||
android:translationX="500dp"
|
||||
android:visibility="invisible">
|
||||
|
||||
<ImageView
|
||||
android:layout_width="20dp"
|
||||
@@ -987,8 +986,8 @@
|
||||
android:id="@+id/gif_gift_tip_group_all_server"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="36dp"
|
||||
android:visibility="invisible"
|
||||
android:translationX="500dp">
|
||||
android:translationX="500dp"
|
||||
android:visibility="invisible">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -1060,9 +1059,9 @@
|
||||
<FrameLayout
|
||||
android:id="@+id/gif_gift_tip_group_buy_guard"
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="invisible"
|
||||
android:layout_height="36dp"
|
||||
android:translationX="500dp">
|
||||
android:translationX="500dp"
|
||||
android:visibility="invisible">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -1135,10 +1134,10 @@
|
||||
android:id="@+id/gif_gift_tip_group_buy_zuoji"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="30dp"
|
||||
android:visibility="invisible"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginTop="100dp"
|
||||
android:translationX="500dp">
|
||||
android:translationX="500dp"
|
||||
android:visibility="invisible">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
@@ -1187,10 +1186,10 @@
|
||||
android:id="@+id/gif_gift_tip_group_buy_liang_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="30dp"
|
||||
android:visibility="invisible"
|
||||
android:layout_marginLeft="10dp"
|
||||
android:layout_marginTop="135dp"
|
||||
android:translationX="500dp">
|
||||
android:translationX="500dp"
|
||||
android:visibility="invisible">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="wrap_content"
|
||||
@@ -1238,9 +1237,9 @@
|
||||
<FrameLayout
|
||||
android:id="@+id/gif_gift_tip_group_buy_vip"
|
||||
android:layout_width="match_parent"
|
||||
android:visibility="invisible"
|
||||
android:layout_height="36dp"
|
||||
android:translationX="500dp">
|
||||
android:translationX="500dp"
|
||||
android:visibility="invisible">
|
||||
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
@@ -1996,6 +1995,14 @@
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_centerVertical="true" />
|
||||
<!-- SVG 座骑-->
|
||||
<ImageView
|
||||
android:id="@+id/new_message"
|
||||
android:layout_width="106.67dp"
|
||||
android:layout_height="27.33dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:layout_marginStart="10dp"
|
||||
android:visibility="gone" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/room_fast_msg"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
BIN
live/src/main/res/mipmap-xxxhdpi/new_message_cn.png
Normal file
BIN
live/src/main/res/mipmap-xxxhdpi/new_message_cn.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 14 KiB |
BIN
live/src/main/res/mipmap-xxxhdpi/new_message_en.png
Normal file
BIN
live/src/main/res/mipmap-xxxhdpi/new_message_en.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 16 KiB |
Reference in New Issue
Block a user