androidx版本首次提交

This commit is contained in:
18401019693
2022-07-18 15:31:45 +08:00
commit 1791a114e3
2932 changed files with 218954 additions and 0 deletions

View File

@@ -0,0 +1,83 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="65dp"
android:background="@color/white"
android:paddingTop="19dp">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/titleView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:gravity="center"
android:textColor="@color/textColor"
android:textSize="18sp"
android:textStyle="bold" />
<ImageView
android:id="@+id/btn_back"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:onClick="backClick"
android:padding="9dp"
android:src="@mipmap/icon_back"
android:tint="@color/textColor" />
<TextView
android:id="@+id/btn_save"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="10dp"
android:padding="5dp"
android:text="@string/save"
android:textColor="@color/global"
android:textSize="16sp" />
</RelativeLayout>
</FrameLayout>
<EditText
android:id="@+id/edit"
android:layout_width="match_parent"
android:layout_height="54dp"
android:layout_marginTop="1dp"
android:background="@color/white"
android:ellipsize="end"
android:hint="@string/edit_profile_remarks"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:singleLine="true"
android:textColor="@color/textColor"
android:textColorHint="@color/gray3"
android:textSize="18sp" />
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="32dp">
<TextView
android:id="@+id/tv1"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:paddingLeft="15dp"
android:paddingRight="15dp"
android:text="注:新增備註後,僅本人可見且只有在消息中心內生效"
android:textSize="14sp" />
</RelativeLayout>
</LinearLayout>

View File

@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<include layout="@layout/view_title"/>
<com.yunbao.common.custom.CommonRefreshView
android:id="@+id/refreshView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="1dp"
android:background="@color/white"
app:crv_loadMoreEnable="false"
app:crv_refreshEnable="false"
/>
</LinearLayout>

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/container"
/>

View File

@@ -0,0 +1,56 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/live_bg"
>
<FrameLayout
android:id="@+id/preview_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
<FrameLayout
android:id="@+id/container_wrap"
android:layout_width="match_parent"
android:layout_height="match_parent">
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</FrameLayout>
<pl.droidsonroids.gif.GifImageView
android:id="@+id/gift_gif"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_vertical"
android:scaleType="centerCrop"/>
<com.opensource.svgaplayer.SVGAImageView
android:id="@+id/gift_svga"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_vertical"
android:scaleType="centerCrop"
app:autoPlay="true"
app:loopCount="1"/>
<FrameLayout
android:id="@+id/page_container"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</FrameLayout>

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/live_bg">
<FrameLayout
android:id="@+id/play_container"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
<com.yunbao.common.custom.MyViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never"
/>
<FrameLayout
android:id="@+id/page_container"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<ImageView
android:id="@+id/btn_small_screen"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_marginTop="30dp"
android:layout_marginRight="20dp"
android:layout_gravity="right"
android:padding="5dp"
android:visibility="gone"
android:src="@mipmap/icon_live_close"/>
</FrameLayout>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#000"
/>

View File

@@ -0,0 +1,32 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:background="@color/color_white">
<include layout="@layout/view_title"/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/border_grey"
android:layout_margin="15dp">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="30dp"
android:textColor="@color/gray1"
android:textSize="13sp"
android:text="@string/live_class_tip"
/>
</RelativeLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
/>
</LinearLayout>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<include layout="@layout/view_title"/>
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="1dp"
android:background="@color/white"
/>
</LinearLayout>

View File

@@ -0,0 +1,165 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
>
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<LinearLayout
android:id="@+id/group_1"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="30dp"
android:background="@drawable/bg_live_anchor_avatar"
android:gravity="center_vertical"
android:orientation="horizontal"
android:paddingRight="3dp"
>
<RelativeLayout
android:layout_width="34dp"
android:layout_height="34dp"
android:layout_marginLeft="1dp"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<ImageView
android:id="@+id/level_anchor"
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
/>
</RelativeLayout>
<LinearLayout
android:layout_width="wrap_content"
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:singleLine="true"
android:textColor="@color/white"
android:textSize="15sp"
/>
<TextView
android:id="@+id/id_val"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:includeFontPadding="false"
android:textColor="@color/white"
android:textSize="12sp"
/>
</LinearLayout>
<TextView
android:id="@+id/btn_follow"
android:layout_width="40dp"
android:layout_height="30dp"
android:background="@drawable/bg_live_anchor_follow"
android:gravity="center"
android:text="@string/follow"
android:textColor="@color/textColor"
android:textSize="14sp"
android:visibility="gone"
/>
</LinearLayout>
<ImageView
android:id="@+id/btn_back"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_marginBottom="6dp"
android:layout_marginRight="6dp"
android:padding="4dp"
android:src="@mipmap/icon_live_close"
/>
<ImageView
android:id="@+id/btn_share"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_alignBottom="@id/btn_back"
android:layout_marginRight="6dp"
android:layout_toLeftOf="@id/btn_back"
android:padding="4dp"
android:src="@mipmap/icon_live_share"
/>
<ImageView
android:id="@+id/btn_play"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_alignTop="@id/btn_back"
android:layout_marginLeft="6dp"
android:padding="4dp"
android:src="@mipmap/icon_live_record_pause"
/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="20dp"
android:layout_above="@id/btn_back"
android:orientation="horizontal"
>
<TextView
android:id="@+id/cur_time"
android:layout_width="50dp"
android:layout_height="match_parent"
android:gravity="center_vertical"
android:paddingLeft="10dp"
android:textColor="@color/white"
android:textSize="12sp"
/>
<SeekBar
android:id="@+id/seek_bar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
/>
<TextView
android:id="@+id/duration"
android:layout_width="50dp"
android:layout_height="match_parent"
android:gravity="center_vertical|right"
android:paddingRight="10dp"
android:textColor="@color/white"
android:textSize="12sp"
android:layout_alignParentRight="true"
/>
</RelativeLayout>
</RelativeLayout>

View File

@@ -0,0 +1,28 @@
<?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:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
tools:context=".activity.LiveTRTCAnchorActivity">
<com.tencent.rtmp.ui.TXCloudVideoView
android:id="@+id/live_cloud_view_main"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<com.tencent.rtmp.ui.TXCloudVideoView
android:id="@+id/live_cloud_view_two"
android:background="@color/color_yellow"
android:layout_alignParentBottom="true"
android:layout_alignParentRight="true"
android:layout_marginBottom="100dp"
android:layout_marginRight="20dp"
android:layout_width="80dp"
android:layout_height="100dp" />
<!-- 准备的-->
<include layout="@layout/view_trtclive_ready" android:id="@+id/ready_view"/>
</RelativeLayout>

View File

@@ -0,0 +1,52 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="72dp"
android:background="@color/white"
android:paddingTop="24dp"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<ImageView
android:id="@+id/btn_back"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:onClick="backClick"
android:padding="9dp"
android:src="@mipmap/icon_back"
android:tint="@color/gray1"
/>
<net.lucode.hackware.magicindicator.MagicIndicator
android:id="@+id/indicator"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:layout_centerInParent="true"
/>
</RelativeLayout>
</FrameLayout>
<androidx.viewpager.widget.ViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never"
/>
</LinearLayout>

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:orientation="vertical"
>
<include layout="@layout/view_title"/>
<RelativeLayout
android:id="@+id/btn_user_shut_up"
android:layout_width="match_parent"
android:layout_height="60dp"
android:paddingLeft="15dp"
android:paddingRight="15dp"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:text="@string/live_user_shut_up"
android:textColor="@color/textColor"
android:textSize="16sp"
/>
<ImageView
android:layout_width="16dp"
android:layout_height="18dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:src="@mipmap/icon_arrow_right"
/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_alignParentBottom="true"
android:background="@color/gray2"
/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/btn_user_black"
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_marginTop="1dp"
android:paddingLeft="15dp"
android:paddingRight="15dp"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:text="@string/live_user_black"
android:textColor="@color/textColor"
android:textSize="16sp"
/>
<ImageView
android:layout_width="16dp"
android:layout_height="18dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:src="@mipmap/icon_arrow_right"
/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_alignParentBottom="true"
android:background="@color/gray2"
/>
</RelativeLayout>
</LinearLayout>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:orientation="vertical"
>
<include layout="@layout/view_title"/>
<com.yunbao.common.custom.CommonRefreshView
android:id="@+id/refreshView"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</LinearLayout>

View File

@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/root"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<View
android:layout_width="match_parent"
android:layout_height="24dp"
android:background="@color/white" />
</LinearLayout>

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="65dp"
android:overScrollMode="never" />
<include layout="@layout/view_title" />
</FrameLayout>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/rootView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="72dp"
android:background="@color/white"
android:paddingTop="24dp"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<TextView
android:id="@+id/titleView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:gravity="center"
android:textColor="@color/textColor"
android:textSize="18sp"
android:textStyle="bold"
/>
<ImageView
android:id="@+id/btn_back"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:onClick="backClick"
android:padding="9dp"
android:src="@mipmap/icon_back"
android:tint="@color/textColor"
/>
<ImageView
android:layout_alignParentRight="true"
android:id="@+id/btn_question"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:onClick="questionClick"
android:padding="9dp"
android:src="@drawable/question_medal"
android:tint="@color/textColor"
/>
</RelativeLayout>
</FrameLayout>
<ProgressBar
android:id="@+id/progressbar"
style="@android:style/Widget.ProgressBar.Horizontal"
android:layout_width="match_parent"
android:layout_height="3dp"
android:progressDrawable="@drawable/bg_horizontal_progressbar"
/>
</LinearLayout>

View File

@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<FrameLayout
android:id="@+id/ft_title"
android:layout_width="match_parent"
android:layout_height="65dp"
android:background="@color/white"
android:paddingTop="19dp">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/titleView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:gravity="center"
android:textColor="@color/textColor"
android:textSize="18sp"
android:textStyle="bold" />
<ImageView
android:id="@+id/btn_back"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:onClick="backClick"
android:padding="9dp"
android:src="@mipmap/icon_back"
android:tint="@color/textColor" />
</RelativeLayout>
</FrameLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<ProgressBar
android:id="@+id/progressbar"
style="@android:style/Widget.ProgressBar.Horizontal"
android:layout_width="match_parent"
android:layout_height="3dp"
android:progressDrawable="@drawable/bg_horizontal_progressbar"/>
<LinearLayout
android:orientation="vertical"
android:id="@+id/rootView"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<com.opensource.svgaplayer.SVGAImageView
android:id="@+id/svga"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_gravity="center_vertical"/>
</RelativeLayout>
</LinearLayout>

View File

@@ -0,0 +1,43 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="68dp"
android:layout_height="102dp">
<ImageView
android:id="@+id/img"
android:layout_width="68dp"
android:layout_height="102dp"/>
<LinearLayout
android:layout_width="40dp"
android:layout_height="10dp"
android:layout_gravity="center"
android:layout_marginTop="3dp"
android:orientation="horizontal"
android:layout_marginBottom="10dp"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:gravity="center"
android:background="@mipmap/shuijing_box">
<ImageView android:id="@+id/ico"
android:layout_width="8dp"
android:layout_height="8dp"
android:src="@mipmap/icon_crystal_1"/>
<TextView android:id="@+id/multiple"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="10/40"
android:textColor="#ffffffff"
android:textSize="8sp"/>
</LinearLayout>
</RelativeLayout>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/background"
>
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="300dp"/>
</FrameLayout>

View File

@@ -0,0 +1,91 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="270dp"
android:layout_height="wrap_content"
android:background="@drawable/background_d5_white"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="12dp"
android:layout_marginRight="12dp"
android:orientation="vertical">
<TextView
android:id="@+id/album"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="12dp"
android:layout_marginTop="15dp"
android:gravity="center|left"
android:text="@string/input_content"
android:textColor="@color/textColor"
android:textSize="16sp"
android:visibility="visible" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="6dp"
android:layout_marginTop="9dp"
android:layout_marginRight="6dp">
<EditText
android:id="@+id/et_back_text"
android:layout_width="match_parent"
android:layout_height="84dp"
android:background="@color/transparent"
android:gravity="left|top"
android:hint="@string/input_content_but"
android:maxLength="200"
android:padding="6dp"
android:text=""
android:textColor="@color/black1"
android:textSize="13sp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:layout_marginBottom="15dp"
android:gravity="center"
android:orientation="horizontal">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_gray_line_10_5"
android:gravity="center">
<TextView
android:id="@+id/tv_cancel"
android:layout_width="84dp"
android:layout_height="30dp"
android:gravity="center"
android:text="@string/cancel"
android:textColor="@color/gray_B1B1B1"
android:textSize="14sp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="9dp"
android:background="@drawable/bg_maincolor_line_10_5"
android:gravity="center">
<TextView
android:id="@+id/tv_assign"
android:layout_width="132dp"
android:layout_height="30dp"
android:gravity="center"
android:text="@string/send"
android:textColor="@color/white"
android:textSize="14sp" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="top|left"
android:background="@color/white">
<WebView
android:id="@+id/rlWebview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="top"/>
</LinearLayout>

View File

@@ -0,0 +1,62 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:alpha="0.7"
android:orientation="vertical">
<com.yunbao.common.custom.RatioImageView
android:layout_width="match_parent"
android:layout_height="0dp"
android:background="@drawable/bg_live_medal_ok"
app:ri_ratio="0.53333"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<TextView
android:id="@+id/guard_num"
android:layout_width="match_parent"
android:layout_height="50dp"
android:gravity="center"
android:textColor="@color/white"
android:textSize="20sp"
android:text="恭喜你获得"
/>
<FrameLayout
android:layout_gravity="center"
android:background="@drawable/bg_medal_ok"
android:layout_width="100dp"
android:layout_height="50dp">
<FrameLayout
android:layout_gravity="center"
android:layout_width="60dp"
android:layout_height="28dp">
<ImageView
android:src="@drawable/medal_des1"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
<TextView
android:id="@+id/tvMedalName"
android:gravity="center|right"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text=""
android:paddingRight="10dp"
android:textColor="@color/white"
android:textSize="10sp"
/>
</FrameLayout>
</FrameLayout>
</LinearLayout>
</FrameLayout>

View File

@@ -0,0 +1,90 @@
<?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"
android:layout_width="225dp"
android:layout_height="186dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="35dp"
android:background="@drawable/bg_dialog"
android:gravity="center_horizontal"
android:orientation="vertical">
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:gravity="center_horizontal"
android:orientation="vertical"
android:paddingTop="45dp">
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="主播名稱"
android:text=""
android:textColor="#ff161616"
android:textSize="14sp" />
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:text="@string/live_close_follow"
android:textColor="@color/gray_B1B1B1"
android:textSize="12sp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="9dp"
android:gravity="center">
<TextView
android:id="@+id/btn_cancel"
android:layout_width="87dp"
android:layout_height="33dp"
android:layout_marginRight="6dp"
android:background="@mipmap/tipbox_btn_gray"
android:gravity="center"
android:text="@string/live_close_exit"
android:textColor="@color/gray_B1B1B1"
android:textSize="13sp" />
<TextView
android:id="@+id/btn_confirm"
android:layout_width="87dp"
android:layout_height="33dp"
android:layout_marginLeft="6dp"
android:background="@mipmap/tipbox_btn_orange"
android:gravity="center"
android:text="@string/live_close_follow_exit"
android:textColor="@color/white"
android:textSize="13sp" />
</LinearLayout>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="85dp"
android:layout_height="85dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="9dp"
android:scaleType="centerCrop"
android:src="@mipmap/ic_launcher"
app:riv_border_color="@color/white"
app:riv_border_width="2dp"
app:riv_oval="true" />
</RelativeLayout>

View File

@@ -0,0 +1,82 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="280dp"
android:layout_height="240dp"
>
<LinearLayout
android:layout_width="240dp"
android:layout_height="240dp"
android:layout_gravity="center"
android:background="@mipmap/icon_gift_prize_pool_6"
android:gravity="center_horizontal"
android:orientation="vertical"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="68dp"
android:text="@string/live_gift_prize_pool_1"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<TextView
android:id="@+id/level"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:textColor="@color/yellow4"
android:textSize="22sp"
android:textStyle="bold"
/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_marginTop="15dp"
android:background="@color/gray3"
android:layout_marginLeft="13dp"
android:layout_marginRight="13dp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/live_gift_prize_pool_2"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<TextView
android:id="@+id/coin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:textColor="@color/yellow4"
android:textSize="20sp"
android:textStyle="bold"
/>
<ImageView
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginTop="7dp"
android:src="@mipmap/diamond"
/>
</LinearLayout>
<ImageView
android:id="@+id/btn_close"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_gravity="right"
android:layout_marginRight="10dp"
android:layout_marginTop="20dp"
android:padding="3dp"
android:src="@mipmap/icon_live_close_3"
/>
</FrameLayout>

View File

@@ -0,0 +1,208 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/bg_black"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:visibility="visible">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="54dp"
android:orientation="horizontal">
<LinearLayout
android:id="@+id/lt_hot_back"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="21dp"
android:gravity="center"
android:visibility="gone">
<View
android:layout_width="9dp"
android:layout_height="18dp"
android:background="@mipmap/hot_back" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/live_hot_give"
android:textColor="@color/red_f8f6f8"
android:textSize="18sp"
android:textStyle="bold" />
</LinearLayout>
<LinearLayout
android:id="@+id/lt_hot_rule"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_marginRight="21dp"
android:gravity="center"
android:visibility="visible">
<View
android:layout_width="18dp"
android:layout_height="18dp"
android:background="@mipmap/icon_guize" />
</LinearLayout>
</RelativeLayout>
<LinearLayout
android:id="@+id/lt_hot_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:visibility="visible">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="30dp"
android:orientation="horizontal">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center|left">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="30dp"
android:text="@string/user"
android:textColor="@color/gray_B1B1B1"
android:textSize="13sp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:gravity="center">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="21dp"
android:text="@string/live_hot_time"
android:textColor="@color/gray_B1B1B1"
android:textSize="13sp" />
</LinearLayout>
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_hot_list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="12dp"
android:layout_marginRight="12dp" />
</LinearLayout>
<LinearLayout
android:id="@+id/lt_hot_ruletext"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:visibility="gone">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="18dp"
android:layout_marginTop="3dp"
android:layout_marginRight="18dp"
android:text="@string/live_hot_ruletext1"
android:textColor="@color/gray_B1B1B1"
android:textSize="14sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="18dp"
android:layout_marginTop="9dp"
android:layout_marginRight="18dp"
android:text="@string/live_hot_ruletext2"
android:textColor="@color/red_f8f6f8"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="18dp"
android:layout_marginTop="6dp"
android:layout_marginRight="18dp"
android:text="@string/live_hot_ruletext3"
android:textColor="@color/gray_B1B1B1"
android:textSize="14sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="18dp"
android:layout_marginTop="6dp"
android:layout_marginRight="18dp"
android:text="@string/live_hot_ruletext4"
android:textColor="@color/gray_B1B1B1"
android:textSize="14sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="18dp"
android:layout_marginTop="9dp"
android:layout_marginRight="18dp"
android:text="@string/live_hot_ruletext21"
android:textColor="@color/red_f8f6f8"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="18dp"
android:layout_marginTop="6dp"
android:layout_marginRight="18dp"
android:text="@string/live_hot_ruletext22"
android:textColor="@color/gray_B1B1B1"
android:textSize="14sp" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="18dp"
android:layout_marginTop="9dp"
android:layout_marginRight="18dp"
android:text="@string/live_hot_ruletext31"
android:textColor="@color/red_f8f6f8"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="18dp"
android:layout_marginTop="6dp"
android:layout_marginRight="18dp"
android:text="@string/live_hot_ruletext32"
android:textColor="@color/gray_B1B1B1"
android:textSize="14sp" />
</LinearLayout>
</LinearLayout>
</RelativeLayout>

View File

@@ -0,0 +1,184 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<RadioGroup
android:id="@+id/radio_group"
android:layout_width="match_parent"
android:layout_height="90dp"
android:background="@mipmap/bg_guard_buy_top_1"
android:orientation="horizontal"
>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:orientation="vertical">
<TextView android:id="@+id/txt_1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="10dp"
android:textColor="@color/color_white"
android:gravity="center"
android:paddingTop="4dp"
android:paddingBottom="4dp"
android:background="@drawable/background_yellow"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:layout_marginTop="10dp"
android:text=""/>
<RadioButton
android:id="@+id/btn_1"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@drawable/bg_btn_buy_guard"
android:button="@null"
android:checked="true"
android:gravity="center"
android:textColor="@color/fg_btn_buy_guard"
android:textSize="14sp"
/>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:orientation="vertical">
<TextView android:id="@+id/txt_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="10dp"
android:paddingTop="4dp"
android:paddingBottom="4dp"
android:textColor="@color/color_white"
android:gravity="center"
android:background="@drawable/background_yellow"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:layout_marginTop="10dp"
android:text=""/>
<RadioButton
android:id="@+id/btn_2"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@drawable/bg_btn_buy_guard"
android:button="@null"
android:gravity="center"
android:textColor="@color/fg_btn_buy_guard"
android:textSize="14sp"
/>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:orientation="vertical">
<TextView android:id="@+id/txt_3"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="10dp"
android:textColor="@color/color_white"
android:gravity="center"
android:background="@drawable/background_yellow"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:paddingTop="4dp"
android:paddingBottom="4dp"
android:layout_marginTop="10dp"
android:text=""/>
<RadioButton
android:id="@+id/btn_3"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:background="@drawable/bg_btn_buy_guard"
android:button="@null"
android:gravity="center"
android:textColor="@color/fg_btn_buy_guard"
android:textSize="14sp"/>
</LinearLayout>
</RadioGroup>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
android:orientation="vertical"
>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="10dp"
android:layout_marginTop="10dp"
android:overScrollMode="never"
/>
<View
style="@style/line2"
/>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="50dp">
<TextView
android:id="@+id/coin_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="10dp"
android:textColor="@color/textColor2"
android:textSize="14sp"
/>
<TextView
android:id="@+id/coin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="10dp"
android:layout_toRightOf="@id/coin_name"
android:drawablePadding="4dp"
android:textColor="@color/global"
android:textSize="14sp"
/>
<TextView
android:id="@+id/btn_buy"
android:layout_width="90dp"
android:layout_height="30dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="15dp"
android:background="@drawable/bg_guard_btn_buy"
android:enabled="false"
android:gravity="center"
android:text="@string/guard_buy"
android:textColor="@color/white"
android:textSize="14sp"
/>
</RelativeLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,69 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/bg_black"
android:orientation="vertical"
>
<TextView
android:id="@+id/guard_num"
android:layout_width="match_parent"
android:layout_height="46dp"
android:gravity="center"
android:textColor="@color/white"
android:textSize="16sp"
/>
<com.yunbao.common.custom.CommonRefreshView
android:id="@+id/refreshView"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"
app:crv_loadMoreEnable="false"
app:crv_refreshEnable="false"
/>
<RelativeLayout
android:id="@+id/bottom"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="#161616 ">
<TextView
android:id="@+id/btn_buy"
android:layout_width="90dp"
android:layout_height="30dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_gravity="center_vertical"
android:layout_marginRight="15dp"
android:background="@mipmap/btn_openprotection"
android:gravity="center"
android:text="@string/guard_buy_2"
android:textColor="@color/white"
android:textSize="14sp"
/>
<TextView
android:id="@+id/tip"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="10dp"
android:layout_toLeftOf="@id/btn_buy"
android:gravity="center_vertical"
android:textColor="@color/gray1"
android:textSize="12sp"
android:background="#161616"
/>
</RelativeLayout>
</LinearLayout>

View File

@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="280dp"
android:layout_height="wrap_content"
app:cardBackgroundColor="@color/white"
app:cardCornerRadius="10dp"
app:cardElevation="0dp"
app:cardPreventCornerOverlap="true"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/link_mic_pk_wait_2"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<com.yunbao.live.custom.ProgressTextView
android:id="@+id/pk_wait_progress"
android:layout_width="70dp"
android:layout_height="0dp"
android:layout_centerInParent="true"
android:layout_marginBottom="10dp"
android:layout_marginTop="10dp"
android:gravity="center"
android:text="10"
android:textColor="@color/textColor"
android:textSize="28sp"
app:ptv_bg_color="@color/pk_blue"
app:ptv_fg_color="@color/pk_red"
app:ptv_progress="10"
app:ptv_stroke_width="6dp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="40dp"
>
<TextView
android:id="@+id/btn_refuse"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@color/pk_blue"
android:gravity="center"
android:text="@string/refuse"
android:textColor="@color/white"
android:textSize="14sp"
/>
<TextView
android:id="@+id/btn_accept"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@color/red"
android:gravity="center"
android:text="@string/accept"
android:textColor="@color/white"
android:textSize="14sp"
/>
</LinearLayout>
</LinearLayout>
</androidx.cardview.widget.CardView>

View File

@@ -0,0 +1,99 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="280dp"
android:layout_height="wrap_content"
android:background="@drawable/bg_dialog_2"
android:gravity="center_horizontal"
android:orientation="vertical"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_marginTop="15dp"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:textColor="@color/textColor"
android:textSize="16sp"
/>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="15dp"
android:layout_marginTop="5dp"
android:orientation="horizontal"
>
<ImageView
android:id="@+id/sex"
android:layout_width="18dp"
android:layout_height="15dp"
/>
<ImageView
android:id="@+id/level"
android:layout_width="30dp"
android:layout_height="15dp"
android:layout_marginLeft="5dp"
/>
</LinearLayout>
<TextView
android:id="@+id/wait_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="8dp"
android:layout_marginTop="5dp"
android:textColor="@color/textColor2"
android:textSize="14sp"
/>
<View
style="@style/line2"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="40dp"
>
<TextView
android:id="@+id/btn_refuse"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:text="@string/refuse"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<View
android:layout_width="1dp"
android:layout_height="match_parent"
android:background="@color/gray2"
/>
<TextView
android:id="@+id/btn_accept"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:text="@string/accept"
android:textColor="@color/global"
android:textSize="14sp"
/>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,251 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingLeft="40dp"
android:paddingRight="40dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_dialog"
android:gravity="center_horizontal"
android:orientation="vertical"
android:layout_marginTop="50dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/live_blowkiss"
android:textColor="#ff161616"
android:layout_marginTop="50dp"
android:textStyle="bold"
android:textSize="14sp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/live_blowkiss_reply"
android:textColor="#ffb1b1b1"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp"
android:textSize="14sp"/>
<RelativeLayout android:id="@+id/btn_rose"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginLeft="13dp"
android:layout_marginRight="13dp"
android:background="@drawable/button_fff8f6f8">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="16dp">
<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center"
android:src="@mipmap/gif_rose"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="@string/live_blowkiss_rose"
android:gravity="center"
android:layout_marginLeft="16dp"
android:textColor="#ff565252"
android:textSize="12sp"
/>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginRight="16dp"
android:layout_alignParentRight="true">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="20"
android:layout_gravity="center"
android:textColor="#ff565252"
android:textSize="12sp"
/>
<ImageView
android:layout_width="30dp"
android:layout_height="20dp"
android:layout_gravity="center"
android:src="@mipmap/icon_diamond"/>
</LinearLayout>
</RelativeLayout>
<RelativeLayout android:id="@+id/btn_roses"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginLeft="13dp"
android:layout_marginRight="13dp"
android:layout_marginTop="10dp"
android:background="@drawable/button_fff8f6f8">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="16dp">
<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center"
android:src="@mipmap/icon_rosebouquet"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="@string/live_blowkiss_roses"
android:gravity="center"
android:layout_marginLeft="16dp"
android:textColor="#ff565252"
android:textSize="12sp"
/>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginRight="16dp"
android:layout_alignParentRight="true">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="500"
android:layout_gravity="center"
android:textColor="#ff565252"
android:textSize="12sp"
/>
<ImageView
android:layout_width="30dp"
android:layout_height="20dp"
android:layout_gravity="center"
android:src="@mipmap/icon_diamond"/>
</LinearLayout>
</RelativeLayout>
<RelativeLayout android:id="@+id/btn_lollipop"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginTop="10dp"
android:layout_marginLeft="13dp"
android:layout_marginRight="13dp"
android:background="@drawable/button_ffb6c4">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="16dp">
<ImageView
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center"
android:src="@mipmap/icon_lollipop"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:text="@string/live_blowkiss_lollipop"
android:gravity="center"
android:layout_marginLeft="16dp"
android:textColor="#ff565252"
android:textSize="12sp"
/>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginRight="16dp"
android:layout_alignParentRight="true">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/live_blowkiss_time"
android:layout_gravity="center"
android:textColor="#ff565252"
android:textSize="12sp"
/>
<ImageView
android:layout_width="30dp"
android:layout_height="20dp"
android:layout_gravity="center"
android:src="@mipmap/icon_diamond"/>
</LinearLayout>
</RelativeLayout>
<TextView android:id="@+id/btn_confirm"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginRight="30dp"
android:layout_marginLeft="30dp"
android:layout_marginTop="20dp"
android:text="@string/live_blowkiss_follow"
android:textColor="#ffffffff"
android:textSize="13sp"
android:gravity="center"
android:layout_marginBottom="30dp"
android:background="@drawable/button_ffffbf2f"/>
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true">
<ImageView
android:layout_width="90dp"
android:layout_height="90dp"
android:layout_centerHorizontal="true"
android:src="@mipmap/icon_love"/>
<ImageView android:id="@+id/btn_close"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_alignParentRight="true"
android:layout_marginRight="20dp"
android:layout_marginTop="70dp"
android:src="@mipmap/icon_live_user_5"/>
</RelativeLayout>
</RelativeLayout>

View File

@@ -0,0 +1,54 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="#e6ffffff"
android:gravity="center_vertical"
android:orientation="horizontal"
>
<CheckBox
android:id="@+id/danmu"
android:layout_width="52dp"
android:layout_height="match_parent"
android:layout_marginLeft="8dp"
android:layout_marginRight="3dp"
android:background="@drawable/bg_input_danmu_switch"
android:button="@null"
/>
<EditText
android:id="@+id/input"
android:layout_width="0dp"
android:layout_height="34dp"
android:layout_marginLeft="3dp"
android:layout_weight="1"
android:background="@drawable/bg_live_input"
android:gravity="center_vertical"
android:hint="@string/live_say_something"
android:imeActionLabel="@string/send"
android:imeOptions="actionSend"
android:maxLength="50"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:singleLine="true"
android:textColor="@color/textColor"
android:textColorHint="@color/gray3"
android:textSize="14sp"
/>
<com.yunbao.common.custom.MyRadioButton
android:id="@+id/btn_send"
android:layout_width="48dp"
android:layout_height="match_parent"
android:layout_marginRight="3dp"
android:background="@drawable/bg_live_input_btn"
android:button="@null"
android:gravity="center"
/>
</LinearLayout>

View File

@@ -0,0 +1,78 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:orientation="vertical">
<RelativeLayout
android:id="@+id/top"
android:layout_width="match_parent"
android:layout_height="42dp"
android:visibility="visible">
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:gravity="center"
android:text="@string/im_msg"
android:textColor="@color/textColor"
android:textSize="18sp"
android:textStyle="bold" />
<ImageView
android:id="@+id/btn_back"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:padding="9dp"
android:src="@mipmap/icon_back"
android:tint="@color/textColor" />
<TextView
android:id="@+id/btn_ignore"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="10dp"
android:text="@string/im_msg_ignore_unread"
android:textColor="@color/textColor2"
android:visibility="gone" />
</RelativeLayout>
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="12dp"
android:fillViewport="true">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/my_msg_recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:id="@+id/lt_nodata_msg"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center"
android:visibility="gone">
<ImageView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:src="@mipmap/img_no_new" />
</LinearLayout>
</LinearLayout>
</ScrollView>
</LinearLayout>

View File

@@ -0,0 +1,175 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<com.yunbao.common.custom.RatioImageView
android:layout_marginTop="37dp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg_medal_info"
app:ri_ratio="0.7"
>
</com.yunbao.common.custom.RatioImageView>
<LinearLayout
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="74dp"
android:layout_height="74dp"
android:scaleType="centerCrop"
app:riv_border_color="@color/white"
app:riv_border_width="2dp"
app:riv_oval="true"
/>
<TextView
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/live_become_fans_medal"
android:textColor="#333333"
android:textSize="16sp"
android:gravity="center"
/>
<TextView
android:layout_marginTop="10dp"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/live_fans_medal_pri_des"
android:textColor="#f95f1f"
android:textSize="13sp"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:orientation="horizontal"
>
<LinearLayout
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center"
>
<FrameLayout
android:layout_width="50dp"
android:layout_height="25dp">
<ImageView
android:src="@drawable/medal_des1"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
<TextView
android:id="@+id/tvMedalName"
android:gravity="center|right"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text=""
android:paddingRight="5dp"
android:textColor="@color/white"
android:textSize="8sp"
/>
</FrameLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/live_medal_des1"
android:textColor="@color/black2"
android:textSize="10sp"
/>
</LinearLayout>
<LinearLayout
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center"
>
<ImageView
android:src="@drawable/medal_des2"
android:layout_width="50dp"
android:layout_height="25dp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/live_medal_des2"
android:textColor="#333333"
android:textSize="10sp"
/>
</LinearLayout>
<LinearLayout
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center"
>
<ImageView
android:src="@drawable/medal_des3"
android:layout_width="50dp"
android:layout_height="25dp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/live_medal_des3"
android:textColor="#333333"
android:textSize="10sp"
/>
</LinearLayout>
<LinearLayout
android:layout_weight="1"
android:layout_width="0dp"
android:layout_height="match_parent"
android:orientation="vertical"
android:gravity="center"
>
<ImageView
android:src="@drawable/medal_des4"
android:layout_width="50dp"
android:layout_height="25dp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/live_medal_des5"
android:textColor="#333333"
android:textSize="10sp"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<Button
android:layout_gravity="bottom"
android:background="@drawable/bg_made_fans_medal"
android:id="@+id/btn_open_fans_medal"
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginBottom="15dp"
android:layout_marginLeft="50dp"
android:layout_marginRight="50dp"
android:text="@string/live_medal_des4"
android:textSize="16sp"
/>
</FrameLayout>

View File

@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="10dp"
android:layout_marginRight="10dp"
android:background="@drawable/bg_dialog_2"
android:paddingBottom="15dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:paddingTop="15dp"
android:overScrollMode="never"
/>
</FrameLayout>

View File

@@ -0,0 +1,292 @@
<?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"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/border_translucent">
<ScrollView android:id="@+id/tabview"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<TextView
android:id="@+id/btn_close"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:gravity="center_vertical"
android:paddingLeft="20dp"
android:paddingRight="5dp"
android:text="@string/live_gift"
android:textColor="@color/yellow5"
android:textSize="14sp"/>
<TextView
android:id="@+id/btn_protection"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:gravity="center_vertical"
android:paddingLeft="20dp"
android:paddingRight="5dp"
android:layout_toRightOf="@id/btn_close"
android:text="守護"
android:textColor="@color/white"
android:textSize="14sp"/>
<TextView
android:id="@+id/btn_fans"
android:layout_width="wrap_content"
android:layout_toRightOf="@id/btn_protection"
android:layout_height="36dp"
android:gravity="center_vertical"
android:paddingLeft="20dp"
android:paddingRight="5dp"
android:text="粉絲團"
android:textColor="@color/white"
android:textSize="14sp"/>
<TextView
android:id="@+id/btn_noble"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:gravity="center_vertical"
android:paddingLeft="20dp"
android:paddingRight="5dp"
android:layout_toRightOf="@id/btn_fans"
android:text="貴族"
android:textColor="@color/white"
android:textSize="14sp"/>
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/btn_wrap"
android:layout_toRightOf="@id/btn_noble"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:gravity="center_vertical"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:text="@string/live_wrap"
android:textColor="@color/white"
android:textSize="14sp"
/>
</RelativeLayout>
</ScrollView>
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/btn_luck_gift_tip"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:layout_alignParentRight="true"
android:layout_marginRight="10dp"
android:drawablePadding="2dp"
android:drawableTint="@color/gray1"
android:gravity="center_vertical"
android:text="@string/live_ktgz"
android:textColor="@color/gray1"
android:textSize="12sp"
app:dt_right_drawable="@mipmap/icon_arrow_right_3"
app:dt_right_height="12dp"
app:dt_right_width="12dp"
/>
<LinearLayout
android:id="@+id/group"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/tabview"
android:orientation="vertical"
>
<com.yunbao.live.custom.GiftPageViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="8dp"
android:layout_marginTop="5dp"
android:background="@mipmap/bg_gift_list"
/>
<com.yunbao.live.custom.GiftPageViewPager
android:visibility="gone"
android:id="@+id/vpWrapList"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="8dp"
android:layout_marginTop="5dp"
android:background="@mipmap/bg_gift_list"
/>
<RadioGroup
android:id="@+id/radio_group"
android:layout_width="wrap_content"
android:layout_height="6dp"
android:layout_gravity="center_horizontal"
android:orientation="horizontal"
/>
<RadioGroup
android:visibility="gone"
android:id="@+id/radio_group_wrap"
android:layout_width="wrap_content"
android:layout_height="6dp"
android:layout_gravity="center_horizontal"
android:orientation="horizontal"
/>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="46dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
>
<RelativeLayout
android:id="@+id/btn_send_group"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/btn_send"
android:layout_width="60dp"
android:layout_height="30dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="10dp"
android:background="@drawable/bg_live_gift_send_2"
android:enabled="false"
android:gravity="center"
android:text="@string/live_gift_send"
android:textColor="@color/fg_btn_gift_send"
android:textSize="14sp"
/>
<TextView
android:id="@+id/btn_choose"
android:layout_width="60dp"
android:layout_height="30dp"
android:layout_centerVertical="true"
android:layout_toLeftOf="@id/btn_send"
android:background="@drawable/bg_live_gift_choose"
android:gravity="center"
android:paddingRight="13dp"
android:text="1"
android:textColor="@color/global"
android:textSize="14sp"
android:visibility="invisible"
/>
<ImageView
android:id="@+id/arrow"
android:layout_width="13dp"
android:layout_height="7dp"
android:layout_centerVertical="true"
android:layout_marginRight="5dp"
android:layout_toLeftOf="@id/btn_send"
android:rotation="180"
android:src="@mipmap/icon_live_gift_2"
android:tint="@color/global"
android:visibility="invisible"
/>
</RelativeLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/coin"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:drawablePadding="4dp"
android:gravity="center_vertical"
android:textColor="@color/white"
android:textSize="12sp"
app:dt_left_drawable="@mipmap/diamond"
app:dt_left_height="20dp"
app:dt_left_width="20dp"
app:dt_right_height="14dp"
app:dt_right_width="14dp"
/>
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/goldCoin"
android:layout_marginLeft="10dp"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:drawablePadding="4dp"
android:gravity="center_vertical"
android:textColor="@color/white"
android:textSize="12sp"
app:dt_left_drawable="@mipmap/gold_coin"
app:dt_left_height="20dp"
app:dt_left_width="20dp"
app:dt_right_height="14dp"
app:dt_right_width="14dp"
/>
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/go_charge"
android:layout_marginLeft="10dp"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:drawablePadding="4dp"
android:gravity="center_vertical"
android:text="@string/live_go_charge"
android:textColor="@color/yellow5"
android:textSize="12sp"
app:dt_left_height="20dp"
app:dt_left_width="20dp"
app:dt_right_height="14dp"
app:dt_right_width="14dp"
/>
</LinearLayout>
</FrameLayout>
</LinearLayout>
<ProgressBar
android:id="@+id/loading"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_centerInParent="true"
android:layout_marginBottom="8dp"
android:layout_marginTop="14dp"
android:indeterminateBehavior="repeat"
android:indeterminateDrawable="@drawable/anim_loading"
android:indeterminateOnly="true"
/>
<RelativeLayout
android:id="@+id/btn_send_lian"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_alignBottom="@id/group"
android:layout_alignParentRight="true"
android:layout_marginBottom="5dp"
android:layout_marginRight="10dp"
android:background="@mipmap/icon_live_gift_lian"
android:visibility="invisible"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="20dp"
android:text="@string/live_gift_send_lian"
android:textColor="@color/white"
android:textSize="12sp"
/>
<TextView
android:id="@+id/lian_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="35dp"
android:textColor="#fff"
android:textSize="14sp"/>
</RelativeLayout>
</RelativeLayout>

View File

@@ -0,0 +1,189 @@
<?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"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="#f5121001"
>
<TextView
android:id="@+id/btn_close"
android:layout_width="match_parent"
android:layout_height="36dp"
android:gravity="center"
android:paddingLeft="12dp"
android:paddingRight="12dp"
android:text="@string/wishlist_title"
android:textColor="@color/white"
android:textSize="16sp"
android:textStyle="bold"
/>
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/btn_luck_gift_tip"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:layout_alignParentRight="true"
android:layout_marginRight="10dp"
android:drawablePadding="2dp"
android:drawableTint="@color/gray1"
android:gravity="center_vertical"
android:text="@string/live_gift_luck_tip_2"
android:textColor="@color/gray1"
android:textSize="12sp"
app:dt_right_drawable="@mipmap/icon_arrow_right_3"
app:dt_right_height="12dp"
app:dt_right_width="12dp"
android:visibility="gone"
/>
<LinearLayout
android:id="@+id/group"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/btn_close"
android:orientation="vertical"
>
<com.yunbao.live.custom.GiftPageViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="8dp"
android:layout_marginTop="5dp"
android:background="@mipmap/bg_gift_list"
/>
<RadioGroup
android:id="@+id/radio_group"
android:layout_width="wrap_content"
android:layout_height="6dp"
android:layout_gravity="center_horizontal"
android:orientation="horizontal"
/>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="46dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
>
<RelativeLayout
android:id="@+id/btn_send_group"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/btn_send"
android:layout_width="60dp"
android:layout_height="30dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="10dp"
android:background="@drawable/bg_live_gift_send_2"
android:enabled="false"
android:gravity="center"
android:text="@string/confirm"
android:textColor="@color/fg_btn_gift_send"
android:textSize="14sp"
/>
<TextView
android:id="@+id/btn_choose"
android:layout_width="60dp"
android:layout_height="30dp"
android:layout_centerVertical="true"
android:layout_toLeftOf="@id/btn_send"
android:background="@drawable/bg_live_gift_choose"
android:gravity="center"
android:paddingRight="13dp"
android:text="1"
android:textColor="@color/global"
android:textSize="14sp"
android:visibility="invisible"
/>
<ImageView
android:id="@+id/arrow"
android:layout_width="13dp"
android:layout_height="7dp"
android:layout_centerVertical="true"
android:layout_marginRight="5dp"
android:layout_toLeftOf="@id/btn_send"
android:rotation="180"
android:src="@mipmap/icon_live_gift_2"
android:tint="@color/global"
android:visibility="invisible"
/>
</RelativeLayout>
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/coin"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:drawablePadding="4dp"
android:gravity="center_vertical"
android:textColor="@color/white"
android:textSize="15sp"
app:dt_left_drawable="@mipmap/diamond"
app:dt_left_height="20dp"
app:dt_left_width="20dp"
app:dt_right_drawable="@mipmap/icon_arrow_right_3"
app:dt_right_height="14dp"
app:dt_right_width="14dp"
android:visibility="gone"
/>
</FrameLayout>
</LinearLayout>
<ProgressBar
android:id="@+id/loading"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_centerInParent="true"
android:layout_marginBottom="8dp"
android:layout_marginTop="14dp"
android:indeterminateBehavior="repeat"
android:indeterminateDrawable="@drawable/anim_loading"
android:indeterminateOnly="true"
/>
<RelativeLayout
android:id="@+id/btn_send_lian"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_alignBottom="@id/group"
android:layout_alignParentRight="true"
android:layout_marginBottom="5dp"
android:layout_marginRight="10dp"
android:background="@mipmap/icon_live_gift_lian"
android:visibility="invisible"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="20dp"
android:text="@string/live_gift_send_lian"
android:textColor="@color/white"
android:textSize="12sp"
/>
<TextView
android:id="@+id/lian_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="35dp"
android:textColor="#fff"
android:textSize="14sp"
/>
</RelativeLayout>
</RelativeLayout>

View File

@@ -0,0 +1,239 @@
<?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"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/border_translucent">
<ScrollView android:id="@+id/tabview"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/items"
android:layout_marginLeft="10dp"
android:layout_marginRight="80dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"/>
</RelativeLayout>
</ScrollView>
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/btn_luck_gift_tip"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:layout_alignParentRight="true"
android:layout_marginRight="10dp"
android:drawablePadding="2dp"
android:drawableTint="@color/gray1"
android:gravity="center_vertical"
android:text="@string/live_ktgz"
android:textColor="@color/gray1"
android:textSize="12sp"
app:dt_right_drawable="@mipmap/icon_arrow_right_3"
app:dt_right_height="12dp"
app:dt_right_width="12dp"
/>
<LinearLayout
android:id="@+id/group"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/tabview"
android:orientation="vertical"
>
<com.yunbao.live.custom.GiftPageViewPager
android:id="@+id/viewPager"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="8dp"
android:layout_marginTop="5dp"
android:background="@mipmap/bg_gift_list"
/>
<com.yunbao.live.custom.GiftPageViewPager
android:visibility="gone"
android:id="@+id/vpWrapList"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginBottom="8dp"
android:layout_marginTop="5dp"
android:background="@mipmap/bg_gift_list"
/>
<RadioGroup
android:id="@+id/radio_group"
android:layout_width="wrap_content"
android:layout_height="6dp"
android:layout_gravity="center_horizontal"
android:orientation="horizontal"
/>
<RadioGroup
android:visibility="gone"
android:id="@+id/radio_group_wrap"
android:layout_width="wrap_content"
android:layout_height="6dp"
android:layout_gravity="center_horizontal"
android:orientation="horizontal"
/>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="46dp"
android:paddingLeft="10dp"
android:paddingRight="10dp"
>
<RelativeLayout
android:id="@+id/btn_send_group"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:id="@+id/btn_send"
android:layout_width="60dp"
android:layout_height="30dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="10dp"
android:background="@drawable/bg_live_gift_send_2"
android:enabled="false"
android:gravity="center"
android:text="@string/live_gift_send"
android:textColor="@color/fg_btn_gift_send"
android:textSize="14sp"
/>
<TextView
android:id="@+id/btn_choose"
android:layout_width="60dp"
android:layout_height="30dp"
android:layout_centerVertical="true"
android:layout_toLeftOf="@id/btn_send"
android:background="@drawable/bg_live_gift_choose"
android:gravity="center"
android:paddingRight="13dp"
android:text="1"
android:textColor="@color/global"
android:textSize="14sp"
android:visibility="invisible"
/>
<ImageView
android:id="@+id/arrow"
android:layout_width="13dp"
android:layout_height="7dp"
android:layout_centerVertical="true"
android:layout_marginRight="5dp"
android:layout_toLeftOf="@id/btn_send"
android:rotation="180"
android:src="@mipmap/icon_live_gift_2"
android:tint="@color/global"
android:visibility="invisible"
/>
</RelativeLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent">
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/coin"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:drawablePadding="4dp"
android:gravity="center_vertical"
android:textColor="@color/white"
android:textSize="12sp"
app:dt_left_drawable="@mipmap/diamond"
app:dt_left_height="20dp"
app:dt_left_width="20dp"
app:dt_right_height="14dp"
app:dt_right_width="14dp"
/>
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/goldCoin"
android:layout_marginLeft="10dp"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:drawablePadding="4dp"
android:gravity="center_vertical"
android:textColor="@color/white"
android:textSize="12sp"
app:dt_left_drawable="@mipmap/gold_coin"
app:dt_left_height="20dp"
app:dt_left_width="20dp"
app:dt_right_height="14dp"
app:dt_right_width="14dp"
/>
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/go_charge"
android:layout_marginLeft="10dp"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:drawablePadding="4dp"
android:gravity="center_vertical"
android:text="@string/charge"
android:textColor="@color/yellow5"
android:textSize="12sp"
app:dt_left_height="20dp"
app:dt_left_width="20dp"
app:dt_right_height="14dp"
app:dt_right_width="14dp"/>
</LinearLayout>
</FrameLayout>
</LinearLayout>
<ProgressBar
android:id="@+id/loading"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_centerInParent="true"
android:layout_marginBottom="8dp"
android:layout_marginTop="14dp"
android:indeterminateBehavior="repeat"
android:indeterminateDrawable="@drawable/anim_loading"
android:indeterminateOnly="true"
/>
<RelativeLayout
android:id="@+id/btn_send_lian"
android:layout_width="70dp"
android:layout_height="70dp"
android:layout_alignBottom="@id/group"
android:layout_alignParentRight="true"
android:layout_marginBottom="5dp"
android:layout_marginRight="10dp"
android:background="@mipmap/icon_live_gift_lian"
android:visibility="invisible"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="20dp"
android:text="@string/live_gift_send_lian"
android:textColor="@color/white"
android:textSize="12sp"
/>
<TextView
android:id="@+id/lian_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="35dp"
android:textColor="#fff"
android:textSize="14sp"/>
</RelativeLayout>
</RelativeLayout>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<WebView android:id="@+id/rlWebview"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>

View File

@@ -0,0 +1,165 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<Button android:id="@+id/clear"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_marginLeft="27dp"
android:background="@mipmap/originalss"/>
<com.xw.repo.BubbleSeekBar
android:id="@+id/beauty_seek"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:bsb_max="100"
app:bsb_hide_bubble="true"
app:bsb_second_track_color="#F6F7FB"
android:layout_marginRight="50dp"
android:layout_marginLeft="50dp"
app:bsb_thumb_color="#F6F7FB"
app:bsb_track_color="#6F6F6F"
app:bsb_track_size="6dp"/>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/bey_bg"
android:orientation="vertical">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginRight="20dp"
android:layout_marginLeft="20dp"
android:layout_marginTop="10dp"
android:layout_marginBottom="10dp">
<ImageView
android:id="@+id/ref_btn"
android:layout_width="24dp"
android:layout_height="24dp"
android:textStyle="bold"
android:textSize="18sp"
android:layout_marginLeft="20dp"
android:layout_marginRight="30dp"
android:src="@mipmap/refresh"/>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:orientation="horizontal">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView android:id="@+id/face_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/beauty"
android:textSize="18sp"
android:textStyle="bold"
android:textColor="@color/color_white"/>
<ImageView android:id="@+id/face_view"
android:layout_width="14dp"
android:layout_height="3dp"
android:layout_gravity="center"
android:layout_marginTop="3dp"
android:background="@drawable/background_gradient_circular"/>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="30dp"
android:orientation="vertical">
<TextView android:id="@+id/beautiful_shape"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/preset"
android:textSize="18sp"
android:textStyle="bold"
android:textColor="@color/color_white"/>
<ImageView android:id="@+id/beautiful_shape_view"
android:layout_width="14dp"
android:layout_height="3dp"
android:layout_gravity="center"
android:layout_marginTop="3dp"
android:visibility="gone"
android:background="@drawable/background_gradient_circular"/>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="30dp"
android:orientation="vertical">
<TextView android:id="@+id/filter_shape"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/filter"
android:textSize="18sp"
android:textStyle="bold"
android:textColor="@color/color_white"/>
<ImageView android:id="@+id/filter_view"
android:layout_width="14dp"
android:layout_height="3dp"
android:layout_gravity="center"
android:layout_marginTop="3dp"
android:visibility="gone"
android:background="@drawable/background_gradient_circular"/>
</LinearLayout>
</LinearLayout>
<ImageView
android:id="@+id/close_btn"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_alignParentRight="true"
android:textStyle="bold"
android:textSize="18sp"
android:layout_marginLeft="20dp"
android:layout_marginRight="30dp"
android:src="@mipmap/meiyan_icon_close"/>
</RelativeLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/beauty_list"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginRight="10dp"
android:layout_marginLeft="10dp"/>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,87 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal" android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center|left"
android:background="@color/gray3">
<LinearLayout
android:id="@+id/btn_full_screen"
android:layout_marginTop="30dp"
android:layout_marginBottom="30dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginLeft="30dp"
android:orientation="vertical">
<ImageView
android:layout_width="30dp"
android:layout_height="30dp"
android:src="@mipmap/icon_live_share" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="12sp"
android:layout_marginTop="5dp"
android:textColor="@color/color_white"
android:text="分享"/>
</LinearLayout>
<LinearLayout
android:id="@+id/btn_more"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginLeft="30dp"
android:orientation="vertical">
<ImageView
android:layout_width="30dp"
android:layout_height="30dp"
android:background="@mipmap/img_bg"
android:padding="7dp"
android:src="@mipmap/fuul" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="12sp"
android:layout_marginTop="5dp"
android:textColor="@color/color_white"
android:text="全屏"/>
</LinearLayout>
<LinearLayout
android:id="@+id/btn_jb"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginLeft="30dp"
android:orientation="vertical">
<ImageView
android:layout_width="30dp"
android:layout_height="30dp"
android:background="@mipmap/img_bg"
android:padding="7dp"
android:src="@mipmap/icon_live_user_6"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textSize="12sp"
android:layout_marginTop="5dp"
android:textColor="@color/color_white"
android:text="舉報"/>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,80 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="280dp"
android:layout_height="360dp"
android:background="@drawable/bg_dialog_2">
<LinearLayout
android:id="@+id/top"
android:layout_width="match_parent"
android:layout_height="50dp"
android:background="@drawable/bg_dialog_music_top"
android:gravity="center_vertical"
android:orientation="horizontal">
<LinearLayout
android:layout_width="0dp"
android:layout_height="30dp"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:layout_weight="1"
android:background="@drawable/bg_search_input"
android:focusable="true"
android:focusableInTouchMode="true"
android:orientation="horizontal">
<EditText
android:id="@+id/edit"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@null"
android:gravity="center_vertical"
android:hint="@string/music_search"
android:imeActionLabel="@string/search"
android:imeOptions="actionSearch"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:singleLine="true"
android:textColor="@color/textColor"
android:textColorHint="@color/gray1"
android:textSize="14sp" />
<ImageView
android:id="@+id/btn_search"
android:layout_width="35dp"
android:layout_height="match_parent"
android:layout_marginRight="5dp"
android:adjustViewBounds="true"
android:padding="5dp" />
</LinearLayout>
<ImageView
android:id="@+id/btn_close"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginRight="10dp"
android:padding="7dp"
android:src="@mipmap/icon_live_user_5" />
</LinearLayout>
<TextView
android:id="@+id/no_local_music"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="@string/music_no_local_music"
android:textColor="@color/gray3"
android:textSize="14sp"
android:visibility="invisible" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/top" />
</RelativeLayout>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<pl.droidsonroids.gif.GifImageView
android:layout_width="match_parent"
android:layout_height="150dp"
android:scaleType="fitXY"
android:src="@mipmap/topbg" />
<WebView android:id="@+id/rlWebview"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
</LinearLayout>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:orientation="vertical"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="46dp">
<ImageView
android:id="@+id/btn_close"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_centerVertical="true"
android:layout_marginLeft="8dp"
android:padding="5dp"
android:src="@mipmap/icon_live_close_2"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:text="@string/live_online_anchor"
android:textColor="@color/textColor2"
android:textSize="14sp"
/>
<ImageView
android:id="@+id/btn_search"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="8dp"
android:padding="5dp"
android:src="@mipmap/icon_live_search"
/>
</RelativeLayout>
<View
style="@style/line2"
/>
<com.yunbao.common.custom.CommonRefreshView
android:id="@+id/refreshView"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</LinearLayout>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:orientation="vertical"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="46dp"
android:gravity="center_vertical"
>
<ImageView
android:id="@+id/btn_back"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="10dp"
android:padding="5dp"
android:src="@mipmap/icon_live_search_back"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="32dp"
android:layout_marginRight="20dp"
android:background="@drawable/bg_live_pk_search"
>
<ImageView
android:layout_width="34dp"
android:layout_height="34dp"
android:layout_marginLeft="5dp"
android:padding="8dp"
android:src="@mipmap/icon_live_search"
/>
<EditText
android:id="@+id/edit"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@null"
android:hint="@string/live_pk_search_hint"
android:imeActionLabel="@string/search"
android:imeOptions="actionSearch"
android:paddingRight="10dp"
android:singleLine="true"
android:textColor="@color/textColor"
android:textColorHint="@color/gray3"
android:textSize="14sp"
/>
</LinearLayout>
</LinearLayout>
<View
style="@style/line2"
/>
<com.yunbao.common.custom.CommonRefreshView
android:id="@+id/refreshView"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</LinearLayout>

View File

@@ -0,0 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/bg_black"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="30dp"
android:layout_marginTop="20dp"
android:layout_marginRight="30dp"
android:layout_marginBottom="20dp"
android:text="活動"
android:textColor="#fff6f7fb"
android:textSize="12sp" />
<com.yunbao.common.custom.CommonRefreshView
android:id="@+id/refreshView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:layout_marginBottom="65dp" />
</LinearLayout>

View File

@@ -0,0 +1,48 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardBackgroundColor="@color/white"
app:cardCornerRadius="15dp"
app:cardElevation="0dp"
app:cardPreventCornerOverlap="true"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="70dp"
android:background="@mipmap/icon_red_pack_5"
android:gravity="center_horizontal"
android:orientation="vertical"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:text="@string/red_pack_1"
android:textColor="@color/yellow4"
android:textSize="22sp"
/>
<TextView
android:id="@+id/count"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="7dp"
android:textColor="@color/white"
android:textSize="14sp"
/>
</LinearLayout>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="70dp"
android:overScrollMode="never"
/>
</androidx.cardview.widget.CardView>

View File

@@ -0,0 +1,119 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:cardBackgroundColor="@color/white"
app:cardCornerRadius="15dp"
app:cardElevation="0dp"
app:cardPreventCornerOverlap="true"
>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="150dp"
android:background="@mipmap/icon_red_pack_9"
android:gravity="center_horizontal"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="10dp"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/avatar"
android:layout_centerHorizontal="true"
android:layout_marginTop="5dp"
android:textColor="@color/white"
android:textSize="16sp"
/>
<TextView
android:id="@+id/not_win"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/name"
android:layout_centerHorizontal="true"
android:layout_marginTop="8dp"
android:text="@string/red_pack_20"
android:textColor="@color/yellow4"
android:textSize="20sp"
android:visibility="invisible"
/>
<RelativeLayout
android:id="@+id/win_group"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/name"
android:layout_marginTop="3dp"
android:visibility="invisible"
>
<TextView
android:id="@+id/win_coin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:textColor="@color/yellow4"
android:textSize="20sp"
/>
<ImageView
android:layout_width="16dp"
android:layout_height="16dp"
android:layout_marginLeft="5dp"
android:layout_marginTop="5dp"
android:layout_toRightOf="@id/win_coin"
android:src="@mipmap/diamond"
/>
<TextView
android:id="@+id/coin_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/win_coin"
android:layout_centerHorizontal="true"
android:textColor="@color/yellow4"
android:textSize="12sp"
/>
</RelativeLayout>
</RelativeLayout>
<TextView
android:id="@+id/num"
android:layout_width="match_parent"
android:layout_height="30dp"
android:gravity="center"
android:textColor="@color/red"
android:textSize="12sp"
/>
<View
style="@style/line2"
/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:overScrollMode="never"
/>
</LinearLayout>
</androidx.cardview.widget.CardView>

View File

@@ -0,0 +1,227 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="300dp"
android:layout_height="390dp"
>
<RelativeLayout
android:id="@+id/rob_group"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/icon_red_pack_6"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="85dp"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/avatar"
android:layout_centerHorizontal="true"
android:layout_marginTop="5dp"
android:textColor="@color/white"
android:textSize="16sp"
/>
<FrameLayout
android:id="@+id/rob_group_1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/name"
android:visibility="invisible"
>
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_marginTop="20dp"
android:gravity="center"
android:maxLength="20"
android:textColor="@color/yellow4"
android:textSize="18sp"
/>
<FrameLayout
android:id="@+id/btn_rob"
android:layout_width="90dp"
android:layout_height="90dp"
android:layout_gravity="bottom|center_horizontal"
android:layout_marginBottom="35dp"
android:background="@mipmap/icon_red_pack_7"
>
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:text="@string/red_pack_13"
android:textColor="@color/red"
android:textSize="22sp"
/>
</FrameLayout>
</FrameLayout>
<FrameLayout
android:id="@+id/result_group"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/name"
android:visibility="invisible"
>
<TextView
android:id="@+id/msg"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_marginTop="40dp"
android:gravity="center"
android:textColor="@color/white"
android:textSize="20sp"
/>
<TextView
android:id="@+id/btn_detail"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal|bottom"
android:layout_marginBottom="40dp"
android:text="@string/red_pack_14"
android:textColor="@color/yellow4"
android:textSize="14sp"
/>
</FrameLayout>
<RelativeLayout
android:id="@+id/wait_group"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/name"
android:visibility="invisible"
>
<TextView
android:id="@+id/title2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="40dp"
android:layout_marginRight="40dp"
android:layout_marginTop="20dp"
android:gravity="center"
android:maxLength="20"
android:textColor="@color/yellow4"
android:textSize="18sp"
/>
<TextView
android:id="@+id/count_down"
android:layout_width="140dp"
android:layout_height="50dp"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="40dp"
android:background="@drawable/bg_red_pack_countdown"
android:gravity="center"
android:textColor="@color/yellow4"
android:textSize="30dp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_above="@id/count_down"
android:layout_centerHorizontal="true"
android:layout_marginBottom="8dp"
android:text="@string/red_pack_21"
android:textColor="#80ffffff"
/>
</RelativeLayout>
</RelativeLayout>
<RelativeLayout
android:id="@+id/win_group"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/icon_red_pack_8"
android:visibility="invisible"
>
<TextView
android:id="@+id/title_1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_marginTop="175dp"
android:text="@string/red_pack_15"
android:textColor="@color/yellow4"
android:textSize="20sp"
/>
<TextView
android:id="@+id/win_tip"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/title_1"
android:layout_marginLeft="50dp"
android:layout_marginRight="50dp"
android:layout_marginTop="5dp"
android:gravity="center"
android:text="@string/red_pack_16"
android:textColor="@color/white"
android:textSize="16sp"
/>
<TextView
android:id="@+id/win_coin"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/win_tip"
android:layout_centerHorizontal="true"
android:layout_marginTop="15dp"
android:text="335"
android:textColor="@color/yellow4"
android:textSize="30sp"
/>
<ImageView
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_alignTop="@id/win_coin"
android:layout_marginLeft="8dp"
android:layout_marginTop="10dp"
android:layout_toRightOf="@id/win_coin"
android:src="@mipmap/diamond"
/>
<TextView
android:id="@+id/btn_detail_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="40dp"
android:text="@string/red_pack_14"
android:textColor="@color/yellow4"
android:textSize="14sp"
/>
</RelativeLayout>
</FrameLayout>

View File

@@ -0,0 +1,322 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<com.makeramen.roundedimageview.RoundedImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:src="@mipmap/icon_red_pack_1"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center_horizontal"
android:orientation="vertical"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="30dp"
android:text="@string/red_pack_1"
android:textColor="@color/yellow4"
android:textSize="22sp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:text="@string/red_pack_2"
android:textColor="#80ffffff"
android:textSize="12sp"
/>
<RadioGroup
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
>
<com.yunbao.common.custom.DrawableRadioButton
android:id="@+id/btn_psq"
android:layout_width="wrap_content"
android:layout_height="30dp"
android:button="@null"
android:checked="true"
android:drawablePadding="5dp"
android:gravity="center_vertical"
android:text="@string/red_pack_3"
android:textColor="@color/white"
android:textSize="12sp"
app:dt_left_drawable="@drawable/bg_red_pack_btn"
app:dt_left_height="13dp"
app:dt_left_width="13dp"
/>
<com.yunbao.common.custom.DrawableRadioButton
android:id="@+id/btn_pj"
android:layout_width="wrap_content"
android:layout_height="30dp"
android:layout_marginLeft="30dp"
android:button="@null"
android:drawablePadding="5dp"
android:gravity="center_vertical"
android:text="@string/red_pack_4"
android:textColor="@color/white"
android:textSize="12sp"
app:dt_left_drawable="@drawable/bg_red_pack_btn"
app:dt_left_height="13dp"
app:dt_left_width="13dp"
/>
</RadioGroup>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="90dp"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:focusable="true"
android:focusableInTouchMode="true"
>
<LinearLayout
android:id="@+id/group_psq"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="40dp"
android:background="@drawable/bg_red_pack_edit"
android:paddingLeft="10dp"
android:paddingRight="10dp"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:text="@string/red_pack_24"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<EditText
android:id="@+id/edit_coin_psq"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@null"
android:gravity="center"
android:inputType="number"
android:maxLength="8"
android:singleLine="true"
android:textColor="@color/yellow4"
android:textSize="18sp"
/>
<TextView
android:id="@+id/coin_name_1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:textColor="@color/gray1"
android:textSize="14sp"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_marginTop="10dp"
android:background="@drawable/bg_red_pack_edit"
android:paddingLeft="10dp"
android:paddingRight="10dp"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:text="@string/count"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<EditText
android:id="@+id/edit_count_psq"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@null"
android:gravity="center"
android:inputType="number"
android:maxLength="6"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:singleLine="true"
android:textColor="@color/textColor"
android:textSize="18sp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:text="@string/ge"
android:textColor="@color/gray1"
android:textSize="14sp"
/>
</RelativeLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/group_pj"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical"
android:visibility="invisible"
>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="40dp"
android:background="@drawable/bg_red_pack_edit"
android:paddingLeft="10dp"
android:paddingRight="10dp"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:text="@string/red_pack_23"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<EditText
android:id="@+id/edit_coin_pj"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:background="@null"
android:gravity="center"
android:inputType="number"
android:maxLength="8"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:singleLine="true"
android:textColor="@color/yellow4"
android:textSize="18sp"
/>
<TextView
android:id="@+id/coin_name_2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:textColor="@color/gray1"
android:textSize="14sp"
/>
</RelativeLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_marginTop="10dp"
android:background="@drawable/bg_red_pack_edit"
android:paddingLeft="10dp"
android:paddingRight="10dp"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:text="@string/count"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<EditText
android:id="@+id/edit_count_pj"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@null"
android:gravity="center"
android:inputType="number"
android:maxLength="6"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:singleLine="true"
android:textColor="@color/textColor"
android:textSize="18sp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:text="@string/ge"
android:textColor="@color/gray1"
android:textSize="14sp"
/>
</RelativeLayout>
</LinearLayout>
</FrameLayout>
<EditText
android:id="@+id/edit_title"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:layout_marginTop="10dp"
android:layout_weight="1"
android:background="@drawable/bg_red_pack_edit"
android:gravity="top"
android:hint="@string/red_pack_5"
android:maxLength="20"
android:padding="10dp"
android:textColor="@color/textColor2"
android:textColorHint="@color/gray3"
android:textSize="14sp"
/>
<CheckBox
android:id="@+id/checkbox"
android:layout_width="100dp"
android:layout_height="28dp"
android:layout_marginBottom="10dp"
android:layout_marginTop="10dp"
android:background="@drawable/bg_red_pack_check"
android:button="@null"
/>
<TextView
android:id="@+id/btn_send"
android:layout_width="match_parent"
android:layout_height="40dp"
android:layout_marginBottom="20dp"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:background="@drawable/bg_red_pack_btn_2"
android:gravity="center"
android:textColor="#f00"
android:textSize="16sp"
/>
</LinearLayout>
</FrameLayout>

View File

@@ -0,0 +1,109 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="280dp"
android:layout_height="wrap_content"
android:background="@drawable/bg_dialog"
android:orientation="vertical"
>
<TextView
android:id="@+id/title"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="15dp"
android:layout_marginTop="15dp"
android:gravity="center_horizontal"
android:text="@string/live_time_fee"
android:textColor="@color/textColor"
android:textSize="15sp"
/>
<View
style="@style/line2"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="160dp"
android:orientation="horizontal"
>
<FrameLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:orientation="vertical"
>
<com.yunbao.common.custom.DrawableTextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:text="@string/live_choose_charge"
android:textColor="@color/textColor"
android:textSize="14sp"
app:dt_right_drawable="@mipmap/icon_arrow_right_4"
app:dt_right_height="18dp"
app:dt_right_width="18dp"
/>
<TextView
android:id="@+id/btn_cancel"
android:layout_width="70dp"
android:layout_height="28dp"
android:layout_marginTop="20dp"
android:background="@drawable/bg_btn_cancel"
android:gravity="center"
android:text="@string/cancel"
android:textColor="@color/gray3"
android:textSize="14sp"
/>
<TextView
android:id="@+id/btn_confirm"
android:layout_width="70dp"
android:layout_height="28dp"
android:layout_marginTop="20dp"
android:background="@drawable/bg_btn_confirm"
android:gravity="center"
android:text="@string/confirm"
android:textColor="@color/white"
android:textSize="14sp"
/>
</LinearLayout>
</FrameLayout>
<View
android:layout_width="1dp"
android:layout_height="match_parent"
android:background="@color/gray2"
/>
<FrameLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:padding="15dp"
>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent"
/>
</FrameLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="80dp"
android:background="#b3000000"
android:id="@+id/recyclerView"
/>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/white"
android:orientation="vertical"
>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="10dp"
android:text="@string/live_share_to"
android:textColor="@color/gray3"
/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:overScrollMode="never"
/>
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView_2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="15dp"
android:overScrollMode="never"
/>
</LinearLayout>

View File

@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="0dp">
<ImageView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:scaleType="fitXY"
android:src="@mipmap/bg_trickery_top" />
<RelativeLayout
android:id="@+id/rlWebview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:background="@mipmap/bg_zg" />
</LinearLayout>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/rlWebview"
android:background="@drawable/bg_turntable_audience"
>
</RelativeLayout>

View File

@@ -0,0 +1,470 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="43dp"
android:background="@drawable/bg_live_user">
<ImageView
android:id="@+id/btn_setting"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_marginLeft="9dp"
android:layout_marginTop="25dp"
android:padding="8dp"
android:src="@mipmap/icon_live_user_6"
android:visibility="invisible" />
<TextView
android:id="@+id/btn_report"
android:layout_width="wrap_content"
android:layout_height="40dp"
android:layout_marginLeft="5dp"
android:layout_marginTop="25dp"
android:gravity="center"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:text="@string/report"
android:textColor="@color/textColor2"
android:visibility="invisible" />
</FrameLayout>
<ImageView
android:id="@+id/shawl"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="vertical">
<RelativeLayout
android:layout_width="83dp"
android:layout_height="83dp">
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="63dp"
android:layout_height="63dp"
android:layout_centerInParent="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="10dp"
android:scaleType="centerCrop"
app:riv_oval="true" />
<com.opensource.svgaplayer.SVGAImageView
android:id="@+id/gift_svga"
android:layout_width="82dp"
android:layout_height="82dp"
android:layout_centerInParent="true"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:scaleType="centerCrop"
app:autoPlay="true" />
</RelativeLayout>
<pl.droidsonroids.gif.GifImageView
android:id="@+id/btn_live"
android:layout_width="70dp"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:adjustViewBounds="true"
android:src="@mipmap/icon_user_home_living"
android:visibility="gone" />
</RelativeLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="7dp"
android:gravity="center_vertical"
android:orientation="horizontal">
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/textColor"
android:textSize="16sp"
android:textStyle="bold" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="17dp"
android:layout_marginTop="13dp"
android:gravity="center_horizontal"
android:orientation="horizontal">
<ImageView
android:id="@+id/good_nub_ico"
android:layout_width="18dp"
android:layout_height="15dp"
android:layout_marginRight="6dp"
android:src="@mipmap/good_nub"
android:visibility="gone" />
<TextView
android:id="@+id/id_val"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:paddingRight="10dp"
android:textColor="@color/textColor"
android:textSize="13sp" />
<ImageView
android:id="@+id/sex"
android:layout_width="16dp"
android:layout_height="13dp"
android:layout_marginLeft="4dp" />
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/city"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:drawablePadding="4dp"
android:gravity="center_vertical"
android:hint="@string/live_user_city_empty"
android:paddingLeft="20dp"
android:textColor="@color/textColor"
android:textColorHint="@color/textColor"
android:textSize="13sp"
android:visibility="gone"
app:dt_left_drawable="@mipmap/icon_live_user_3"
app:dt_left_height="12dp"
app:dt_left_width="12dp" />
</LinearLayout>
<TextView
android:id="@+id/sign"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
android:layout_marginBottom="15dp"
android:textColor="@color/textColor2"
android:textSize="14sp" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="15dp"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:id="@+id/medal_ico1"
android:layout_width="35dp"
android:layout_height="35dp" />
<LinearLayout
android:id="@+id/ry_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
android:visibility="gone">
<View
android:id="@+id/no_gz"
android:layout_width="1dp"
android:layout_height="25dp"
android:layout_gravity="center_vertical"
android:layout_marginLeft="8dp"
android:layout_marginRight="8dp"
android:background="#B1B1B1"
android:visibility="gone" />
<ImageView
android:id="@+id/ry_ico1"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_marginLeft="8dp"
android:visibility="gone" />
<ImageView
android:id="@+id/ry_ico2"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_marginLeft="8dp"
android:visibility="gone" />
<ImageView
android:id="@+id/ry_ico3"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_marginLeft="8dp"
android:visibility="gone" />
<ImageView
android:id="@+id/ry_ico4"
android:layout_width="35dp"
android:layout_height="35dp"
android:layout_marginLeft="8dp"
android:visibility="gone" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="45dp"
android:layout_marginTop="10dp"
android:visibility="gone">
<FrameLayout
android:layout_width="100dp"
android:layout_height="match_parent"
android:orientation="vertical">
<ImageView
android:id="@+id/level"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="35dp"
android:layout_marginTop="8dp"
android:text="@string/live_user_level"
android:textColor="@color/white"
android:textSize="11sp" />
<TextView
android:id="@+id/level_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="35dp"
android:layout_marginTop="23dp"
android:textColor="@color/white"
android:textSize="14sp" />
</FrameLayout>
<FrameLayout
android:layout_width="100dp"
android:layout_height="match_parent"
android:layout_marginLeft="40dp">
<ImageView
android:id="@+id/anchor_level"
android:layout_width="match_parent"
android:layout_height="match_parent" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="35dp"
android:layout_marginTop="8dp"
android:text="@string/live_user_level_anchor"
android:textColor="@color/white"
android:textSize="11sp" />
<TextView
android:id="@+id/level_anchor_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="35dp"
android:layout_marginTop="23dp"
android:textColor="@color/white"
android:textSize="14sp" />
</FrameLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/impress_group"
android:layout_width="wrap_content"
android:layout_height="26dp"
android:layout_marginBottom="15dp"
android:orientation="horizontal"
android:visibility="gone" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="50dp"
android:layout_marginBottom="3dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
android:visibility="gone">
<FrameLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:visibility="gone">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:gravity="center_horizontal"
android:orientation="vertical">
<TextView
android:id="@+id/follow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/textColor"
android:textSize="15sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="7dp"
android:text="@string/follow"
android:textColor="@color/textColor2"
android:textSize="12sp" />
</LinearLayout>
</FrameLayout>
<FrameLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:visibility="gone">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:gravity="center_horizontal"
android:orientation="vertical">
<TextView
android:id="@+id/fans"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/textColor"
android:textSize="15sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="7dp"
android:text="@string/fans"
android:textColor="@color/textColor2"
android:textSize="12sp" />
</LinearLayout>
</FrameLayout>
<FrameLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:visibility="gone">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:gravity="center_horizontal"
android:orientation="vertical">
<TextView
android:id="@+id/consume"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/textColor"
android:textSize="15sp"
android:textStyle="bold" />
<TextView
android:id="@+id/consume_tip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="7dp"
android:textColor="@color/textColor2"
android:textSize="12sp" />
</LinearLayout>
</FrameLayout>
<FrameLayout
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:visibility="gone">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:gravity="center_horizontal"
android:orientation="vertical"
android:visibility="gone">
<TextView
android:id="@+id/votes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/textColor"
android:textSize="15sp"
android:textStyle="bold" />
<TextView
android:id="@+id/votes_tip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="7dp"
android:textColor="@color/textColor2"
android:textSize="12sp" />
</LinearLayout>
</FrameLayout>
</LinearLayout>
<FrameLayout
android:id="@+id/bottom_container"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
</LinearLayout>
</FrameLayout>

View File

@@ -0,0 +1,126 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#eeeeee"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="50dp"
android:orientation="horizontal"
>
<FrameLayout
android:id="@+id/btn_follow"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center_vertical"
android:orientation="horizontal"
>
<ImageView
android:id="@+id/follow_img"
android:layout_width="13dp"
android:layout_height="13dp"
/>
<TextView
android:id="@+id/follow_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:textColor="@color/textColor"
android:textSize="13sp"
/>
</LinearLayout>
</FrameLayout>
<FrameLayout
android:id="@+id/btn_pri_msg"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:visibility="gone">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center_vertical"
android:orientation="horizontal"
>
<ImageView
android:layout_width="13dp"
android:layout_height="13dp"
android:src="@mipmap/icon_user_home_msg"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:text="@string/pri_msg"
android:textColor="@color/textColor"
android:textSize="13sp"
/>
</LinearLayout>
</FrameLayout>
<FrameLayout
android:id="@+id/btn_home_page"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center_vertical"
android:orientation="horizontal"
>
<ImageView
android:layout_width="13dp"
android:layout_height="13dp"
android:src="@mipmap/icon_user_dialog_home"
/>
<TextView
android:id="@+id/black_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:text="@string/home_page"
android:textColor="@color/textColor"
android:textSize="13sp"
/>
</LinearLayout>
</FrameLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,94 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#eeeeee"
/>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="50dp"
android:orientation="horizontal"
>
<FrameLayout
android:id="@+id/btn_follow"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center_vertical"
android:orientation="horizontal"
>
<ImageView
android:id="@+id/follow_img"
android:layout_width="13dp"
android:layout_height="13dp"
android:src="@mipmap/icon_user_home_follow_0"
/>
<TextView
android:id="@+id/follow_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:text="@string/follow"
android:textColor="@color/textColor"
android:textSize="13sp"
/>
</LinearLayout>
</FrameLayout>
<FrameLayout
android:id="@+id/btn_pri_msg"
android:layout_width="0dp"
android:layout_height="match_parent"
android:layout_weight="1"
android:visibility="gone">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center_vertical"
android:orientation="horizontal"
>
<ImageView
android:layout_width="13dp"
android:layout_height="13dp"
android:src="@mipmap/icon_user_home_msg"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:text="@string/pri_msg"
android:textColor="@color/textColor"
android:textSize="13sp"
/>
</LinearLayout>
</FrameLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,50 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<View
android:id="@+id/line1"
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="@color/gray2"
/>
<FrameLayout
android:id="@+id/btn_home_page"
android:layout_width="match_parent"
android:layout_height="50dp"
>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:gravity="center_vertical"
android:orientation="horizontal"
>
<ImageView
android:layout_width="13dp"
android:layout_height="13dp"
android:src="@mipmap/icon_user_dialog_home"
/>
<TextView
android:id="@+id/black_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="4dp"
android:text="@string/home_page"
android:textColor="@color/textColor"
android:textSize="13sp"
/>
</LinearLayout>
</FrameLayout>
</LinearLayout>

View File

@@ -0,0 +1,169 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:background="@drawable/bg_wishlist"
android:paddingRight="5dp"
android:paddingLeft="5dp"
android:orientation="vertical">
<RelativeLayout
android:id="@+id/top"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="15dp"
>
<RelativeLayout
android:id="@+id/rl2"
android:layout_width="match_parent"
android:layout_height="30dp"
>
<TextView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:gravity="center"
android:text="@string/wishlist_title"
android:textColor="@color/white"
android:textSize="18sp"
android:textStyle="bold"
/>
<ImageView
android:visibility="gone"
android:id="@+id/btn_back"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:padding="9dp"
android:src="@mipmap/icon_back"
android:tint="@color/textColor"
/>
</RelativeLayout>
<TextView
android:layout_below="@+id/rl2"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:gravity="center"
android:text="@string/wishlist_title2"
android:textColor="@color/white"
android:textSize="12sp"
android:layout_marginBottom="15dp"
/>
<TextView
android:layout_marginTop="10dp"
android:id="@+id/tvDone"
android:layout_alignParentRight="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:text="@string/wishlist_done"
android:textColor="#ff516a"
android:textSize="18sp"
android:layout_marginRight="10dp"
android:background="@drawable/bg_made_wish"
android:paddingRight="10dp"
android:paddingLeft="10dp"
/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/rl_add"
android:layout_width="match_parent"
android:layout_height="88dp"
android:background="@drawable/bg_add_wish"
>
<ImageView
android:id="@+id/icon"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_centerVertical="true"
android:layout_marginLeft="15dp"
android:layout_marginRight="5dp"
android:scaleType="centerCrop"
android:src="@drawable/icon_addwish"
/>
<TextView
android:id="@+id/name"
android:layout_centerInParent="true"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="9dp"
android:layout_toRightOf="@id/icon"
android:ellipsize="end"
android:singleLine="true"
android:text="@string/live_item_add_gift"
android:textColor="@color/white"
android:textSize="16sp"
android:layout_marginLeft="10dp"
/>
<TextView
android:id="@+id/msg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/name"
android:layout_marginRight="80dp"
android:layout_marginTop="2dp"
android:layout_toRightOf="@id/icon"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/gray3"
android:textSize="14sp"
/>
<ImageView
android:src="@mipmap/icon_live_ready_close"
android:id="@+id/iv_delete"
android:layout_width="30dp"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:layout_marginRight="20dp"
android:gravity="center"
android:paddingLeft="3dp"
android:paddingRight="3dp"
android:visibility="gone"
/>
</RelativeLayout>
<FrameLayout
android:layout_width="match_parent"
android:layout_height="match_parent">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:overScrollMode="never"
android:layout_marginBottom="40dp"
/>
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:gravity="center"
android:layout_gravity="bottom"
android:text="@string/wishlist_title3"
android:textColor="@color/white"
android:textSize="12sp"
android:padding="10dp"
/>
</FrameLayout>
</LinearLayout>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/rlWebview"
android:background="@mipmap/bg_wishlist_audience"
android:paddingTop="120dp">
</RelativeLayout>

View File

@@ -0,0 +1,77 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="278dp"
android:layout_height="313dp"
android:background="@mipmap/img_pop">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="35dp"
android:gravity="center_horizontal"
android:orientation="vertical">
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:gravity="center_horizontal"
android:orientation="vertical"
android:paddingTop="96dp">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/user_task_text1"
android:textColor="@color/red_853528"
android:textSize="17sp" />
<TextView
android:id="@+id/tv_user_task_text2"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:text="@string/user_task_text2"
android:textColor="@color/red_853528"
android:textSize="17sp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:layout_centerHorizontal="true"
android:layout_marginBottom="18dp"
android:gravity="center">
<TextView
android:id="@+id/tv_cancel"
android:layout_width="108dp"
android:layout_height="42dp"
android:layout_marginRight="6dp"
android:background="@drawable/bg_line_ffbe41"
android:gravity="center"
android:text="@string/cancel"
android:textColor="@color/yellow_ffbe41"
android:textSize="15sp"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_into"
android:layout_width="108dp"
android:layout_height="42dp"
android:layout_marginLeft="18dp"
android:background="@drawable/background_ffbe41"
android:gravity="center"
android:text="@string/user_task_but"
android:textColor="@color/white"
android:textSize="15sp"
android:textStyle="bold" />
</LinearLayout>
</RelativeLayout>

View File

@@ -0,0 +1,225 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="240dp"
android:layout_height="285dp">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginTop="30dp"
android:background="@drawable/bg_ef51bf_line_ffeff2"
android:gravity="center_horizontal"
android:orientation="vertical">
<LinearLayout
android:id="@+id/lt_trickster"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:orientation="vertical"
android:visibility="gone">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_marginLeft="12dp"
android:layout_marginTop="48dp"
android:layout_marginRight="12dp"
android:background="@drawable/bg_purple_9133ff"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="9dp"
android:layout_marginTop="9dp"
android:layout_marginRight="9dp"
android:gravity="center"
android:text="@string/trickster_initiator"
android:textColor="@color/glue_00ffea"
android:textSize="15sp"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_trickster_initiator"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="9dp"
android:layout_marginTop="3dp"
android:layout_marginRight="9dp"
android:gravity="center"
android:hint="你的名字"
android:textColor="@color/white"
android:textColorHint="@color/white"
android:textSize="13sp" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_marginLeft="12dp"
android:layout_marginTop="12dp"
android:layout_marginRight="12dp"
android:background="@drawable/bg_purple_9133ff"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="9dp"
android:layout_marginTop="9dp"
android:layout_marginRight="9dp"
android:gravity="center"
android:text="@string/trickster_content"
android:textColor="@color/glue_00ffea"
android:textSize="15sp"
android:textStyle="bold" />
<TextView
android:id="@+id/tv_trickster_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="9dp"
android:layout_marginTop="3dp"
android:layout_marginRight="9dp"
android:gravity="center"
android:hint="内容"
android:textColor="@color/white"
android:textColorHint="@color/white"
android:textSize="13sp" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/lt_trickster_suc"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_weight="1"
android:gravity="center_horizontal"
android:orientation="vertical"
android:visibility="visible">
<TextView
android:id="@+id/tv_username"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="48dp"
android:text="用户名称"
android:textColor="@color/glue_00ffea"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:text="拯救了"
android:textColor="@color/white"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_anchorname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:text="主播名称"
android:textColor="@color/glue_00ffea"
android:textSize="16sp"
android:textStyle="bold" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="3dp"
android:text="免除了本次整蛊"
android:textColor="@color/white"
android:textSize="14sp" />
<TextView
android:id="@+id/tv_trickster_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:text="整蛊名称"
android:textColor="@color/yellow_f6ff00"
android:textSize="16sp"
android:textStyle="bold" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="42dp"
android:layout_marginLeft="12dp"
android:layout_marginRight="12dp"
android:layout_marginBottom="18dp"
android:background="@drawable/background_fd36ff"
android:orientation="vertical">
<Button
android:id="@+id/bt_trickster_confirm"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/transparent"
android:text="@string/confirm"
android:textColor="@color/white"
android:textSize="18sp"
android:textStyle="bold"
android:visibility="visible" />
<LinearLayout
android:id="@+id/lt_trickster_salvation"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="vertical"
android:visibility="gone">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<TextView
android:id="@+id/tv_trickery_number_zuanshi"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:hint="消耗4000"
android:textColor="@color/white"
android:textColorHint="@color/white"
android:textSize="15sp"
android:textStyle="bold" />
<View
android:layout_width="15dp"
android:layout_height="12dp"
android:layout_marginLeft="3dp"
android:background="@mipmap/icon_zhuansi" />
</LinearLayout>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/trickster_exempt"
android:textColor="@color/white"
android:textColorHint="@color/white"
android:textSize="12sp" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/lt_trickster_top"
android:layout_width="218dp"
android:layout_height="63dp"
android:layout_centerHorizontal="true"
android:background="@mipmap/img_pop_zhengjou"
android:gravity="center"
android:orientation="horizontal">
</LinearLayout>
</RelativeLayout>

View File

@@ -0,0 +1,90 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/bg_black"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginBottom="24dp"
android:orientation="horizontal">
<TextView
android:id="@+id/audience_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:text="當前連麥"
android:textColor="#fff6f7fb"
android:textSize="16sp" />
<TextView
android:id="@+id/guard_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:text="連麥申請"
android:textColor="#ff646464"
android:textSize="16sp" />
<TextView
android:id="@+id/fans_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:text="連麥申請"
android:visibility="gone"
android:textColor="#ff646464"
android:textSize="16sp" />
<TextView
android:id="@+id/apply_btn"
android:layout_width="wrap_content"
android:layout_height="28dp"
android:layout_weight="1"
android:layout_marginRight="15dp"
android:layout_marginLeft="5dp"
android:gravity="center"
android:text="@string/apply_for_lianmai"
android:textColor="#FFFFFF"
android:background="@drawable/background_0fdab8"
android:textSize="12sp" />
</LinearLayout>
<View
android:id="@+id/view_no"
android:layout_width="match_parent"
android:layout_height="0dp"
android:visibility="gone" />
<include
layout="@layout/no_more_mic_view"
android:layout_width="233dp"
android:layout_height="233dp"
android:layout_gravity="center"
android:visibility="gone" />
<com.yunbao.common.custom.CommonRefreshView
android:id="@+id/refreshView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="65dp" />
</LinearLayout>
</RelativeLayout>

View File

@@ -0,0 +1,128 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@mipmap/bg_black"
android:orientation="vertical">
<!-- 毛玻璃 <eightbitlab.com.blurview.BlurView-->
<!-- android:id="@+id/blurView"-->
<!-- android:layout_width="match_parent"-->
<!-- android:layout_height="match_parent"/>-->
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical">
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="18dp"
android:layout_marginBottom="10dp"
android:gravity="center"
android:text="@string/live_online_list"
android:textColor="#fff6f7fb"
android:textSize="18sp" />
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="20dp"
android:layout_marginBottom="24dp"
android:orientation="horizontal">
<TextView
android:id="@+id/audience_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:text="@string/live_audience"
android:textColor="#fff6f7fb"
android:textSize="16sp" />
<TextView
android:id="@+id/guard_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:text="@string/live_guard"
android:textColor="#ff646464"
android:textSize="16sp" />
<TextView
android:id="@+id/fans_btn"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_weight="1"
android:gravity="center"
android:text="@string/fans"
android:textColor="#ff646464"
android:textSize="16sp" />
</LinearLayout>
<TextView
android:id="@+id/gz_view"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:layout_marginBottom="5dp"
android:text="@string/noble"
android:textColor="#B1B1B1"
android:textSize="13sp"
android:visibility="gone" />
<View
android:id="@+id/view_no"
android:layout_width="match_parent"
android:layout_height="0dp"
android:visibility="gone" />
<ImageView
android:id="@+id/no_more"
android:layout_width="233dp"
android:layout_height="233dp"
android:layout_gravity="center"
android:visibility="gone" />
<com.yunbao.common.custom.CommonRefreshView
android:id="@+id/refreshView"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="65dp" />
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="65dp"
android:layout_alignParentBottom="true"
android:background="#161616">
<TextView
android:id="@+id/tag"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="20dp"
android:text="開通貴族,尊享超多特權!"
android:textColor="#ffc2dff0"
android:textSize="12sp" />
<TextView
android:id="@+id/btn"
android:layout_width="93dp"
android:layout_height="33dp"
android:layout_alignParentRight="true"
android:layout_centerInParent="true"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:background="@mipmap/btn_openvip"
android:gravity="center"
android:text="開通貴族"
android:textSize="13sp" />
</RelativeLayout>
</RelativeLayout>

View File

@@ -0,0 +1,118 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="80dp"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:gravity="center"
android:orientation="horizontal">
<ImageView
android:id="@+id/icon"
android:layout_width="40dp"
android:layout_height="30dp"
android:layout_centerVertical="true"
android:layout_marginLeft="10dp"
/>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="50dp"
android:layout_height="50dp"
android:layout_centerVertical="true"
android:layout_marginLeft="8dp"
android:layout_marginRight="12dp"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:ellipsize="end"
android:maxWidth="100dp"
android:singleLine="true"
android:textColor="#F6F7FB"
android:textSize="15sp"
/>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal">
<ImageView
android:id="@+id/sex"
android:layout_width="18dp"
android:layout_height="15dp"
android:layout_marginLeft="8dp"
android:layout_marginTop="5dp"
/>
<ImageView
android:id="@+id/level"
android:layout_width="30dp"
android:layout_height="15dp"
android:layout_marginLeft="5dp"
android:layout_marginTop="5dp"/>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="right">
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="5dp"
android:layout_marginTop="4dp"
android:orientation="vertical">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginRight="3dp"
android:text="貢獻度"
android:layout_gravity="right"
android:textColor="#ffb1b1b1"
android:textSize="12sp"/>
<TextView
android:id="@+id/votes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="123456789"
android:textColor="#ffc2dff0"
android:gravity="center"
android:textSize="12sp"/>
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,74 @@
<?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"
android:layout_width="match_parent"
android:layout_height="60dp"
android:paddingLeft="15dp"
android:paddingRight="15dp"
>
<ImageView
android:id="@+id/icon"
android:layout_width="34dp"
android:layout_height="22dp"
android:layout_centerVertical="true"
/>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:layout_marginLeft="15dp"
android:layout_marginRight="12dp"
android:layout_toRightOf="@id/icon"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:layout_toRightOf="@id/avatar"
android:ellipsize="end"
android:maxWidth="170dp"
android:singleLine="true"
android:textColor="@color/textColor"
android:textSize="16sp"
/>
<ImageView
android:id="@+id/sex"
android:layout_width="18dp"
android:layout_height="15dp"
android:layout_alignTop="@id/name"
android:layout_marginLeft="8dp"
android:layout_marginTop="2dp"
android:layout_toRightOf="@id/name"
/>
<ImageView
android:id="@+id/level"
android:layout_width="30dp"
android:layout_height="15dp"
android:layout_alignTop="@id/sex"
android:layout_marginLeft="5dp"
android:layout_toRightOf="@id/sex"
/>
<TextView
android:id="@+id/votes"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/name"
android:layout_toRightOf="@id/avatar"
android:textColor="@color/gray3"
android:textSize="14sp"
/>
</RelativeLayout>

View File

@@ -0,0 +1,114 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="130dp"
android:orientation="horizontal"
android:background="@mipmap/guard_bg"
android:layout_marginLeft="20dp"
android:layout_marginRight="20dp"
android:layout_marginBottom="20dp">
<RelativeLayout
android:layout_width="110dp"
android:layout_height="79dp"
android:layout_marginTop="20dp"
android:layout_marginLeft="20dp">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="42dp"
android:layout_height="34dp"
android:layout_centerHorizontal="true"
android:layout_marginTop="25dp"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:src="@mipmap/icon_guard_top_1"
/>
</RelativeLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="5dp"
android:layout_marginTop="30dp"
android:orientation="vertical">
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:textColor="#fff6f7fb"
android:maxLines="1"
android:maxEms="6"
android:ellipsize="end"
android:textSize="14sp"
/>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="15dp"
android:layout_marginTop="5dp">
<ImageView
android:id="@+id/sex"
android:layout_width="18dp"
android:layout_height="match_parent"
/>
<ImageView
android:id="@+id/level"
android:layout_width="30dp"
android:layout_height="match_parent"
android:layout_marginLeft="5dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginBottom="5dp"
android:layout_marginTop="5dp"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/guard_week_con"
android:textColor="#fffff83e"
android:textSize="10sp"/>
<TextView
android:id="@+id/votes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#fffff83e"
android:layout_marginLeft="2dp"
android:textSize="10sp"
/>
</LinearLayout>
</LinearLayout>
<ImageView
android:layout_width="61dp"
android:layout_height="64dp"
android:layout_marginTop="30dp"
android:layout_marginLeft="8dp"
android:src="@mipmap/guardstar"/>
</LinearLayout>

View File

@@ -0,0 +1,109 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center_horizontal"
android:orientation="horizontal"
android:layout_marginBottom="10dp">
<FrameLayout
android:layout_width="150dp"
android:layout_height="98dp"
android:layout_marginTop="8dp"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="60dp"
android:layout_height="69dp"
android:layout_centerHorizontal="true"
android:layout_gravity="center_horizontal"
android:layout_marginTop="32dp"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<ImageView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_centerHorizontal="true"
android:src="@mipmap/icon_guard_top_1"
/>
</FrameLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
android:layout_marginLeft="5dp"
android:orientation="vertical">
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="2dp"
android:layout_marginTop="3dp"
android:textColor="@color/textColor"
android:textSize="16sp"
/>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="15dp">
<ImageView
android:id="@+id/sex"
android:layout_width="18dp"
android:layout_height="match_parent"
/>
<ImageView
android:id="@+id/level"
android:layout_width="30dp"
android:layout_height="match_parent"
android:layout_marginLeft="5dp"
/>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:layout_marginBottom="5dp"
android:layout_marginTop="4dp"
android:orientation="horizontal">
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/gray3"
android:textSize="12sp"
android:text="@string/guard_week_con"/>
<ImageView
android:layout_width="15dp"
android:layout_height="15dp"
android:layout_marginLeft="8dp"
android:layout_marginRight="5dp"
android:src="@mipmap/lw_ico"/>
<TextView
android:id="@+id/votes"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#ffdd00"
android:textSize="12sp"
/>
</LinearLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,38 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="44dp"
android:paddingLeft="20dp"
android:paddingRight="20dp"
>
<ImageView
android:id="@+id/icon"
android:layout_width="44dp"
android:layout_height="match_parent"
android:layout_marginRight="10dp"
android:padding="6dp"
/>
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="5dp"
android:layout_toRightOf="@id/icon"
android:textColor="@color/textColor2"
android:textSize="14sp"
/>
<TextView
android:id="@+id/des"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/title"
android:layout_toRightOf="@id/icon"
android:textColor="@color/gray1"
android:textSize="12sp"
/>
</RelativeLayout>

View File

@@ -0,0 +1,39 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:layout_marginRight="15dp"
android:gravity="center">
<LinearLayout android:id="@+id/bg"
android:layout_width="69dp"
android:layout_height="96dp"
android:gravity="center"
android:orientation="vertical"
android:background="@mipmap/box">
<ImageView android:id="@+id/ico"
android:layout_width="33dp"
android:layout_height="33dp"
android:src="@mipmap/momo_dy"/>
<TextView android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="紅潤"
android:textColor="#F6F7FB"
android:textSize="16sp"/>
</LinearLayout>
<TextView
android:id="@+id/value"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/color_white"
android:text="111"
android:layout_marginTop="2dp"
android:textSize="14sp"/>
</LinearLayout>

View File

@@ -0,0 +1,69 @@
<?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"
android:layout_width="match_parent"
android:layout_height="60dp"
android:paddingLeft="15dp"
android:paddingRight="7dp"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="10dp"
android:layout_toRightOf="@id/avatar"
android:ellipsize="end"
android:maxWidth="130dp"
android:singleLine="true"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<ImageView
android:id="@+id/sex"
android:layout_width="18dp"
android:layout_height="15dp"
android:layout_centerVertical="true"
android:layout_marginLeft="5dp"
android:layout_toRightOf="@id/name"
/>
<ImageView
android:id="@+id/level"
android:layout_width="30dp"
android:layout_height="15dp"
android:layout_centerVertical="true"
android:layout_marginLeft="5dp"
android:layout_toRightOf="@id/sex"
/>
<TextView
android:id="@+id/btn_delete"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:gravity="center"
android:paddingLeft="10dp"
android:paddingRight="10dp"
android:text="@string/live_admin_black_cancel"
android:textColor="@color/gray1"
android:textSize="13sp"
/>
<View
style="@style/line2"
android:layout_alignParentBottom="true"
/>
</RelativeLayout>

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical">
<ImageView
android:id="@+id/ico"
android:layout_width="21dp"
android:layout_height="21dp"
android:layout_marginLeft="3dp"
android:layout_marginTop="6dp"
android:layout_marginRight="3dp" />
</LinearLayout>

View File

@@ -0,0 +1,376 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout
android:id="@+id/lt_chat_one"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="6dp"
android:visibility="gone">
<TextView
android:id="@+id/feed_pg_it"
android:layout_width="match_parent"
android:layout_height="28dp"
android:layout_margin="3dp"
android:gravity="center"
android:text="@string/click_moer" />
</LinearLayout>
<LinearLayout
android:id="@+id/lt_chat_left"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginBottom="6dp"
android:visibility="gone">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="9dp"
android:layout_marginRight="48dp"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="48dp"
android:gravity="center"
android:orientation="vertical">
<TextView
android:id="@+id/back_puttime1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="3dp"
android:textColor="@color/gray3"
android:textSize="14sp" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="12dp"
android:layout_marginTop="3dp"
android:orientation="horizontal">
<LinearLayout
android:layout_width="42dp"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/back_touxiang1"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerCrop"
app:riv_oval="true" />
</LinearLayout>
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="3dp">
<LinearLayout
android:id="@+id/lt_text_left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
android:visibility="gone">
<TextView
android:id="@+id/back_name1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxLines="1"
android:text=""
android:textColor="@color/black1"
android:textSize="13sp"
android:visibility="gone" />
<TextView
android:id="@+id/chatcontent_text1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/back_name1"
android:layout_marginLeft="12dp"
android:layout_marginTop="6dp"
android:background="@drawable/background_chat_msg2"
android:gravity="center|left"
android:paddingLeft="9dp"
android:paddingTop="9dp"
android:paddingRight="9dp"
android:paddingBottom="9dp"
android:text=""
android:textColor="@color/black3"
android:textSize="14sp"
android:visibility="visible" />
</LinearLayout>
<androidx.cardview.widget.CardView
android:id="@+id/cv_chatcontent_img1"
android:layout_width="120dp"
android:layout_height="120dp"
android:layout_marginLeft="6dp"
android:visibility="gone"
app:cardBackgroundColor="@color/transparent"
app:cardCornerRadius="8dp"
app:cardElevation="0dp">
<ImageView
android:id="@+id/chatcontent_img1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:adjustViewBounds="true"
android:visibility="visible" />
</androidx.cardview.widget.CardView>
<RelativeLayout
android:id="@+id/rt_video_left"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="6dp"
android:visibility="gone">
<androidx.cardview.widget.CardView
android:id="@+id/cv_chatcontent_video_img1"
android:layout_width="120dp"
android:layout_height="120dp"
app:cardBackgroundColor="@color/transparent"
app:cardCornerRadius="8dp"
app:cardElevation="0dp">
<ImageView
android:id="@+id/chatcontent_video_img1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:adjustViewBounds="true"
android:visibility="visible" />
</androidx.cardview.widget.CardView>
<ProgressBar
android:id="@+id/pb_video_left"
android:layout_width="45dp"
android:layout_height="45dp"
android:layout_centerInParent="true"
android:indeterminateBehavior="repeat"
android:indeterminateDrawable="@drawable/anim_loading"
android:indeterminateOnly="true"
android:visibility="gone" />
<ImageView
android:id="@+id/chatcontent_video_play1"
android:layout_width="45dp"
android:layout_height="45dp"
android:layout_centerInParent="true"
android:background="@mipmap/icon_video_play"
android:visibility="gone" />
</RelativeLayout>
</RelativeLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/lt_chat_right"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="6dp"
android:visibility="gone">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="42dp"
android:layout_marginTop="9dp"
android:cacheColorHint="#00000000"
android:focusable="false"
android:focusableInTouchMode="false"
android:listSelector="#00000000"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginRight="48dp"
android:gravity="center"
android:orientation="vertical">
<TextView
android:id="@+id/back_puttime"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:padding="2dp"
android:textColor="@color/gray3"
android:textSize="14sp" />
</LinearLayout>
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
<View
android:id="@+id/view_feed_suc"
android:layout_width="21dp"
android:layout_height="21dp"
android:layout_marginTop="30dp"
android:background="@mipmap/ffsx"
android:visibility="gone" />
<RelativeLayout
android:id="@+id/rt_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="30dp"
android:layout_marginRight="12dp">
<RelativeLayout
android:id="@+id/right_duihuakuang"
android:layout_width="42dp"
android:layout_height="wrap_content"
android:layout_alignParentRight="true">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/back_touxiang"
android:layout_width="42dp"
android:layout_height="42dp"
android:scaleType="centerCrop"
app:riv_oval="true" />
</RelativeLayout>
<TextView
android:id="@+id/back_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_marginRight="48dp"
android:maxLines="1"
android:text=""
android:textColor="@color/gray3"
android:textSize="14sp"
android:visibility="gone" />
<RelativeLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@+id/back_name"
android:layout_alignParentRight="true">
<LinearLayout
android:id="@+id/lt_text_right"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:layout_marginTop="3dp"
android:layout_marginRight="48dp"
android:gravity="center"
android:orientation="horizontal"
android:visibility="gone">
<TextView
android:id="@+id/chatcontent_text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/background_chat_msg"
android:clickable="true"
android:gravity="center|left"
android:paddingLeft="9dp"
android:paddingTop="9dp"
android:paddingRight="9dp"
android:paddingBottom="9dp"
android:text=""
android:textColor="@color/white"
android:textSize="13sp"
android:visibility="visible" />
</LinearLayout>
<androidx.cardview.widget.CardView
android:id="@+id/cv_chatcontent_img"
android:layout_width="120dp"
android:layout_height="120dp"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:layout_marginRight="48dp"
android:visibility="gone"
app:cardBackgroundColor="@color/transparent"
app:cardCornerRadius="8dp"
app:cardElevation="0dp">
<ImageView
android:id="@+id/chatcontent_img"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:adjustViewBounds="true"
android:visibility="visible" />
</androidx.cardview.widget.CardView>
<RelativeLayout
android:id="@+id/rt_video_right"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentTop="true"
android:layout_alignParentRight="true"
android:layout_marginRight="48dp"
android:visibility="gone">
<androidx.cardview.widget.CardView
android:id="@+id/cv_chatcontent_video_img"
android:layout_width="120dp"
android:layout_height="120dp"
app:cardBackgroundColor="@color/transparent"
app:cardCornerRadius="8dp"
app:cardElevation="0dp">
<ImageView
android:id="@+id/chatcontent_video_img"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="fitXY"
android:adjustViewBounds="true"
android:visibility="visible" />
</androidx.cardview.widget.CardView>
<ProgressBar
android:id="@+id/pb_video_right"
android:layout_width="45dp"
android:layout_height="45dp"
android:layout_centerInParent="true"
android:indeterminateBehavior="repeat"
android:indeterminateDrawable="@drawable/anim_loading"
android:indeterminateOnly="true"
android:visibility="gone" />
<ImageView
android:id="@+id/chatcontent_video_play"
android:layout_width="45dp"
android:layout_height="45dp"
android:layout_centerInParent="true"
android:background="@mipmap/icon_video_play"
android:visibility="gone" />
</RelativeLayout>
</RelativeLayout>
</RelativeLayout>
</RelativeLayout>
</LinearLayout>
</LinearLayout>
<TextView
android:id="@+id/tv_withdraw"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:gravity="center"
android:text="此消息已撤回"
android:visibility="gone" />
</LinearLayout>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<com.yunbao.common.custom.DrawableTextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="36dp"
android:gravity="center_vertical"
android:paddingLeft="20dp"
android:paddingRight="10dp"
android:text="@string/live_wrap"
android:textColor="@color/white"
android:textSize="14sp"
/>
</LinearLayout>

View File

@@ -0,0 +1,106 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@color/transparent"
android:orientation="vertical">
<LinearLayout
android:id="@+id/lt_top"
android:layout_width="match_parent"
android:layout_height="70dp"
android:gravity="center_vertical"
android:orientation="horizontal">
<RelativeLayout
android:layout_width="65dp"
android:layout_height="65dp"
android:layout_marginLeft="15dp"
android:gravity="center">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/img_head"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_centerInParent="true"
android:layout_centerVertical="true"
android:scaleType="centerCrop"
app:riv_oval="true" />
<com.opensource.svgaplayer.SVGAImageView
android:id="@+id/gift_svga"
android:layout_width="65dp"
android:layout_height="65dp"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"
android:layout_centerInParent="true"
android:scaleType="centerCrop"
app:autoPlay="true"/>
</RelativeLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="18dp"
android:layout_weight="1"
android:gravity="center_vertical"
android:orientation="vertical">
<TextView
android:id="@+id/tv_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:text="名稱名稱"
android:textColor="@color/gray_f6f7fb"
android:textSize="14sp" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:orientation="horizontal">
<ImageView
android:id="@+id/sex"
android:layout_width="18dp"
android:layout_height="15dp" />
<ImageView
android:id="@+id/level"
android:layout_width="30dp"
android:layout_height="15dp"
android:layout_marginLeft="5dp" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_marginLeft="3dp"
android:layout_marginRight="12dp"
android:gravity="center"
android:orientation="vertical">
<TextView
android:id="@+id/tv_hot_number"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text=""
android:textColor="@color/gray_f6f7fb"
android:textSize="12sp" />
<TextView
android:id="@+id/tv_hot_time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:text=""
android:textColor="@color/gray_f6f7fb"
android:textSize="12sp" />
</LinearLayout>
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,121 @@
<?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"
android:layout_width="match_parent"
android:layout_height="66dp">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="54dp"
android:layout_height="54dp"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:scaleType="centerCrop"
app:riv_oval="true" />
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="9dp"
android:layout_toRightOf="@id/avatar"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/textColor"
android:textSize="16sp" />
<TextView
android:id="@+id/name_remarks"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="9dp"
android:layout_toRightOf="@id/name"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/gray3"
android:textSize="14sp" />
<ImageView
android:id="@+id/img_new"
android:layout_width="48dp"
android:layout_height="21dp"
android:layout_marginLeft="3dp"
android:layout_marginTop="10dp"
android:layout_toRightOf="@id/name_remarks"
android:visibility="gone" />
<ImageView
android:id="@+id/sex"
android:layout_width="18dp"
android:layout_height="15dp"
android:layout_alignTop="@id/name"
android:layout_marginLeft="10dp"
android:layout_marginTop="3dp"
android:layout_toRightOf="@id/name" />
<ImageView
android:id="@+id/level"
android:layout_width="30dp"
android:layout_height="15dp"
android:layout_alignTop="@id/sex"
android:layout_marginLeft="5dp"
android:layout_toRightOf="@id/sex" />
<TextView
android:id="@+id/msg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/name"
android:layout_marginTop="2dp"
android:layout_marginRight="80dp"
android:layout_toRightOf="@id/avatar"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/gray3"
android:textSize="14sp" />
<TextView
android:id="@+id/time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@id/name"
android:layout_alignParentRight="true"
android:layout_marginTop="3dp"
android:layout_marginRight="15dp"
android:textColor="@color/gray3"
android:textSize="12sp" />
<TextView
android:id="@+id/red_point"
android:layout_width="20dp"
android:layout_height="15dp"
android:layout_below="@id/time"
android:layout_alignParentRight="true"
android:layout_marginTop="5dp"
android:layout_marginRight="10dp"
android:background="@drawable/background_ff50715"
android:gravity="center"
android:includeFontPadding="false"
android:minWidth="14dp"
android:paddingLeft="3dp"
android:paddingRight="3dp"
android:textColor="#fff"
android:textSize="12sp"
android:visibility="invisible" />
<TextView
android:id="@+id/btn_delete"
android:layout_width="60dp"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:background="@color/gray3"
android:gravity="center"
android:text="@string/delete"
android:textColor="@color/white"
android:textSize="14sp"
android:translationX="60dp"
android:visibility="gone" />
</RelativeLayout>

View File

@@ -0,0 +1,108 @@
<?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"
android:layout_width="match_parent"
android:layout_height="60dp">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:scaleType="centerCrop"
app:riv_oval="true" />
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="9dp"
android:layout_toRightOf="@id/avatar"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/textColor"
android:textSize="16sp" />
<ImageView
android:id="@+id/sex"
android:layout_width="18dp"
android:layout_height="15dp"
android:layout_alignTop="@id/name"
android:layout_marginLeft="10dp"
android:layout_marginTop="3dp"
android:layout_toRightOf="@id/name" />
<ImageView
android:id="@+id/level"
android:layout_width="30dp"
android:layout_height="15dp"
android:layout_alignTop="@id/sex"
android:layout_marginLeft="5dp"
android:layout_toRightOf="@id/sex" />
<TextView
android:id="@+id/msg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/name"
android:layout_marginTop="2dp"
android:layout_marginRight="80dp"
android:layout_toRightOf="@id/avatar"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/gray3"
android:textSize="14sp" />
<TextView
android:id="@+id/time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@id/name"
android:layout_alignParentRight="true"
android:layout_marginTop="3dp"
android:layout_marginRight="15dp"
android:textColor="@color/gray3"
android:textSize="12sp" />
<TextView
android:id="@+id/red_point"
android:layout_width="wrap_content"
android:layout_height="14dp"
android:layout_below="@id/time"
android:layout_alignParentRight="true"
android:layout_marginTop="5dp"
android:layout_marginRight="20dp"
android:background="@drawable/bg_red_point"
android:gravity="center"
android:includeFontPadding="false"
android:minWidth="14dp"
android:paddingLeft="3dp"
android:paddingRight="3dp"
android:textColor="#fff"
android:textSize="10sp"
android:visibility="invisible" />
<TextView
android:id="@+id/btn_pri_chat"
android:layout_width="52dp"
android:layout_height="24dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="15dp"
android:background="@drawable/bg_btn_pri_chat"
android:gravity="center"
android:text="@string/im_pri_chat"
android:textColor="@color/white"
android:textSize="13sp"
android:visibility="invisible" />
<View
style="@style/line2"
android:layout_alignParentBottom="true"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp" />
</RelativeLayout>

View File

@@ -0,0 +1,81 @@
<?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"
android:id="@+id/btn_system_msg"
android:layout_width="match_parent"
android:layout_height="60dp">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:scaleType="centerCrop"
app:riv_oval="true" />
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="9dp"
android:layout_toRightOf="@id/avatar"
android:ellipsize="end"
android:singleLine="true"
android:text="@string/im_system_msg"
android:textColor="@color/textColor"
android:textSize="16sp" />
<TextView
android:id="@+id/msg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/name"
android:layout_marginTop="2dp"
android:layout_marginRight="80dp"
android:layout_toRightOf="@id/avatar"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/gray3"
android:textSize="14sp" />
<TextView
android:id="@+id/time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignTop="@id/name"
android:layout_alignParentRight="true"
android:layout_marginTop="3dp"
android:layout_marginRight="15dp"
android:textColor="@color/gray3"
android:textSize="12sp" />
<TextView
android:id="@+id/red_point"
android:layout_width="wrap_content"
android:layout_height="14dp"
android:layout_below="@id/time"
android:layout_alignParentRight="true"
android:layout_marginTop="5dp"
android:layout_marginRight="20dp"
android:background="@drawable/bg_red_point"
android:gravity="center"
android:includeFontPadding="false"
android:minWidth="14dp"
android:paddingLeft="3dp"
android:paddingRight="3dp"
android:textColor="@color/white"
android:textSize="10sp"
android:visibility="invisible" />
<View
style="@style/line2"
android:layout_alignParentBottom="true"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp" />
</RelativeLayout>

View File

@@ -0,0 +1,120 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<RelativeLayout
android:id="@+id/rt_root"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_margin="12dp"
android:background="@drawable/background_fff">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/ico"
android:layout_width="48dp"
android:layout_height="48dp"
android:layout_margin="12dp"
android:scaleType="centerCrop"
app:riv_oval="true" />
<LinearLayout
android:id="@+id/rt_content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_toRightOf="@+id/ico"
android:orientation="horizontal">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1"
android:layout_marginRight="3dp"
android:orientation="vertical">
<TextView
android:id="@+id/text"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginLeft="6dp"
android:layout_marginTop="12dp"
android:layout_marginRight="65dp"
android:text="名稱名稱"
android:textColor="#ff999999"
android:textSize="13sp" />
<TextView
android:id="@+id/content"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/text"
android:layout_margin="6dp"
android:textColor="@color/black1"
android:textSize="13sp" />
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="horizontal">
<TextView
android:id="@+id/time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_margin="6dp"
android:text="2-24 17:00"
android:textColor="@color/gay_8c8c8c"
android:textSize="12sp" />
<LinearLayout
android:id="@+id/lt_reply"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="12dp"
android:gravity="center">
<View
android:layout_width="12dp"
android:layout_height="12dp"
android:background="@mipmap/icon_comments" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="6dp"
android:text="@string/reply"
android:textColor="@color/gay_8c8c8c"
android:textSize="12sp" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/lt_img"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:visibility="visible">
<androidx.cardview.widget.CardView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:layout_marginRight="12dp"
app:cardCornerRadius="8dp">
<ImageView
android:id="@+id/img_item_interaction"
android:layout_width="60dp"
android:layout_height="60dp"
android:scaleType="centerCrop" />
</androidx.cardview.widget.CardView>
</LinearLayout>
</LinearLayout>
</RelativeLayout>
</LinearLayout>

View File

@@ -0,0 +1,65 @@
<?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"
android:layout_width="match_parent"
android:layout_height="60dp"
android:paddingLeft="15dp"
android:paddingRight="7dp"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="10dp"
android:layout_toRightOf="@id/avatar"
android:ellipsize="end"
android:maxWidth="130dp"
android:singleLine="true"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<ImageView
android:id="@+id/sex"
android:layout_width="18dp"
android:layout_height="15dp"
android:layout_centerVertical="true"
android:layout_marginLeft="5dp"
android:layout_toRightOf="@id/name"
/>
<ImageView
android:id="@+id/level"
android:layout_width="30dp"
android:layout_height="15dp"
android:layout_centerVertical="true"
android:layout_marginLeft="5dp"
android:layout_toRightOf="@id/sex"
/>
<ImageView
android:id="@+id/btn_delete"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:padding="8dp"
android:src="@mipmap/icon_live_admin_delete"
/>
<View
style="@style/line2"
android:layout_alignParentBottom="true"
/>
</RelativeLayout>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/btn_admin"
android:layout_width="match_parent"
android:layout_height="60dp"
android:background="@color/white"
android:paddingLeft="15dp"
android:paddingRight="15dp"
>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:textColor="@color/textColor"
android:textSize="16sp"
/>
<ImageView
android:layout_width="16dp"
android:layout_height="18dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:src="@mipmap/icon_arrow_right"
/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:layout_alignParentBottom="true"
android:background="@color/gray2"
/>
</RelativeLayout>

View File

@@ -0,0 +1,186 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout 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/bg"
android:layout_width="wrap_content"
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_height="wrap_content"
android:layout_gravity="left"
android:layout_marginLeft="9dp"
android:layout_marginTop="6dp"
android:layout_marginRight="9dp"
android:layout_marginBottom="6dp"
android:textColor="@color/white"
android:textSize="14sp"
android:textStyle="bold"
android:visibility="visible"
tools:ignore="RtlHardcoded" />
<LinearLayout
android:id="@+id/view_follow"
android:layout_width="96dp"
android:layout_height="36dp"
android:background="@drawable/border_fd6052xml"
android:gravity="center|left"
android:orientation="horizontal"
android:visibility="gone"
tools:ignore="RtlHardcoded">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="36dp"
android:layout_height="36dp"
android:scaleType="centerCrop"
app:riv_border_color="@color/white"
app:riv_border_width="2dp"
app:riv_oval="true" />
<TextView
android:id="@+id/follow"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginStart="9dp"
android:layout_marginEnd="6dp"
android:text="@string/add_follow"
android:textColor="@color/white"
android:textSize="14sp"
android:textStyle="bold" />
</LinearLayout>
<LinearLayout
android:id="@+id/view_action_game"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="@drawable/bg_live_chat_item"
android:orientation="vertical"
android:visibility="gone">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginLeft="12dp"
android:layout_marginTop="6dp"
android:layout_marginRight="12dp"
android:layout_marginBottom="6dp"
android:orientation="vertical">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="horizontal">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_weight="1">
<TextView
android:id="@+id/tv_chat_avtive_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="新年大作战近30场进攻怪物"
android:textColor="@color/blue_81cef2"
android:textSize="14sp"
android:textStyle="bold" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<View
android:id="@+id/v_chat_active_close"
android:layout_width="15dp"
android:layout_height="15dp"
android:background="@mipmap/icon_live_close_2" />
</LinearLayout>
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp">
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/rv_chat_active"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:overScrollMode="never"
android:scrollbars="none" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="6dp"
android:orientation="horizontal">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="21dp"
android:layout_weight="1">
<TextView
android:id="@+id/tv_chat_active_into"
android:layout_width="96dp"
android:layout_height="21dp"
android:background="@mipmap/bg_chat_active"
android:gravity="center"
android:text="@string/add_into_active"
android:textColor="@color/gray1"
android:textSize="13sp"
android:textStyle="bold" />
</LinearLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<View
android:layout_width="21dp"
android:layout_height="21dp"
android:background="@mipmap/icon_new" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
</LinearLayout>
<LinearLayout
android:id="@+id/view_zg"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_live_chat_item"
android:gravity="center|left"
android:orientation="horizontal"
android:paddingLeft="6dp"
android:paddingTop="3dp"
android:paddingRight="6dp"
android:paddingBottom="3dp"
android:visibility="gone"
tools:ignore="RtlHardcoded">
<TextView
android:id="@+id/tv_zg_anchorname"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="9dp"
android:layout_marginRight="9dp"
android:text=""
android:textColor="@color/white"
android:textSize="14sp"
android:textStyle="bold" />
<ImageView
android:id="@+id/img_zg_img"
android:layout_width="90dp"
android:layout_height="45dp" />
</LinearLayout>
</LinearLayout>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable/bg_live_chat_item_red_pack"
android:orientation="vertical">
<TextView
android:id="@+id/text_txt"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginBottom="4dp"
android:padding="4dp"
android:textColor="@color/white"
android:textSize="13sp"
android:visibility="visible" />
</LinearLayout>

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="70dp"
android:gravity="center_horizontal"
android:orientation="vertical"
>
<ImageView
android:id="@+id/icon"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_marginBottom="3dp"
android:layout_marginTop="11dp"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/textColor2"
android:textSize="13sp"
/>
</LinearLayout>

View File

@@ -0,0 +1,101 @@
<?xml version="1.0" encoding="utf-8"?>
<com.yunbao.common.custom.MyFrameLayout2
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:mfl_ratio="1.25"
>
<com.yunbao.common.custom.MyRadioButton
android:id="@+id/radioButton"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/bg_live_gift_item"
android:button="@null"
android:checked="true"
/>
<com.yunbao.live.custom.GiftMarkView
android:id="@+id/mark"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_marginRight="1dp"
android:layout_marginTop="1dp"/>
<RelativeLayout
android:layout_width="45dp"
android:layout_height="45dp"
android:layout_gravity="center_horizontal"
android:layout_marginTop="8dp">
<ImageView
android:id="@+id/icon"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:layout_centerHorizontal="true"/>
<TextView android:id="@+id/expire"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
android:textColor="@color/color_white"
android:gravity="center"
android:background="#D996cff0"
android:visibility="gone"
android:layout_centerVertical="true"
android:layout_marginBottom="2dp"
android:textSize="8sp"/>
</RelativeLayout>
<LinearLayout
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="bottom|center"
android:gravity="center"
android:layout_marginBottom="8dp"
android:orientation="horizontal">
<ImageView android:id="@+id/pay_ico"
android:layout_width="10dp"
android:layout_height="10dp"/>
<TextView
android:id="@+id/price"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textColor="@color/gray3"
android:layout_marginLeft="5dp"
android:textSize="11sp"/>
</LinearLayout>
<TextView
android:id="@+id/name"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="23dp"
android:gravity="center"
android:textColor="@color/white"
android:textSize="12sp"
android:layout_gravity="bottom"
/>
<TextView
android:visibility="gone"
android:layout_gravity="right"
android:id="@+id/tvRedpoint"
android:layout_width="wrap_content"
android:layout_height="14dp"
android:layout_marginRight="10dp"
android:background="@drawable/bg_red_point"
android:gravity="center"
android:includeFontPadding="false"
android:minWidth="14dp"
android:paddingLeft="3dp"
android:paddingRight="3dp"
android:textColor="@color/white"
android:textSize="10sp" />
</com.yunbao.common.custom.MyFrameLayout2>

View File

@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="30dp"
android:gravity="center"
android:orientation="vertical"
android:textColor="@color/yellow5"
android:textSize="14sp"
/>

View File

@@ -0,0 +1,70 @@
<?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"
android:layout_width="match_parent"
android:layout_height="60dp"
>
<TextView
android:id="@+id/music_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="15dp"
android:layout_marginTop="10dp"
android:ellipsize="end"
android:maxWidth="200dp"
android:singleLine="true"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<TextView
android:id="@+id/artist"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignLeft="@id/music_name"
android:layout_below="@id/music_name"
android:layout_marginTop="3dp"
android:textColor="#0099ff"
android:textSize="12sp"
/>
<com.yunbao.live.custom.MusicProgressTextView
android:id="@+id/ptv"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="15dp"
android:gravity="center"
android:textColor="@color/white"
android:textSize="12sp"
app:mptv_bg_color="@color/gray3"
app:mptv_end_text="@string/choose"
app:mptv_line_color="@color/global"
app:mptv_start_text="@string/download"
/>
<View
android:id="@+id/line"
style="@style/line2"
android:layout_alignParentBottom="true"
android:layout_marginLeft="12dp"
android:layout_marginRight="12dp"
/>
<TextView
android:id="@+id/btn_delete"
android:layout_width="60dp"
android:layout_height="match_parent"
android:layout_alignParentRight="true"
android:background="@color/gray3"
android:gravity="center"
android:text="@string/delete"
android:textColor="@color/white"
android:textSize="14sp"
android:translationX="60dp"
/>
</RelativeLayout>

View File

@@ -0,0 +1,65 @@
<?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"
android:layout_width="match_parent"
android:layout_height="60dp"
android:paddingLeft="12dp"
android:paddingRight="12dp"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_centerVertical="true"
android:scaleType="centerCrop"
app:riv_oval="true"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="15dp"
android:layout_toRightOf="@id/avatar"
android:textColor="@color/textColor"
android:textSize="16sp"
/>
<ImageView
android:id="@+id/sex"
android:layout_width="18dp"
android:layout_height="15dp"
android:layout_centerVertical="true"
android:layout_marginLeft="10dp"
android:layout_toRightOf="@id/name"
/>
<ImageView
android:id="@+id/level"
android:layout_width="30dp"
android:layout_height="15dp"
android:layout_centerVertical="true"
android:layout_marginLeft="5dp"
android:layout_toRightOf="@id/sex"
/>
<TextView
android:id="@+id/btn_invite"
android:layout_width="52dp"
android:layout_height="24dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:background="@drawable/bg_btn_live_pk"
android:gravity="center"
android:textColor="@color/fg_btn_live_pk"
android:textSize="10sp"
/>
<View
style="@style/line2"
android:layout_alignParentBottom="true"
/>
</RelativeLayout>

View File

@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:gravity="center"
android:orientation="vertical">
<ImageView android:id="@+id/img"
android:layout_width="60dp"
android:layout_height="60dp"/>
<TextView android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="#ffb1b1b1"
android:layout_marginTop="7dp"
android:textSize="12sp"/>
</LinearLayout>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="60dp"
android:paddingLeft="35dp"
android:paddingRight="15dp"
>
<ImageView
android:id="@+id/thumb"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_centerVertical="true"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginLeft="45dp"
android:layout_marginTop="8dp"
android:textColor="@color/textColor"
android:textSize="16sp"
/>
<TextView
android:id="@+id/des"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/name"
android:layout_marginLeft="45dp"
android:layout_marginRight="50dp"
android:layout_marginTop="4dp"
android:ellipsize="end"
android:singleLine="true"
android:textColor="@color/gray3"
android:textSize="13sp"
/>
<com.yunbao.common.custom.MyRadioButton
android:id="@+id/radioButton"
android:layout_width="20dp"
android:layout_height="20dp"
android:layout_alignParentRight="true"
android:layout_centerVertical="true"
android:layout_marginRight="5dp"
android:background="@drawable/radio_live_ready_class"
android:button="@null"
android:clickable="false"
/>
<View
style="@style/line2"
android:layout_alignParentBottom="true"
/>
</RelativeLayout>

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="40dp"
android:layout_height="match_parent"
>
<ImageView
android:id="@+id/img"
android:layout_width="26dp"
android:layout_height="26dp"
android:layout_centerInParent="true"
android:src="@mipmap/icon_share_qq_1"
/>
</RelativeLayout>

View File

@@ -0,0 +1,57 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="60dp"
android:paddingLeft="15dp"
android:paddingRight="15dp"
>
<TextView
android:id="@+id/title"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="10dp"
android:hint="@string/live_record_no_title"
android:singleLine="true"
android:textColor="@color/gray1"
android:textColorHint="@color/gray1"
android:textSize="16sp"
/>
<TextView
android:id="@+id/time"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_below="@id/title"
android:layout_marginTop="3dp"
android:textColor="@color/gray3"
android:textSize="12sp"
/>
<TextView
android:id="@+id/num"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignTop="@id/title"
android:textColor="@color/gray1"
android:textSize="16sp"
/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentRight="true"
android:layout_alignTop="@id/time"
android:text="@string/live_record_watch"
android:textColor="@color/gray3"
android:textSize="12sp"
/>
<View
style="@style/line2"
android:layout_alignParentBottom="true"
/>
</RelativeLayout>

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="54dp"
android:background="@color/white"
android:paddingLeft="15dp"
android:paddingRight="15dp"
>
<ImageView
android:id="@+id/img"
android:layout_width="18dp"
android:layout_height="18dp"
android:layout_centerVertical="true"
android:src="@mipmap/icon_cash_radio_1"
/>
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="10dp"
android:layout_toRightOf="@id/img"
android:textColor="@color/textColor"
android:textSize="16sp"
/>
<View
style="@style/line2"
android:layout_alignParentBottom="true"
/>
</RelativeLayout>

View File

@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="54dp"
android:background="@color/white"
android:paddingLeft="15dp"
android:paddingRight="15dp"
>
<ImageView
android:id="@+id/img"
android:layout_width="18dp"
android:layout_height="18dp"
android:layout_centerVertical="true"
android:src="@mipmap/icon_cash_radio_1"
/>
<TextView
android:id="@+id/text"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerVertical="true"
android:layout_marginLeft="10dp"
android:layout_toRightOf="@id/img"
android:textColor="@color/textColor"
android:textSize="16sp"
/>
</RelativeLayout>

View File

@@ -0,0 +1,94 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:orientation="vertical">
<EditText
android:id="@+id/edit"
android:layout_width="match_parent"
android:layout_height="120dp"
android:layout_marginLeft="15dp"
android:layout_marginRight="15dp"
android:background="@drawable/bg_dialog"
android:layout_marginTop="20dp"
android:gravity="top"
android:padding="5dp"
android:hint="@string/video_report_tip_2"
android:textColor="@color/textColor"
android:textSize="14sp"
/>
<LinearLayout
android:orientation="horizontal"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<RelativeLayout
android:id="@+id/photo1"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="100dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/ivPh1"
android:layout_width="100dp"
android:layout_height="100dp"
android:scaleType="centerCrop"
app:riv_corner_radius="7dp"
android:src="@mipmap/report_add"
/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/photo2"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="100dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/ivPh2"
android:layout_width="100dp"
android:layout_height="100dp"
android:scaleType="centerCrop"
app:riv_corner_radius="7dp"
android:src="@mipmap/report_add"
/>
</RelativeLayout>
<RelativeLayout
android:id="@+id/photo3"
android:layout_width="0dp"
android:layout_weight="1"
android:layout_height="100dp"
android:layout_marginLeft="10dp"
android:layout_marginTop="20dp"
>
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/ivPh3"
android:layout_width="100dp"
android:layout_height="100dp"
android:scaleType="centerCrop"
app:riv_corner_radius="7dp"
android:src="@mipmap/report_add"
/>
</RelativeLayout>
</LinearLayout>
<TextView
android:id="@+id/btn_report"
android:layout_width="match_parent"
android:layout_height="48dp"
android:layout_marginBottom="20dp"
android:layout_marginLeft="30dp"
android:layout_marginRight="30dp"
android:layout_marginTop="20dp"
android:background="@drawable/border_yellow"
android:gravity="center"
android:text="@string/video_report_submit"
android:textColor="@color/white"
android:textSize="16sp"/>
</LinearLayout>

View File

@@ -0,0 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="46dp"
android:gravity="center_vertical"
android:paddingLeft="15dp"
android:text="@string/video_report_tip_1"
android:textColor="@color/gray1"
android:textSize="13sp"
/>

View File

@@ -0,0 +1,19 @@
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
>
<FrameLayout
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"/>
<ImageView
android:id="@+id/cover"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:scaleType="centerCrop"
/>
</FrameLayout>

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<com.yunbao.common.custom.MyLinearLayout4
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="80dp"
android:orientation="vertical"
app:mll4_count="4"
>
<ImageView
android:id="@+id/icon"
android:layout_width="40dp"
android:layout_height="40dp"
android:layout_gravity="center_horizontal"
android:layout_marginTop="10dp"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:layout_marginTop="4dp"
android:textColor="@color/gray3"
android:textSize="13sp"
/>
</com.yunbao.common.custom.MyLinearLayout4>

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="36dp"
android:gravity="center"
android:textColor="@color/textColor"
android:textSize="14sp"
/>

View File

@@ -0,0 +1,28 @@
<?xml version="1.0" encoding="utf-8"?>
<com.yunbao.common.custom.MyLinearLayout2
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="80dp"
android:gravity="center_horizontal"
android:orientation="vertical"
app:mll_span_count="4"
>
<ImageView
android:id="@+id/icon"
android:layout_width="30dp"
android:layout_height="30dp"
android:layout_marginBottom="7dp"
android:layout_marginTop="13dp"
/>
<TextView
android:id="@+id/name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textColor="@color/white"
android:textSize="14sp"
/>
</com.yunbao.common.custom.MyLinearLayout2>

Some files were not shown because too many files have changed in this diff Show More