开播
tips无数据则隐藏
This commit is contained in:
@@ -124,8 +124,8 @@
|
||||
<!-- 这些事靠右的-->
|
||||
<ImageView
|
||||
android:id="@+id/btn_close"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="29dp"
|
||||
android:layout_height="29dp"
|
||||
android:layout_marginEnd="10dp"
|
||||
android:src="@mipmap/icon_live_close_4"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
@@ -135,8 +135,8 @@
|
||||
|
||||
<ImageView
|
||||
android:id="@+id/user_more"
|
||||
android:layout_width="32dp"
|
||||
android:layout_height="32dp"
|
||||
android:layout_width="29dp"
|
||||
android:layout_height="29dp"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:src="@mipmap/live_users_more_2"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
@@ -145,24 +145,24 @@
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/user_recyclerView"
|
||||
android:layout_width="108dp"
|
||||
android:layout_width="102dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:layout_marginEnd="2dp"
|
||||
android:orientation="horizontal"
|
||||
android:overScrollMode="never"
|
||||
android:visibility="visible"
|
||||
tools:listitem="@layout/item_live_user1"
|
||||
app:layoutManager="androidx.recyclerview.widget.GridLayoutManager"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintEnd_toStartOf="@+id/user_more"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
tools:itemCount="4" />
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<com.makeramen.roundedimageview.RoundedImageView
|
||||
android:id="@+id/user_guard"
|
||||
android:layout_width="30dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_width="29dp"
|
||||
android:layout_height="29dp"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_marginEnd="6dp"
|
||||
android:layout_marginEnd="4dp"
|
||||
android:scaleType="centerCrop"
|
||||
android:src="@mipmap/img_guardian_empty"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
@@ -174,8 +174,8 @@
|
||||
|
||||
<com.opensource.svgaplayer.SVGAImageView
|
||||
android:id="@+id/gift_svga"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_width="33dp"
|
||||
android:layout_height="33dp"
|
||||
android:src="@mipmap/img_guardian_online"
|
||||
app:layout_constraintDimensionRatio="1"
|
||||
android:visibility="gone"
|
||||
@@ -252,7 +252,7 @@
|
||||
android:layout_height="23dp"
|
||||
android:layout_below="@+id/lin"
|
||||
android:layout_marginStart="12dp"
|
||||
android:layout_marginTop="9dp"
|
||||
android:layout_marginTop="6dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<!--热度-->
|
||||
@@ -385,9 +385,9 @@
|
||||
android:id="@+id/topLayout2"
|
||||
layout="@layout/view_live_room_part2"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="36dp"
|
||||
android:layout_height="30dp"
|
||||
android:layout_below="@+id/topLayout1"
|
||||
android:layout_marginTop="5dp" />
|
||||
android:layout_marginTop="6dp" />
|
||||
<!-- 第二条目 -->
|
||||
<!-- <LinearLayout-->
|
||||
<!-- android:id="@+id/topLayout2"-->
|
||||
@@ -1777,8 +1777,9 @@
|
||||
android:id="@+id/anchor_say_layout"
|
||||
layout="@layout/sim_live_room_anchor_say1"
|
||||
android:layout_width="96dp"
|
||||
android:layout_marginTop="30dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="170dp"
|
||||
android:layout_below="@+id/topLayout2"
|
||||
android:layout_marginStart="12dp"
|
||||
android:visibility="invisible"
|
||||
tools:visibility="visible"/>
|
||||
|
||||
Reference in New Issue
Block a user