zlzw
bf8d88608d
# Conflicts: # common/src/main/java/com/yunbao/common/http/PDLiveApi.java # common/src/main/java/com/yunbao/common/http/live/LiveNetManager.java # common/src/main/java/com/yunbao/common/utils/JavascriptInterfaceUtils.java # common/src/main/res/values-en-rUS/string.xml # common/src/main/res/values-zh-rHK/strings.xml # common/src/main/res/values-zh-rTW/strings.xml # common/src/main/res/values-zh/strings.xml # common/src/main/res/values/strings.xml # live/src/main/java/com/yunbao/live/views/LiveRoomViewHolder.java
2453 lines
95 KiB
XML
2453 lines
95 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
android:id="@+id/root"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginBottom="45dp"
|
|
android:paddingTop="15dp">
|
|
|
|
|
|
<LinearLayout
|
|
android:id="@+id/lin"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="25dp"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/group_1"
|
|
android:layout_width="142dp"
|
|
android:layout_height="34dp"
|
|
android:layout_marginLeft="8dp"
|
|
android:layout_marginTop="4dp"
|
|
android:background="@drawable/bg_live_ico"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="26dp"
|
|
android:layout_height="26dp"
|
|
android:layout_marginLeft="5dp">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="centerCrop"
|
|
android:src="@drawable/m_chu_xia"
|
|
app:riv_oval="true" />
|
|
|
|
<ImageView
|
|
android:id="@+id/level_anchor"
|
|
android:layout_width="13dp"
|
|
android:layout_height="13dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentBottom="true" />
|
|
</RelativeLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="60dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginRight="5dp"
|
|
android:orientation="vertical">
|
|
|
|
<TextView
|
|
android:id="@+id/name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:ellipsize="end"
|
|
android:includeFontPadding="false"
|
|
android:maxWidth="90dp"
|
|
android:maxEms="4"
|
|
android:singleLine="true"
|
|
android:text="@string/do_you_like_find"
|
|
android:textColor="@color/white"
|
|
android:textSize="12sp" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="center"
|
|
android:orientation="horizontal">
|
|
|
|
<ImageView
|
|
android:id="@+id/good_nub_ico"
|
|
android:layout_width="18dp"
|
|
android:layout_height="15dp"
|
|
android:layout_marginEnd="2dp"
|
|
android:src="@mipmap/usercard_good_nub"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/id_val"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:includeFontPadding="false"
|
|
android:text="1111"
|
|
android:textColor="@color/white"
|
|
android:textSize="8sp" />
|
|
</LinearLayout>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
<ImageView
|
|
android:id="@+id/btn_follow"
|
|
android:layout_width="34dp"
|
|
android:layout_height="34dp"
|
|
android:layout_marginEnd="5dp"
|
|
android:gravity="center"
|
|
android:src="@mipmap/live_icon_focus"
|
|
android:textColor="@color/white"
|
|
android:visibility="visible" />
|
|
|
|
<ImageView
|
|
android:id="@+id/view_medal"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginRight="5dp"
|
|
android:gravity="center"
|
|
android:textColor="@color/white"
|
|
android:textSize="14sp"
|
|
android:visibility="gone" />
|
|
|
|
</LinearLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="34dp"
|
|
android:layout_height="34dp"
|
|
android:layout_gravity="center"
|
|
android:layout_marginStart="8dp"
|
|
android:scaleType="centerCrop">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/user_guard"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_centerInParent="true"
|
|
android:scaleType="centerCrop"
|
|
android:src="@mipmap/img_guardian_empty"
|
|
app:riv_oval="true" />
|
|
|
|
|
|
<com.opensource.svgaplayer.SVGAImageView
|
|
android:id="@+id/gift_svga"
|
|
android:layout_width="34dp"
|
|
android:layout_height="34dp"
|
|
android:src="@drawable/img_guardian_online"
|
|
android:visibility="gone"
|
|
app:autoPlay="true" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:gravity="end|center"
|
|
android:orientation="horizontal">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/user_recyclerView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="32dp"
|
|
android:layout_gravity="end|center"
|
|
android:layout_marginEnd="4dp"
|
|
android:layout_weight="1"
|
|
android:overScrollMode="never"
|
|
android:visibility="visible" />
|
|
|
|
<ImageView
|
|
android:id="@+id/user_more"
|
|
android:layout_width="27dp"
|
|
android:layout_height="40dp"
|
|
android:layout_gravity="center"
|
|
android:src="@mipmap/live_users_more" />
|
|
|
|
<ImageView
|
|
android:id="@+id/btn_close"
|
|
android:layout_width="27dp"
|
|
android:layout_height="40dp"
|
|
android:layout_gravity="center"
|
|
android:layout_marginStart="6dp"
|
|
android:layout_marginEnd="4dp"
|
|
android:scaleType="fitCenter"
|
|
android:src="@mipmap/icon_live_close_3" />
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/chat_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="10dp"
|
|
android:gravity="top"
|
|
android:orientation="vertical">
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/chat_recyclerView"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginTop="370dp"
|
|
android:overScrollMode="never"
|
|
android:scrollbars="none" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/gif_view"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="13dp"
|
|
android:orientation="vertical">
|
|
|
|
<FrameLayout
|
|
android:id="@+id/gift_group_2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
|
|
<FrameLayout
|
|
android:id="@+id/gift_group_1"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content" />
|
|
|
|
</LinearLayout>
|
|
|
|
<include
|
|
android:id="@+id/enter_room_leave"
|
|
layout="@layout/view_enter_room_leave"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_above="@id/chat_recyclerView"
|
|
android:layout_marginStart="3dp"
|
|
android:layout_marginBottom="-350dp"
|
|
android:visibility="gone" />
|
|
<include
|
|
android:id="@+id/fans_enter_room_leave"
|
|
layout="@layout/view_fans_group_enter_room_leave"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_above="@id/chat_recyclerView"
|
|
android:layout_marginStart="3dp"
|
|
android:layout_marginBottom="-350dp"
|
|
android:visibility="gone" />
|
|
</RelativeLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/hour_rank_layout"
|
|
android:layout_width="80dp"
|
|
android:layout_height="20dp"
|
|
android:layout_below="@id/lin"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="8dp"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/hour_rank_layout2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="horizontal" />
|
|
|
|
<include
|
|
layout="@layout/view_wish_list"
|
|
android:layout_width="14dp"
|
|
android:layout_height="14dp"
|
|
android:src="@mipmap/live_icon_wishlist"
|
|
android:visibility="gone" />
|
|
|
|
<ViewFlipper
|
|
android:id="@+id/hour_rank_list"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="20dp"
|
|
android:layout_marginStart="0dp"
|
|
android:layout_marginEnd="14dp"
|
|
android:flipInterval="5000"
|
|
android:inAnimation="@anim/anim_marquee_in"
|
|
android:outAnimation="@anim/anim_marquee_out" />
|
|
|
|
<ImageView
|
|
android:layout_width="4dp"
|
|
android:layout_height="8dp"
|
|
android:layout_gravity="end|center_vertical"
|
|
android:layout_marginEnd="6dp"
|
|
android:src="@drawable/live_icon_right_more" />
|
|
|
|
|
|
</FrameLayout>
|
|
<!--贡献-->
|
|
<LinearLayout
|
|
android:id="@+id/btn_votes"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="21dp"
|
|
android:layout_below="@id/lin"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_toRightOf="@id/hour_rank_layout"
|
|
android:background="@drawable/bg_live_item"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="8dp"
|
|
android:paddingRight="5dp"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:layout_width="13dp"
|
|
android:layout_height="13dp"
|
|
android:src="@mipmap/lw_ico"
|
|
android:textColor="@color/red" />
|
|
|
|
<TextView
|
|
android:id="@+id/votes_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/white"
|
|
android:textSize="10sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/votes"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginRight="5dp"
|
|
android:text="@string/live_user_home_con"
|
|
android:textColor="@color/white"
|
|
android:textSize="10sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="10dp"
|
|
android:layout_height="10dp"
|
|
android:src="@mipmap/icon_arrow_right"
|
|
android:visibility="gone" />
|
|
</LinearLayout>
|
|
<!--守护-->
|
|
<LinearLayout
|
|
android:id="@+id/btn_guard"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="21dp"
|
|
android:layout_alignTop="@id/hour_rank_layout"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_toRightOf="@id/hour_rank_layout"
|
|
android:background="@drawable/bg_live_item"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="8dp"
|
|
android:paddingRight="5dp"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:src="@mipmap/icon_guard_type_2" />
|
|
|
|
<TextView
|
|
android:id="@+id/guard_num"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginRight="5dp"
|
|
android:textColor="@color/white"
|
|
android:textSize="10sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="10dp"
|
|
android:layout_height="10dp"
|
|
android:src="@mipmap/icon_arrow_right"
|
|
android:visibility="gone" />
|
|
|
|
</LinearLayout>
|
|
<!--周星榜-->
|
|
<FrameLayout
|
|
android:id="@+id/live_wks_layout"
|
|
android:layout_width="70dp"
|
|
android:layout_height="20dp"
|
|
android:layout_alignTop="@id/hour_rank_layout"
|
|
android:layout_marginStart="4dp"
|
|
android:layout_toRightOf="@id/hour_rank_layout"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:visibility="visible">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/live_wks_layout2"
|
|
android:layout_width="70dp"
|
|
android:layout_height="match_parent"
|
|
android:orientation="horizontal" />
|
|
|
|
<ViewFlipper
|
|
android:id="@+id/live_wks_and_gift_wall"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="20dp"
|
|
android:layout_marginStart="0dp"
|
|
android:flipInterval="5000"
|
|
android:inAnimation="@anim/anim_marquee_in"
|
|
android:outAnimation="@anim/anim_marquee_out" />
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content">
|
|
|
|
<ImageView
|
|
android:layout_width="12dp"
|
|
android:layout_height="12dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginStart="6dp"
|
|
android:src="@mipmap/live_icon_zhouxing"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginStart="20dp"
|
|
android:layout_marginEnd="6dp"
|
|
android:text="@string/live_wks"
|
|
android:textColor="#FFFFFFFF"
|
|
android:textSize="10sp"
|
|
android:visibility="gone" />
|
|
</LinearLayout>
|
|
|
|
|
|
</FrameLayout>
|
|
<!--心愿单-->
|
|
<LinearLayout
|
|
android:id="@+id/wish_list_layout"
|
|
android:layout_width="80dp"
|
|
android:layout_height="21dp"
|
|
|
|
android:layout_alignTop="@id/hour_rank_layout"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_toRightOf="@id/live_wks_layout"
|
|
android:background="@drawable/bg_live_item"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingStart="5dp"
|
|
android:paddingEnd="5dp"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:layout_width="14dp"
|
|
android:layout_height="14dp"
|
|
android:src="@mipmap/live_icon_wishlist" />
|
|
|
|
<ViewFlipper
|
|
android:id="@+id/wish_list_vf"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="20dp"
|
|
android:layout_marginStart="6dp"
|
|
android:layout_marginEnd="6dp"
|
|
android:flipInterval="5000"
|
|
android:inAnimation="@anim/anim_marquee_in"
|
|
android:outAnimation="@anim/anim_marquee_out" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/noble_seat"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignTop="@id/hour_rank_layout"
|
|
android:layout_marginStart="4dp"
|
|
android:layout_toEndOf="@id/live_wks_layout"
|
|
android:visibility="visible">
|
|
|
|
<include layout="@layout/view_noble_seat" />
|
|
</LinearLayout>
|
|
<!--粉丝团-->
|
|
<LinearLayout
|
|
android:id="@+id/fans_btn"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="21dp"
|
|
android:layout_below="@id/lin"
|
|
android:layout_alignTop="@id/hour_rank_layout"
|
|
android:background="@drawable/bg_live_item"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingStart="8dp"
|
|
android:paddingEnd="5dp"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:layout_width="13dp"
|
|
android:layout_height="13dp"
|
|
android:src="@mipmap/ico_si" />
|
|
|
|
<TextView
|
|
android:id="@+id/fans"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginRight="5dp"
|
|
android:text="0"
|
|
android:textColor="@color/white"
|
|
android:textSize="10sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="10dp"
|
|
android:layout_height="10dp"
|
|
android:src="@mipmap/icon_arrow_right"
|
|
android:visibility="gone" />
|
|
|
|
</LinearLayout>
|
|
<!--热度-->
|
|
<LinearLayout
|
|
android:id="@+id/hot_btn"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="21dp"
|
|
android:layout_below="@id/lin"
|
|
android:layout_alignTop="@id/hour_rank_layout"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginRight="12dp"
|
|
android:background="@drawable/bg_live_item"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="8dp"
|
|
android:paddingRight="5dp"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:layout_width="13dp"
|
|
android:layout_height="13dp"
|
|
android:src="@mipmap/iconhot"
|
|
android:textColor="@color/red" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:textColor="@color/white"
|
|
android:textSize="10sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/room_hot"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginRight="5dp"
|
|
android:text="0"
|
|
android:textColor="@color/white"
|
|
android:textSize="10sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/open_sidebar"
|
|
android:layout_width="65dp"
|
|
android:layout_height="20dp"
|
|
android:layout_alignTop="@id/hour_rank_layout"
|
|
android:layout_alignParentRight="true"
|
|
android:background="@drawable/bg_live_item_right"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:gravity="center"
|
|
android:visibility="invisible"
|
|
tools:visibility="visible">
|
|
|
|
<ImageView
|
|
android:layout_width="8dp"
|
|
android:layout_height="8dp"
|
|
android:layout_marginEnd="5dp"
|
|
android:src="@mipmap/live_icon_leftt_sliding" />
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:drawablePadding="10dp"
|
|
android:gravity="center"
|
|
android:text="@string/recommended_for_you"
|
|
android:textColor="#fff"
|
|
android:textSize="10sp" />
|
|
</LinearLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/live_rank_pk"
|
|
android:layout_width="85dp"
|
|
android:layout_height="20dp"
|
|
android:layout_alignTop="@id/hour_rank_layout"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_marginEnd="10dp"
|
|
android:clickable="true"
|
|
android:focusable="true"
|
|
android:visibility="visible">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/live_rank_pk2"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:orientation="horizontal" />
|
|
|
|
<ViewFlipper
|
|
android:id="@+id/rank_pk_vf"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginStart="5dp"
|
|
android:flipInterval="5000"
|
|
android:inAnimation="@anim/anim_marquee_in"
|
|
android:outAnimation="@anim/anim_marquee_out" />
|
|
|
|
|
|
</FrameLayout>
|
|
|
|
|
|
<ImageView
|
|
android:id="@+id/btn_noble"
|
|
android:layout_width="45dp"
|
|
android:layout_height="45dp"
|
|
android:layout_alignTop="@id/hour_rank_layout"
|
|
android:layout_toRightOf="@id/btn_guard"
|
|
android:paddingLeft="8dp"
|
|
android:paddingRight="5dp"
|
|
android:paddingBottom="20dp"
|
|
android:src="@mipmap/ico_noble"
|
|
android:visibility="gone" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/btn_medal_rank"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="21dp"
|
|
android:layout_alignTop="@id/hour_rank_layout"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_toRightOf="@id/btn_guard"
|
|
android:background="@drawable/bg_live_item"
|
|
android:gravity="center_vertical"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="8dp"
|
|
android:paddingRight="5dp"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:text="@string/live_medal_name"
|
|
android:textColor="@color/white"
|
|
android:textSize="10sp" />
|
|
|
|
<TextView
|
|
android:id="@+id/medal_rank_num"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignTop="@id/btn_medal_rank"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginRight="5dp"
|
|
android:textColor="@color/white"
|
|
android:textSize="10sp" />
|
|
|
|
<ImageView
|
|
android:layout_width="10dp"
|
|
android:layout_height="10dp"
|
|
android:src="@mipmap/icon_arrow_right" />
|
|
</LinearLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/luck_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="20dp"
|
|
android:layout_alignTop="@id/hour_rank_layout"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_toRightOf="@id/btn_medal_rank" />
|
|
|
|
<com.yunbao.common.custom.DrawableTextView
|
|
android:id="@+id/live_time"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="20dp"
|
|
android:layout_below="@id/hour_rank_layout"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginEnd="10dp"
|
|
android:background="@drawable/bg_live_push_time"
|
|
android:drawablePadding="5dp"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp"
|
|
android:text="00:00"
|
|
android:textColor="@color/white"
|
|
android:textSize="10sp"
|
|
android:visibility="invisible"
|
|
app:dt_left_drawable="@drawable/bg_push_time_point"
|
|
app:dt_left_height="4dp"
|
|
app:dt_left_width="4dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/random_pk_timer"
|
|
android:layout_width="96dp"
|
|
android:layout_height="30dp"
|
|
android:layout_below="@id/live_time"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginTop="10dp"
|
|
android:background="@drawable/bg_live_room_random_pk_timer"
|
|
android:gravity="center"
|
|
android:text="@string/random_pk_info_btn_ing"
|
|
android:textColor="#FFFFFF"
|
|
android:textSize="10sp"
|
|
android:visibility="gone" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/goto_room_view"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="27dp"
|
|
android:layout_below="@id/open_sidebar"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginTop="16dp"
|
|
android:layout_marginRight="9dp"
|
|
android:background="@drawable/bg_live_other_ico"
|
|
android:gravity="center">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="21dp"
|
|
android:layout_height="21dp"
|
|
android:layout_marginLeft="3dp"
|
|
android:gravity="center">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatarOther"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="centerCrop"
|
|
android:src="@drawable/m_chu_xia"
|
|
app:riv_oval="true" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<TextView
|
|
android:id="@+id/tv_avatarOther_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="2dp"
|
|
android:layout_marginRight="3dp"
|
|
android:maxLength="4"
|
|
android:maxLines="1"
|
|
android:text=""
|
|
android:textColor="@color/white"
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<com.ms.banner.Banner
|
|
android:id="@+id/top_banner1"
|
|
android:layout_width="52dp"
|
|
android:layout_height="76dp"
|
|
android:layout_below="@+id/live_rank_pk"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginEnd="5dp"
|
|
android:visibility="visible"
|
|
app:delay_time="5000"
|
|
app:indicator_height="8dp"
|
|
app:indicator_width="8dp" />
|
|
|
|
<include
|
|
android:id="@+id/red_packet"
|
|
layout="@layout/view_red_packet"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@+id/live_rank_pk"
|
|
android:layout_marginStart="12dp"
|
|
android:layout_marginTop="15dp"
|
|
android:visibility="gone" />
|
|
|
|
<FrameLayout
|
|
android:id="@+id/btn_prize_pool_level"
|
|
android:layout_width="70dp"
|
|
android:layout_height="35dp"
|
|
android:layout_below="@id/live_time"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="10dp"
|
|
android:background="@mipmap/icon_gift_prize_pool_4"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/prize_pool_level"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom|center_horizontal"
|
|
android:layout_marginBottom="2dp"
|
|
android:text="Lv.1"
|
|
android:textColor="@color/yellow3"
|
|
android:textSize="14sp" />
|
|
|
|
<ImageView
|
|
android:id="@+id/prize_pool_level_guang"
|
|
android:layout_width="48dp"
|
|
android:layout_height="match_parent"
|
|
android:src="@mipmap/icon_gift_prize_pool_5"
|
|
android:translationX="-48dp" />
|
|
|
|
</FrameLayout>
|
|
<!--接收-->
|
|
<FrameLayout
|
|
android:id="@+id/ft_hot_add"
|
|
android:layout_width="81dp"
|
|
android:layout_height="27dp"
|
|
android:layout_below="@id/live_time"
|
|
android:layout_marginLeft="12dp"
|
|
android:layout_marginTop="-12dp"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:id="@+id/img_hot_gif"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
</FrameLayout>
|
|
|
|
<ImageView
|
|
android:id="@+id/btn_red_pack"
|
|
android:layout_width="40dp"
|
|
android:layout_height="50dp"
|
|
android:layout_below="@id/hour_rank_layout"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginTop="80dp"
|
|
android:layout_marginRight="10dp"
|
|
android:src="@mipmap/icon_red_pack_4"
|
|
android:visibility="invisible" />
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
android:id="@+id/room_msg_layout"
|
|
android:layout_width="48dp"
|
|
android:layout_height="48dp"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_marginEnd="0dp"
|
|
android:background="@drawable/bg_live_room_msg"
|
|
android:visibility="gone">
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
android:id="@+id/room_msg_user"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:layout_marginStart="16dp"
|
|
android:layout_marginTop="8dp"
|
|
android:layout_marginEnd="16dp"
|
|
android:layout_marginBottom="8dp"
|
|
android:visibility="invisible"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/room_msg_user_icon"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_centerInParent="true"
|
|
android:scaleType="centerInside"
|
|
android:src="@mipmap/chat_head_mo"
|
|
app:riv_oval="true" />
|
|
|
|
<TextView
|
|
android:id="@+id/room_msg_num"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginStart="0dp"
|
|
android:layout_marginTop="0dp"
|
|
android:background="@drawable/bg_room_msg_unread"
|
|
android:paddingStart="4dp"
|
|
android:paddingEnd="4dp"
|
|
android:text="1"
|
|
android:textColor="#FFFFFF"
|
|
android:textSize="10.5sp"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/room_msg"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginStart="5dp"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
<ImageView
|
|
android:id="@+id/imageView"
|
|
android:layout_width="16dp"
|
|
android:layout_height="16dp"
|
|
android:layout_gravity="center"
|
|
app:srcCompat="@mipmap/icon_live_room_msg" />
|
|
|
|
<TextView
|
|
android:id="@+id/textView"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
|
|
android:layout_marginTop="2dp"
|
|
android:gravity="right"
|
|
android:text="@string/room_msg"
|
|
android:textColor="#99ffffff"
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<com.yunbao.common.custom.MyFrameLayout2
|
|
android:id="@+id/enter_room_group"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_above="@id/chat_view"
|
|
android:layout_marginBottom="-5dp"
|
|
app:mfl_ratio="0.129">
|
|
|
|
<ImageView
|
|
android:id="@+id/jg_bg"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="25dp"
|
|
android:src="@mipmap/icon_live_jin_guang"
|
|
android:translationX="500dp" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/jg_user"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:translationX="-500dp">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/jg_avatar"
|
|
android:layout_width="34dp"
|
|
android:layout_height="34dp"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="10dp"
|
|
android:scaleType="centerCrop"
|
|
app:riv_border_color="@color/yellow"
|
|
app:riv_border_width="1dp"
|
|
app:riv_oval="true" />
|
|
|
|
<com.yunbao.live.custom.StarView
|
|
android:id="@+id/star"
|
|
android:layout_width="38dp"
|
|
android:layout_height="38dp"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginLeft="8dp" />
|
|
|
|
<TextView
|
|
android:id="@+id/jg_name"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginRight="40dp"
|
|
android:layout_toRightOf="@id/jg_avatar"
|
|
android:ellipsize="end"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:textColor="@color/white"
|
|
android:textSize="14sp" />
|
|
</RelativeLayout>
|
|
</com.yunbao.common.custom.MyFrameLayout2>
|
|
|
|
<TextView
|
|
android:id="@+id/enter_room_word"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/enter_room_group"
|
|
android:layout_marginTop="100dp"
|
|
android:background="@drawable/bg_live_item"
|
|
android:gravity="center_horizontal"
|
|
android:textColor="#ffffff"
|
|
android:textSize="16sp"
|
|
android:visibility="gone" />
|
|
|
|
<FrameLayout
|
|
android:id="@+id/title_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="26dp"
|
|
android:layout_below="@id/hour_rank_layout"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginRight="10dp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/gif_gift_tip_group"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="26dp"
|
|
android:layout_below="@id/hour_rank_layout"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="10dp"
|
|
android:layout_marginRight="10dp"
|
|
android:background="@drawable/bg_live_gift_tip"
|
|
android:orientation="horizontal"
|
|
android:paddingLeft="10dp"
|
|
android:paddingRight="10dp"
|
|
android:translationX="500dp"
|
|
android:visibility="invisible">
|
|
|
|
<ImageView
|
|
android:layout_width="20dp"
|
|
android:layout_height="20dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginRight="8dp"
|
|
android:src="@mipmap/icon_live_gift_3" />
|
|
|
|
<TextView
|
|
android:id="@+id/gif_gift_tip"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:textColor="#fff"
|
|
android:textSize="14sp" />
|
|
</LinearLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/live_video"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="300dp"
|
|
android:layout_below="@id/lin">
|
|
|
|
<FrameLayout
|
|
android:id="@+id/gif_gift_tip_group_all_server"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="36dp"
|
|
android:translationX="500dp"
|
|
android:visibility="invisible">
|
|
|
|
<LinearLayout
|
|
android:id="@+id/bg_all_server"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="30dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="9dp"
|
|
android:layout_marginRight="9dp"
|
|
android:background="@drawable/bg_live_gift_tip"
|
|
android:gravity="center|left"
|
|
android:orientation="horizontal">
|
|
<!--盲盒头条-->
|
|
<View
|
|
android:id="@+id/super_notice"
|
|
android:layout_width="63dp"
|
|
android:layout_height="18sp"
|
|
android:layout_marginLeft="18dp"
|
|
android:background="@mipmap/super_notice" />
|
|
|
|
<TextView
|
|
android:id="@+id/gif_gift_tip_all_server"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:ellipsize="marquee"
|
|
android:gravity="center"
|
|
android:marqueeRepeatLimit="1"
|
|
android:paddingLeft="6dp"
|
|
android:paddingRight="6dp"
|
|
android:singleLine="true"
|
|
android:textColor="#fff"
|
|
android:textSize="14sp" />
|
|
|
|
<!-- <com.yunbao.live.utils.AutoScrollTextView-->
|
|
<!-- android:id="@+id/gif_gift_tip_all_server"-->
|
|
<!-- android:layout_width="match_parent"-->
|
|
<!-- android:layout_height="match_parent"-->
|
|
<!-- android:layout_weight="1"-->
|
|
<!-- android:gravity="center"-->
|
|
<!-- android:inputType="text"-->
|
|
<!-- android:maxLines="1"-->
|
|
<!-- android:paddingLeft="6dp"-->
|
|
<!-- android:paddingRight="6dp"-->
|
|
<!-- android:text="@string/app_name"-->
|
|
<!-- android:textColor="@color/white"-->
|
|
<!-- android:textSize="14sp" />-->
|
|
|
|
<TextView
|
|
android:id="@+id/iv_look"
|
|
android:layout_width="52dp"
|
|
android:layout_height="24dp"
|
|
android:layout_marginRight="12dp"
|
|
android:background="@drawable/bg_all_server_icon"
|
|
android:gravity="center"
|
|
android:text="@string/live_onlookers"
|
|
android:textColor="@color/white"
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<com.opensource.svgaplayer.SVGAImageView
|
|
android:id="@+id/svga_iv_all_server"
|
|
android:layout_width="60dp"
|
|
android:layout_height="60dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:visibility="gone" />
|
|
|
|
</FrameLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/gif_gift_tip_group_buy_guard"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="36dp"
|
|
android:translationX="500dp"
|
|
android:visibility="invisible">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="30dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="9dp"
|
|
android:layout_marginRight="9dp"
|
|
android:background="@drawable/bg_live_gift_tip_blue"
|
|
android:gravity="center|left"
|
|
android:orientation="horizontal">
|
|
|
|
<View
|
|
android:layout_width="63dp"
|
|
android:layout_height="18sp"
|
|
android:layout_marginLeft="18dp"
|
|
android:background="@mipmap/guard_notice" />
|
|
|
|
<TextView
|
|
android:id="@+id/gif_gift_tip_buy_guard"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:ellipsize="marquee"
|
|
android:gravity="center"
|
|
android:marqueeRepeatLimit="1"
|
|
android:paddingLeft="6dp"
|
|
android:paddingRight="6dp"
|
|
android:singleLine="true"
|
|
android:textColor="#fff"
|
|
android:textSize="14sp" />
|
|
|
|
<!-- <com.yunbao.live.utils.AutoScrollTextView-->
|
|
<!-- android:id="@+id/gif_gift_tip_buy_guard"-->
|
|
<!-- android:layout_width="match_parent"-->
|
|
<!-- android:layout_height="match_parent"-->
|
|
<!-- android:layout_weight="1"-->
|
|
<!-- android:gravity="center"-->
|
|
<!-- android:inputType="text"-->
|
|
<!-- android:maxLines="1"-->
|
|
<!-- android:paddingLeft="6dp"-->
|
|
<!-- android:paddingRight="6dp"-->
|
|
<!-- android:text="@string/app_name"-->
|
|
<!-- android:textColor="@color/white"-->
|
|
<!-- android:textSize="14sp" />-->
|
|
|
|
<TextView
|
|
android:id="@+id/iv_look_buy_guard"
|
|
android:layout_width="52dp"
|
|
android:layout_height="24dp"
|
|
android:layout_marginRight="12dp"
|
|
android:background="@drawable/bg_all_guard_icon"
|
|
android:gravity="center"
|
|
android:text="@string/live_onlookers"
|
|
android:textColor="@color/white"
|
|
android:textSize="12sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<ImageView
|
|
android:id="@+id/ivGuardType"
|
|
android:layout_width="45dp"
|
|
android:layout_height="30dp"
|
|
android:src="@mipmap/icon_guard_type_0"
|
|
android:visibility="gone" />
|
|
|
|
</FrameLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/gif_gift_tip_group_buy_zuoji"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="100dp"
|
|
android:translationX="500dp"
|
|
android:visibility="invisible">
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="30dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:background="@drawable/bg_zuoji"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/gif_gift_tip_buy_zuoji"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="40dp"
|
|
android:layout_marginRight="65dp"
|
|
android:ellipsize="marquee"
|
|
android:gravity="center_vertical"
|
|
android:marqueeRepeatLimit="marquee_forever"
|
|
android:paddingRight="5dp"
|
|
android:singleLine="true"
|
|
android:textColor="#fff"
|
|
android:textSize="18sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="3dp"
|
|
android:src="@drawable/icon_zuoji" />
|
|
|
|
<TextView
|
|
android:id="@+id/iv_look_buy_zuoji"
|
|
android:layout_width="50dp"
|
|
android:layout_height="25dp"
|
|
android:layout_gravity="right|center"
|
|
android:layout_marginRight="5dp"
|
|
android:background="@drawable/bg_all_server_icon"
|
|
android:gravity="center"
|
|
android:text="去购买"
|
|
android:textColor="#fc6229"
|
|
android:textSize="12sp" />
|
|
</FrameLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/gif_gift_tip_group_buy_liang_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="10dp"
|
|
android:layout_marginTop="135dp"
|
|
android:translationX="500dp"
|
|
android:visibility="invisible">
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="30dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:background="@drawable/bg_liang_name"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/gif_gift_tip_buy_liang_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="40dp"
|
|
android:layout_marginRight="65dp"
|
|
android:ellipsize="marquee"
|
|
android:gravity="center_vertical"
|
|
android:marqueeRepeatLimit="marquee_forever"
|
|
android:paddingRight="5dp"
|
|
android:singleLine="true"
|
|
android:textColor="#fff"
|
|
android:textSize="18sp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="3dp"
|
|
android:src="@mipmap/icon_live_chat_liang" />
|
|
|
|
<TextView
|
|
android:id="@+id/iv_look_buy_liang_name"
|
|
android:layout_width="50dp"
|
|
android:layout_height="25dp"
|
|
android:layout_gravity="right|center"
|
|
android:layout_marginRight="5dp"
|
|
android:background="@drawable/bg_all_server_icon"
|
|
android:gravity="center"
|
|
android:text="去购买"
|
|
android:textColor="#fc6229"
|
|
android:textSize="12sp" />
|
|
</FrameLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/gif_gift_tip_group_buy_vip"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="36dp"
|
|
android:translationX="500dp"
|
|
android:visibility="invisible">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="30dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="9dp"
|
|
android:layout_marginRight="9dp"
|
|
android:background="@drawable/bg_vip"
|
|
android:gravity="center|left"
|
|
android:orientation="horizontal">
|
|
|
|
<View
|
|
android:layout_width="63dp"
|
|
android:layout_height="18sp"
|
|
android:layout_marginLeft="18dp"
|
|
android:background="@mipmap/vip_notice" />
|
|
|
|
<TextView
|
|
android:id="@+id/gif_gift_tip_buy_vip"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_weight="1"
|
|
android:ellipsize="marquee"
|
|
android:gravity="center"
|
|
android:marqueeRepeatLimit="1"
|
|
android:paddingLeft="6dp"
|
|
android:paddingRight="6dp"
|
|
android:singleLine="true"
|
|
android:textColor="#fff"
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<TextView
|
|
android:id="@+id/iv_look_buy_vip"
|
|
android:layout_width="52dp"
|
|
android:layout_height="24dp"
|
|
android:layout_marginRight="12dp"
|
|
android:background="@drawable/bg_all_vip_icon"
|
|
android:gravity="center"
|
|
android:text="@string/live_onlookers"
|
|
android:textColor="@color/white"
|
|
android:textSize="12sp" />
|
|
</LinearLayout>
|
|
|
|
<ImageView
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_marginLeft="3dp"
|
|
android:src="@mipmap/ico_noble"
|
|
android:visibility="gone" />
|
|
|
|
</FrameLayout>
|
|
|
|
<FrameLayout
|
|
android:id="@+id/live_item_view_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="36dp"
|
|
android:translationX="0dp">
|
|
|
|
<com.yunbao.live.custom.FrameImageView
|
|
android:id="@+id/all_frame_img"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="30dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginLeft="9dp"
|
|
android:layout_marginRight="9dp"
|
|
android:scaleType="fitXY"
|
|
app:fiv_ratio="0.1" />
|
|
</FrameLayout>
|
|
|
|
</FrameLayout>
|
|
|
|
<include
|
|
android:id="@+id/anchor_say_layout"
|
|
layout="@layout/sim_live_room_anchor_say"
|
|
android:layout_width="67dp"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignBottom="@+id/live_video"
|
|
android:layout_marginStart="5dp"
|
|
android:layout_marginBottom="-30dp"
|
|
android:background="@color/white"
|
|
android:visibility="invisible" />
|
|
|
|
<include
|
|
android:id="@+id/vote_layout"
|
|
layout="@layout/sim_live_room_vote"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentEnd="true" />
|
|
|
|
<ImageView
|
|
android:id="@+id/icon_pk_top"
|
|
android:layout_width="110dp"
|
|
android:layout_height="28dp"
|
|
android:layout_alignTop="@+id/live_video"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="40dp"
|
|
android:src="@mipmap/icon_rank_top_box"
|
|
android:visibility="visible" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/lt_pk_line"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/live_top"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/pk_rank_red_val"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_above="@+id/pk_red_layout"
|
|
android:layout_marginStart="13dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:background="@drawable/bg_live_item_pk_rank_red"
|
|
android:paddingStart="10dp"
|
|
android:paddingTop="3dp"
|
|
android:paddingEnd="10dp"
|
|
android:paddingBottom="3dp"
|
|
android:textColor="#FFFFFF"
|
|
android:textSize="12sp"
|
|
android:textStyle="bold"
|
|
android:visibility="gone" />
|
|
|
|
<TextView
|
|
android:id="@+id/pk_rank_blue_val"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_above="@+id/pk_red_layout"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_marginEnd="13dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:background="@drawable/bg_live_item_pk_rank_blue"
|
|
android:paddingStart="10dp"
|
|
android:paddingTop="3dp"
|
|
android:paddingEnd="10dp"
|
|
android:paddingBottom="3dp"
|
|
android:textColor="#FFFFFF"
|
|
android:textSize="12sp"
|
|
android:textStyle="bold"
|
|
android:visibility="gone" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/pk_red_layout"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="42dp"
|
|
android:layout_height="42dp"
|
|
android:layout_marginLeft="6dp"
|
|
android:scaleType="centerCrop">
|
|
|
|
<ImageView
|
|
android:layout_width="36dp"
|
|
android:layout_height="36dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:src="@mipmap/icon_sofa_red" />
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar_l3"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:scaleType="centerCrop"
|
|
app:riv_oval="true" />
|
|
|
|
<ImageView
|
|
android:layout_width="15dp"
|
|
android:layout_height="15dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="6dp"
|
|
android:background="@mipmap/icon_red_no3" />
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="42dp"
|
|
android:layout_height="42dp"
|
|
android:layout_marginLeft="6dp"
|
|
android:scaleType="centerCrop">
|
|
|
|
<ImageView
|
|
android:layout_width="36dp"
|
|
android:layout_height="36dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:src="@mipmap/icon_sofa_red" />
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar_l2"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:scaleType="centerCrop"
|
|
app:riv_oval="true" />
|
|
|
|
<ImageView
|
|
android:layout_width="15dp"
|
|
android:layout_height="15dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="6dp"
|
|
android:background="@mipmap/icon_red_no2" />
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="42dp"
|
|
android:layout_height="42dp"
|
|
android:layout_marginLeft="6dp"
|
|
android:scaleType="centerCrop">
|
|
|
|
<ImageView
|
|
android:layout_width="36dp"
|
|
android:layout_height="36dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:src="@mipmap/icon_sofa_red" />
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar_l1"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:scaleType="centerCrop"
|
|
app:riv_oval="true" />
|
|
|
|
<ImageView
|
|
android:id="@+id/img_pk_fist_l"
|
|
android:layout_width="15dp"
|
|
android:layout_height="15dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="6dp"
|
|
android:background="@mipmap/icon_red_no1" />
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:gravity="right"
|
|
android:orientation="horizontal">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="42dp"
|
|
android:layout_height="42dp"
|
|
android:layout_marginRight="6dp"
|
|
android:scaleType="centerCrop">
|
|
|
|
<ImageView
|
|
android:layout_width="36dp"
|
|
android:layout_height="36dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:src="@mipmap/icon_sofa_blue" />
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar_r1"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:scaleType="centerCrop"
|
|
app:riv_oval="true" />
|
|
|
|
<ImageView
|
|
android:id="@+id/img_pk_fist_r"
|
|
android:layout_width="15dp"
|
|
android:layout_height="15dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="6dp"
|
|
android:background="@mipmap/icon_blue_no1" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="42dp"
|
|
android:layout_height="42dp"
|
|
android:layout_marginRight="6dp"
|
|
android:scaleType="centerCrop">
|
|
|
|
<ImageView
|
|
android:layout_width="36dp"
|
|
android:layout_height="36dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:src="@mipmap/icon_sofa_blue" />
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar_r2"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:scaleType="centerCrop"
|
|
app:riv_oval="true" />
|
|
|
|
<ImageView
|
|
android:layout_width="15dp"
|
|
android:layout_height="15dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="6dp"
|
|
android:background="@mipmap/icon_blue_no2" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:layout_width="42dp"
|
|
android:layout_height="42dp"
|
|
android:layout_marginRight="6dp"
|
|
android:scaleType="centerCrop">
|
|
|
|
<ImageView
|
|
android:layout_width="36dp"
|
|
android:layout_height="36dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:src="@mipmap/icon_sofa_blue" />
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar_r3"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_centerInParent="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="true"
|
|
android:scaleType="centerCrop"
|
|
app:riv_oval="true" />
|
|
|
|
<ImageView
|
|
android:layout_width="15dp"
|
|
android:layout_height="15dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_marginTop="6dp"
|
|
android:background="@mipmap/icon_blue_no3" />
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/d_pk_view"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="@dimen/live_top"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/time"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="20dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_gravity="center"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginBottom="45dp"
|
|
android:background="@drawable/bg_live_pk_time"
|
|
android:gravity="center"
|
|
android:paddingLeft="5dp"
|
|
android:paddingRight="5dp"
|
|
android:textColor="@color/white"
|
|
android:textSize="12sp" />
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:orientation="vertical">
|
|
|
|
<RelativeLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="40dp">
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginLeft="15dp">
|
|
|
|
<TextView
|
|
android:id="@+id/pk_text11"
|
|
android:layout_width="10dp"
|
|
android:layout_height="17dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/dr1"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="20dp"
|
|
android:singleLine="true"
|
|
android:textColor="#00000000"
|
|
android:textSize="9sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:id="@+id/pk_text22"
|
|
android:layout_width="10dp"
|
|
android:layout_height="17dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/dr2"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="20dp"
|
|
android:singleLine="true"
|
|
android:text="122220"
|
|
android:textColor="#00000000"
|
|
android:textSize="9sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:id="@+id/pk_text33"
|
|
android:layout_width="10dp"
|
|
android:layout_height="17dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/dr3"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="20dp"
|
|
android:singleLine="true"
|
|
android:text="0"
|
|
android:textColor="#00000000"
|
|
android:textSize="9sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:id="@+id/pk_text44"
|
|
android:layout_width="10dp"
|
|
android:layout_height="17dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/dr4"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="20dp"
|
|
android:singleLine="true"
|
|
android:text="0"
|
|
android:textColor="#00000000"
|
|
android:textSize="9sp"
|
|
android:textStyle="bold" />
|
|
|
|
<TextView
|
|
android:id="@+id/pk_text55"
|
|
android:layout_width="10dp"
|
|
android:layout_height="17dp"
|
|
android:layout_weight="1"
|
|
android:background="@drawable/dr5"
|
|
android:gravity="center_vertical"
|
|
android:paddingLeft="20dp"
|
|
android:singleLine="true"
|
|
android:text="11111111"
|
|
android:textColor="#00000000"
|
|
android:textSize="9sp"
|
|
android:textStyle="bold" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:orientation="horizontal">
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/pk1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:orientation="horizontal">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar1"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:scaleType="centerCrop"
|
|
android:src="@mipmap/bg_guard_buy_top_1"
|
|
app:riv_oval="true" />
|
|
|
|
<TextView
|
|
android:id="@+id/pk_text1"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="2dp"
|
|
android:layout_marginTop="24dp"
|
|
android:layout_toRightOf="@+id/avatar1"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:text="11111"
|
|
android:textColor="@color/color_white"
|
|
android:textSize="9sp"
|
|
android:textStyle="bold" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_toRightOf="@+id/avatar1"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/pk1_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom"
|
|
android:text="主播名稱"
|
|
android:textColor="#fff6f7fb"
|
|
android:textSize="6sp"
|
|
android:visibility="gone" />
|
|
|
|
<ImageView
|
|
android:id="@+id/pk1_ico"
|
|
android:layout_width="26dp"
|
|
android:layout_height="26dp" />
|
|
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/pk2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_weight="1"
|
|
android:orientation="horizontal">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar2"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:scaleType="centerCrop"
|
|
android:src="@mipmap/bg_guard_buy_top_1"
|
|
app:riv_oval="true" />
|
|
|
|
<TextView
|
|
android:id="@+id/pk_text2"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="2dp"
|
|
android:layout_marginTop="24dp"
|
|
android:layout_toRightOf="@+id/avatar2"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:text="11111"
|
|
android:textColor="@color/color_white"
|
|
android:textSize="9sp"
|
|
android:textStyle="bold" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_toRightOf="@+id/avatar2"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/pk2_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom"
|
|
android:textColor="#fff6f7fb"
|
|
android:textSize="6sp"
|
|
android:visibility="gone" />
|
|
|
|
<ImageView
|
|
android:id="@+id/pk2_ico"
|
|
android:layout_width="26dp"
|
|
android:layout_height="26dp" />
|
|
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/pk3"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="8dp"
|
|
android:layout_weight="1"
|
|
android:orientation="horizontal">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar3"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:scaleType="centerCrop"
|
|
android:src="@mipmap/bg_guard_buy_top_1"
|
|
app:riv_oval="true" />
|
|
|
|
<TextView
|
|
android:id="@+id/pk_text3"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="2dp"
|
|
android:layout_marginTop="24dp"
|
|
android:layout_toRightOf="@+id/avatar3"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:text="11111"
|
|
android:textColor="@color/color_white"
|
|
android:textSize="9sp"
|
|
android:textStyle="bold" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_toRightOf="@+id/avatar3"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/pk3_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom"
|
|
android:text="主播名稱"
|
|
android:textColor="#fff6f7fb"
|
|
android:textSize="6sp"
|
|
android:visibility="gone" />
|
|
|
|
<ImageView
|
|
android:id="@+id/pk3_ico"
|
|
android:layout_width="26dp"
|
|
android:layout_height="26dp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/pk4"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="5dp"
|
|
android:layout_weight="1"
|
|
android:orientation="horizontal">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar4"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:scaleType="centerCrop"
|
|
android:src="@mipmap/bg_guard_buy_top_1"
|
|
app:riv_oval="true" />
|
|
|
|
<TextView
|
|
android:id="@+id/pk_text4"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="2dp"
|
|
android:layout_marginTop="24dp"
|
|
android:layout_toRightOf="@+id/avatar4"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:text="11111"
|
|
android:textColor="@color/color_white"
|
|
android:textSize="9sp"
|
|
android:textStyle="bold" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_toRightOf="@+id/avatar4"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/pk4_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom"
|
|
android:text="主播名稱"
|
|
android:textColor="#fff6f7fb"
|
|
android:textSize="6sp"
|
|
android:visibility="gone" />
|
|
|
|
<ImageView
|
|
android:id="@+id/pk4_ico"
|
|
android:layout_width="26dp"
|
|
android:layout_height="26dp" />
|
|
|
|
</LinearLayout>
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/pk5"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginRight="16dp"
|
|
android:layout_weight="1"
|
|
android:orientation="horizontal">
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/avatar5"
|
|
android:layout_width="30dp"
|
|
android:layout_height="30dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:scaleType="centerCrop"
|
|
android:src="@mipmap/bg_guard_buy_top_1"
|
|
app:riv_oval="true" />
|
|
|
|
<TextView
|
|
android:id="@+id/pk_text5"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginLeft="2dp"
|
|
android:layout_marginTop="24dp"
|
|
android:layout_toRightOf="@+id/avatar5"
|
|
android:gravity="center_vertical"
|
|
android:singleLine="true"
|
|
android:text="11111"
|
|
android:textColor="@color/color_white"
|
|
android:textSize="9sp"
|
|
android:textStyle="bold" />
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_toRightOf="@+id/avatar5"
|
|
android:orientation="horizontal">
|
|
|
|
<TextView
|
|
android:id="@+id/pk5_name"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_gravity="bottom"
|
|
android:text="主播名稱"
|
|
android:textColor="#fff6f7fb"
|
|
android:textSize="6sp"
|
|
android:visibility="gone" />
|
|
|
|
<ImageView
|
|
android:id="@+id/pk5_ico"
|
|
android:layout_width="26dp"
|
|
android:layout_height="26dp" />
|
|
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
</LinearLayout>
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/rt_enterroom_svga"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginTop="300dp"
|
|
android:translationX="500dp"
|
|
android:visibility="gone"
|
|
tools:ignore="RtlHardcoded">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_enterroom_user"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="48dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_centerVertical="true"
|
|
android:layout_marginRight="9dp"
|
|
android:gravity="center"
|
|
android:maxLines="1"
|
|
android:text=""
|
|
android:textColor="@color/white"
|
|
android:textSize="13sp" />
|
|
|
|
<pl.droidsonroids.gif.GifImageView
|
|
android:id="@+id/enter_room_gif_small"
|
|
android:layout_width="51dp"
|
|
android:layout_height="102dp"
|
|
android:layout_toLeftOf="@id/tv_enterroom_user"
|
|
android:translationX="15dp"
|
|
android:visibility="gone" />
|
|
|
|
<com.opensource.svgaplayer.SVGAImageView
|
|
android:id="@+id/enter_room_svg_small"
|
|
android:layout_width="51dp"
|
|
android:layout_height="102dp"
|
|
android:layout_toLeftOf="@id/tv_enterroom_user"
|
|
android:translationX="15dp"
|
|
android:visibility="gone" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<com.opensource.svgaplayer.SVGAImageView
|
|
android:id="@+id/enter_room_svg"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:scaleType="fitCenter" />
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/inner_container"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent">
|
|
|
|
<pl.droidsonroids.gif.GifImageView
|
|
android:id="@+id/enter_room_gif"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_centerInParent="true"
|
|
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" />
|
|
|
|
<ImageView
|
|
android:id="@+id/at_message"
|
|
android:layout_width="87.67dp"
|
|
android:layout_height="27.33dp"
|
|
android:layout_above="@id/new_message"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginStart="10dp"
|
|
android:layout_marginBottom="35dp"
|
|
android:visibility="gone" />
|
|
|
|
<androidx.recyclerview.widget.RecyclerView
|
|
android:id="@+id/room_fast_msg"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="30dp"
|
|
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_marginStart="10dp"
|
|
android:visibility="gone" />
|
|
</RelativeLayout>
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_marginTop="190dp"
|
|
android:layout_marginRight="18dp"
|
|
android:gravity="bottom"
|
|
android:orientation="vertical">
|
|
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/mic_view2"
|
|
android:layout_width="40dp"
|
|
android:layout_height="50dp"
|
|
android:layout_marginTop="10dp"
|
|
android:visibility="invisible">
|
|
|
|
<View
|
|
android:layout_width="41dp"
|
|
android:layout_height="41dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:background="@drawable/bg_live_mic_av" />
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/mic_ico2"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:layout_marginStart="1dp"
|
|
android:layout_marginTop="1dp"
|
|
android:layout_marginEnd="1dp"
|
|
android:layout_marginBottom="11dp"
|
|
android:scaleType="centerCrop"
|
|
android:src="@drawable/m_chu_xia"
|
|
app:riv_oval="true" />
|
|
|
|
<ImageView
|
|
android:layout_width="18dp"
|
|
android:layout_height="18dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:src="@mipmap/voice" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/mic_view1"
|
|
android:layout_width="40dp"
|
|
android:layout_height="50dp"
|
|
android:layout_marginTop="10dp"
|
|
android:visibility="invisible">
|
|
|
|
<View
|
|
android:layout_width="41dp"
|
|
android:layout_height="41dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:background="@drawable/bg_live_mic_av" />
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/mic_ico1"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:layout_marginStart="1dp"
|
|
android:layout_marginTop="1dp"
|
|
android:layout_marginEnd="1dp"
|
|
android:layout_marginBottom="11dp"
|
|
android:scaleType="centerCrop"
|
|
android:src="@drawable/m_chu_xia"
|
|
app:riv_oval="true" />
|
|
|
|
<ImageView
|
|
android:layout_width="18dp"
|
|
android:layout_height="18dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:src="@mipmap/voice" />
|
|
|
|
</RelativeLayout>
|
|
|
|
<RelativeLayout
|
|
android:id="@+id/mic_view"
|
|
android:layout_width="40dp"
|
|
android:layout_height="50dp"
|
|
android:layout_marginTop="10dp"
|
|
android:visibility="gone">
|
|
|
|
<View
|
|
android:layout_width="41dp"
|
|
android:layout_height="41dp"
|
|
android:layout_marginBottom="10dp"
|
|
android:background="@drawable/bg_live_mic_av" />
|
|
|
|
<com.makeramen.roundedimageview.RoundedImageView
|
|
android:id="@+id/mic_ico"
|
|
android:layout_width="40dp"
|
|
android:layout_height="40dp"
|
|
android:layout_marginStart="1dp"
|
|
android:layout_marginTop="1dp"
|
|
android:layout_marginEnd="1dp"
|
|
android:layout_marginBottom="11dp"
|
|
android:scaleType="centerCrop"
|
|
android:src="@drawable/m_chu_xia"
|
|
app:riv_oval="true" />
|
|
|
|
<ImageView
|
|
android:layout_width="18dp"
|
|
android:layout_height="18dp"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_centerHorizontal="true"
|
|
android:src="@mipmap/voice" />
|
|
|
|
</RelativeLayout>
|
|
|
|
</LinearLayout>
|
|
|
|
<com.yunbao.common.views.weight.FullServiceNotificationView
|
|
android:id="@+id/full_screen"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_below="@id/live_video" />
|
|
|
|
|
|
<LinearLayout
|
|
android:id="@+id/bannerLayout"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:gravity="bottom"
|
|
android:orientation="vertical">
|
|
|
|
<com.ms.banner.Banner
|
|
android:id="@+id/top_banner2"
|
|
android:layout_width="52dp"
|
|
android:layout_height="76dp"
|
|
android:layout_marginTop="20dp"
|
|
android:layout_marginRight="5dp"
|
|
android:visibility="gone"
|
|
app:delay_time="5000"
|
|
app:indicator_height="8dp"
|
|
app:indicator_width="8dp" />
|
|
|
|
<LinearLayout
|
|
android:id="@+id/lt_trickery"
|
|
android:layout_width="50dp"
|
|
android:layout_height="50dp"
|
|
android:layout_gravity="right"
|
|
android:layout_marginEnd="16dp"
|
|
android:layout_marginBottom="5dp"
|
|
android:background="@mipmap/img_buoy"
|
|
android:gravity="center"
|
|
android:orientation="vertical"
|
|
android:visibility="gone">
|
|
|
|
<TextView
|
|
android:id="@+id/tv_trickery_time"
|
|
android:layout_width="wrap_content"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginBottom="10dp"
|
|
android:text="60"
|
|
android:textColor="#FD8229"
|
|
android:textSize="12sp"
|
|
android:textStyle="bold" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/btn_event4"
|
|
android:layout_width="50dp"
|
|
android:layout_height="50dp"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_gravity="right"
|
|
android:layout_marginEnd="16dp"
|
|
android:layout_marginBottom="5dp"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:visibility="visible">
|
|
|
|
<com.ms.banner.Banner
|
|
android:id="@+id/banner4"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:delay_time="5000"
|
|
app:indicator_height="8dp"
|
|
app:indicator_width="8dp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/btn_event3"
|
|
android:layout_width="67dp"
|
|
android:layout_height="90dp"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_gravity="right"
|
|
android:layout_marginRight="5dp"
|
|
android:layout_marginBottom="5dp"
|
|
android:background="@mipmap/live_mission_box"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:visibility="gone">
|
|
|
|
<com.ms.banner.Banner
|
|
android:id="@+id/banner3"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_marginLeft="5dp"
|
|
android:layout_marginTop="5dp"
|
|
android:layout_marginRight="5dp"
|
|
app:delay_time="5000"
|
|
app:indicator_height="8dp"
|
|
app:indicator_width="8dp" />
|
|
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/btn_event1"
|
|
android:layout_width="68dp"
|
|
android:layout_height="68dp"
|
|
android:layout_gravity="right"
|
|
android:layout_marginRight="5dp"
|
|
android:layout_marginBottom="5dp"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:visibility="gone">
|
|
|
|
<com.ms.banner.Banner
|
|
android:id="@+id/banner1"
|
|
android:layout_width="68dp"
|
|
android:layout_height="68dp"
|
|
android:layout_marginBottom="5dp"
|
|
app:delay_time="5000"
|
|
app:indicator_height="8dp"
|
|
app:indicator_width="8dp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
android:id="@+id/btn_event"
|
|
android:layout_width="68dp"
|
|
android:layout_height="68dp"
|
|
android:layout_gravity="right"
|
|
android:layout_marginRight="10dp"
|
|
android:layout_marginBottom="5dp"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:visibility="gone">
|
|
|
|
<ImageView
|
|
android:id="@+id/img_event"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:src="@drawable/live_turntable" />
|
|
</LinearLayout>
|
|
|
|
<LinearLayout
|
|
android:id="@+id/btn_event2"
|
|
android:layout_width="50dp"
|
|
android:layout_height="50dp"
|
|
android:layout_alignParentEnd="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_gravity="right"
|
|
android:layout_marginEnd="16dp"
|
|
android:layout_marginBottom="5dp"
|
|
android:gravity="center_horizontal"
|
|
android:orientation="vertical"
|
|
android:visibility="visible">
|
|
|
|
<com.ms.banner.Banner
|
|
android:id="@+id/banner2"
|
|
android:layout_width="50dp"
|
|
android:layout_height="50dp"
|
|
app:delay_time="5000"
|
|
app:indicator_height="8dp"
|
|
app:indicator_width="8dp" />
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
android:layout_width="match_parent"
|
|
android:layout_height="30dp"
|
|
|
|
android:visibility="gone" />
|
|
</LinearLayout>
|
|
|
|
<pl.droidsonroids.gif.GifImageView
|
|
android:id="@+id/dr_pk_end_gif"
|
|
android:layout_width="140dp"
|
|
android:layout_height="140dp"
|
|
android:layout_centerHorizontal="true"
|
|
android:layout_centerVertical="false"
|
|
android:layout_marginTop="160dp"
|
|
android:src="@mipmap/drpkend"
|
|
android:visibility="gone" />
|
|
|
|
<ImageView
|
|
android:id="@+id/custom_full_service_notify"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="110dp"
|
|
android:visibility="gone" />
|
|
|
|
<com.yunbao.common.views.weight.NobleNoticeView
|
|
android:id="@+id/noble"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="wrap_content"
|
|
android:layout_marginTop="60dp"
|
|
android:visibility="gone" />
|
|
|
|
|
|
<com.opensource.svgaplayer.SVGAImageView
|
|
android:id="@+id/svga_new_user_gif"
|
|
android:layout_width="116dp"
|
|
android:layout_height="40dp"
|
|
android:layout_alignParentRight="true"
|
|
android:layout_alignParentBottom="true"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginRight="49dp"
|
|
android:layout_marginBottom="0dp"
|
|
app:autoPlay="true" />
|
|
|
|
<!-- 新人任务-双击-->
|
|
<com.opensource.svgaplayer.SVGAImageView
|
|
android:id="@+id/svga_new_user_double"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginBottom="40dp"
|
|
android:visibility="gone"
|
|
app:autoPlay="true" />
|
|
|
|
|
|
<com.opensource.svgaplayer.SVGAImageView
|
|
android:id="@+id/svga_new_user_follow"
|
|
android:layout_width="116dp"
|
|
android:layout_height="40dp"
|
|
android:layout_gravity="center_vertical"
|
|
android:layout_marginTop="80dp"
|
|
app:autoPlay="true" />
|
|
|
|
|
|
</RelativeLayout>
|