第一次提交
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:background="@color/color_f7f7f7" />
|
||||
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/logo_iv"
|
||||
android:layout_width="@dimen/dp_48"
|
||||
android:layout_height="@dimen/dp_48"
|
||||
|
||||
@@ -303,6 +303,36 @@
|
||||
app:srcCompat="@mipmap/ic_setting_enter" />
|
||||
</FrameLayout>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/fljinyan"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_40"
|
||||
android:visibility="gone"
|
||||
android:layout_marginStart="@dimen/dp_15"
|
||||
android:layout_marginEnd="@dimen/dp_15"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/rlteam_clearhistory">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvjinyan"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:drawablePadding="@dimen/dp_5"
|
||||
android:gravity="center"
|
||||
android:text="@string/yijinyanchengyuan_txt"
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="@dimen/sp_16"
|
||||
app:drawableStartCompat="@mipmap/jinyan_red_img1" />
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end|center_vertical"
|
||||
app:srcCompat="@mipmap/ic_setting_enter" />
|
||||
</FrameLayout>
|
||||
|
||||
<FrameLayout
|
||||
android:id="@+id/rlteam_jubao"
|
||||
android:layout_width="match_parent"
|
||||
@@ -311,7 +341,7 @@
|
||||
android:layout_marginEnd="@dimen/dp_15"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/rlteam_clearhistory">
|
||||
app:layout_constraintTop_toBottomOf="@+id/fljinyan">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvteamsetting_jubao"
|
||||
|
||||
@@ -208,7 +208,7 @@
|
||||
<!-- android:src="@drawable/yanjing_hide" />-->
|
||||
</LinearLayout>
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -221,7 +221,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="false">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
<View
|
||||
android:id="@+id/line_step2_v"
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
<com.dskj.rbchat.widget.StatusLayout
|
||||
<com.hbl.lewan.widget.StatusLayout
|
||||
android:id="@+id/st_step2"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
</com.dskj.rbchat.widget.StatusLayout>
|
||||
</com.hbl.lewan.widget.StatusLayout>
|
||||
|
||||
|
||||
<ImageView
|
||||
@@ -62,7 +62,7 @@
|
||||
android:textSize="14sp"
|
||||
/>
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -75,9 +75,9 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="false">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -90,7 +90,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="false">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -101,7 +101,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="true">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/send_sms_tv"
|
||||
@@ -206,7 +206,7 @@
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code1"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -218,7 +218,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="true">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/send_sms_tv1"
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -130,7 +130,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="true">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/send_sms_tv"
|
||||
|
||||
@@ -52,7 +52,7 @@
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -64,7 +64,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="true">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/send_sms_tv"
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -75,7 +75,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="true">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/send_sms_tv"
|
||||
|
||||
@@ -75,7 +75,7 @@
|
||||
android:id="@+id/fukuan_qrcode_iv"
|
||||
android:layout_width="@dimen/dp_235"
|
||||
android:layout_height="@dimen/dp_235"
|
||||
android:src="@mipmap/ic_launcher" />
|
||||
android:src="@mipmap/ic_launche" />
|
||||
</LinearLayout>
|
||||
|
||||
<LinearLayout
|
||||
@@ -173,7 +173,7 @@
|
||||
android:id="@+id/shoukuanma_qrcode_iv"
|
||||
android:layout_width="@dimen/dp_235"
|
||||
android:layout_height="@dimen/dp_235"
|
||||
android:src="@mipmap/ic_launcher" />
|
||||
android:src="@mipmap/ic_launche" />
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -9,12 +9,12 @@
|
||||
android:orientation="vertical">
|
||||
|
||||
|
||||
<com.dskj.rbchat.widget.StatusLayout
|
||||
<com.hbl.lewan.widget.StatusLayout
|
||||
android:id="@+id/st_step2"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
</com.dskj.rbchat.widget.StatusLayout>
|
||||
</com.hbl.lewan.widget.StatusLayout>
|
||||
|
||||
|
||||
<ImageView
|
||||
@@ -62,7 +62,7 @@
|
||||
android:textSize="14sp"
|
||||
/>
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -75,7 +75,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="false">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
|
||||
</LinearLayout>
|
||||
|
||||
@@ -49,7 +49,7 @@
|
||||
|
||||
app:srlAccentColor="@color/color_6b3689">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
android:id="@+id/shoukuanma_qrcode_iv"
|
||||
android:layout_width="@dimen/dp_235"
|
||||
android:layout_height="@dimen/dp_235"
|
||||
android:src="@mipmap/ic_launcher" />
|
||||
android:src="@mipmap/ic_launche" />
|
||||
</LinearLayout>
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
android:layout_width="@dimen/dp_88"
|
||||
android:layout_centerInParent="true"
|
||||
android:layout_height="@dimen/dp_148"
|
||||
android:src="@mipmap/start_logo"
|
||||
/>
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
@@ -50,7 +50,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:visibility="gone"
|
||||
android:visibility="visible"
|
||||
android:onClick="tabClick">
|
||||
|
||||
<TextView
|
||||
@@ -120,7 +120,7 @@
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:onClick="tabClick"
|
||||
android:visibility="gone">
|
||||
android:visibility="visible">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/live"
|
||||
|
||||
@@ -127,7 +127,7 @@
|
||||
android:visibility="visible"
|
||||
app:srlAccentColor="@color/color_fffbfb">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
android:visibility="visible"
|
||||
app:srlAccentColor="@color/color_fffbfb">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
@@ -159,7 +159,7 @@
|
||||
/>
|
||||
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -171,7 +171,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="true">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -101,6 +101,7 @@
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:paddingLeft="@dimen/dp_15"
|
||||
android:paddingRight="@dimen/dp_15"
|
||||
android:visibility="gone"
|
||||
android:orientation="horizontal">
|
||||
<ImageView
|
||||
android:id="@+id/main_weizhi_iv"
|
||||
|
||||
@@ -29,13 +29,13 @@
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
|
||||
<com.dskj.rbchat.widget.StatusLayout
|
||||
<com.hbl.lewan.widget.StatusLayout
|
||||
android:id="@+id/st"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:visibility="visible">
|
||||
|
||||
</com.dskj.rbchat.widget.StatusLayout>
|
||||
</com.hbl.lewan.widget.StatusLayout>
|
||||
|
||||
<com.netease.yunxin.kit.common.ui.widgets.BackTitleBar
|
||||
android:id="@+id/contact_list_activity_titleBar"
|
||||
|
||||
@@ -179,7 +179,7 @@
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -191,7 +191,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="false">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/send_sms_tv"
|
||||
@@ -228,7 +228,7 @@
|
||||
android:layout_height="@dimen/dp_88"
|
||||
android:layout_marginTop="@dimen/dp_40"
|
||||
android:layout_gravity="center_horizontal">
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/head_iv"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
@@ -180,7 +180,7 @@
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -192,7 +192,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="false">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/send_sms_tv"
|
||||
@@ -230,7 +230,7 @@
|
||||
android:layout_height="@dimen/dp_88"
|
||||
android:layout_marginTop="@dimen/dp_40"
|
||||
android:layout_gravity="center_horizontal">
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/head_iv"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
|
||||
34
app/src/main/res/layout/activity_team_members_jinyan.xml
Normal file
34
app/src/main/res/layout/activity_team_members_jinyan.xml
Normal file
@@ -0,0 +1,34 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/layout_selectorroot"
|
||||
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="match_parent"
|
||||
android:background="@color/white"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.netease.yunxin.kit.common.ui.widgets.BackTitleBar
|
||||
android:id="@+id/title"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
app:titleTextColor="@color/color_333333" />
|
||||
|
||||
<androidx.recyclerview.widget.RecyclerView
|
||||
android:id="@+id/rv_members"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
/>
|
||||
</LinearLayout>
|
||||
|
||||
</LinearLayout>
|
||||
@@ -394,7 +394,34 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:background="@color/color_f4f4f4" />
|
||||
<FrameLayout
|
||||
android:id="@+id/fljinyan"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_54">
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tvjinyan"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_marginEnd="64dp"
|
||||
android:gravity="center_vertical"
|
||||
android:singleLine="true"
|
||||
android:text="@string/yijinyanchengyuan_txt"
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="@dimen/sp_16" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_gravity="end|center_vertical"
|
||||
android:src="@drawable/ic_frame_mine_right_arrow" />
|
||||
</FrameLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:background="@color/color_f4f4f4" />
|
||||
<FrameLayout
|
||||
android:id="@+id/flteamdiss"
|
||||
android:layout_width="match_parent"
|
||||
|
||||
@@ -65,7 +65,7 @@
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/logo_iv"
|
||||
android:layout_width="@dimen/dp_88"
|
||||
android:layout_height="@dimen/dp_88"
|
||||
@@ -229,6 +229,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_weight="1"
|
||||
android:visibility="gone"
|
||||
android:drawableTop="@mipmap/voice_call_img"
|
||||
android:drawablePadding="@dimen/dp_5"
|
||||
android:gravity="center"
|
||||
@@ -244,6 +245,7 @@
|
||||
android:drawableTop="@mipmap/video__call_img"
|
||||
android:drawablePadding="@dimen/dp_5"
|
||||
android:gravity="center"
|
||||
android:visibility="gone"
|
||||
android:text="@string/chat_message_video_call_action"
|
||||
android:textColor="#ffffffff"
|
||||
android:textSize="12sp" />
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
app:layout_constraintTop_toBottomOf="@+id/userphoto_title_bar"
|
||||
app:srlAccentColor="@color/color_6b3689">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
app:layout_constraintTop_toBottomOf="@+id/userphoto_title_bar"
|
||||
app:srlAccentColor="@color/color_6b3689">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
android:textSize="14sp" />
|
||||
|
||||
|
||||
<com.dskj.rbchat.custom.PasswordEditText
|
||||
<com.hbl.lewan.custom.PasswordEditText
|
||||
android:id="@+id/password_edit_text_code"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="60dp"
|
||||
@@ -193,7 +193,7 @@
|
||||
app:passwordSize="26"
|
||||
app:showPassword="true">
|
||||
|
||||
</com.dskj.rbchat.custom.PasswordEditText>
|
||||
</com.hbl.lewan.custom.PasswordEditText>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/send_sms_tv"
|
||||
|
||||
@@ -16,27 +16,29 @@
|
||||
android:layout_weight="3"
|
||||
android:gravity="center_horizontal">
|
||||
|
||||
<androidx.appcompat.widget.AppCompatImageView
|
||||
android:id="@+id/app_yunxin_icon"
|
||||
android:layout_width="119.7dp"
|
||||
android:layout_height="164.7dp"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp_200"
|
||||
android:scaleType="fitXY"
|
||||
android:src="@drawable/kefu_loading1"
|
||||
android:visibility="gone" />
|
||||
|
||||
<com.airbnb.lottie.LottieAnimationView
|
||||
android:id="@+id/lottieView"
|
||||
|
||||
<!-- <com.airbnb.lottie.LottieAnimationView-->
|
||||
<!-- android:id="@+id/lottieView"-->
|
||||
<!-- android:layout_width="@dimen/dp_106"-->
|
||||
<!-- android:layout_height="@dimen/dp_106"-->
|
||||
<!-- app:lottie_autoPlay="true"-->
|
||||
<!-- app:lottie_loop="true"-->
|
||||
<!-- android:visibility="gone"-->
|
||||
<!-- app:lottie_rawRes="@raw/loading"-->
|
||||
<!-- android:layout_centerHorizontal="true"-->
|
||||
<!-- android:layout_marginTop="@dimen/dp_200"-->
|
||||
<!-- android:scaleType="fitXY" />-->
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/lottieView1"
|
||||
android:layout_width="@dimen/dp_106"
|
||||
android:layout_height="@dimen/dp_106"
|
||||
app:lottie_autoPlay="true"
|
||||
app:lottie_loop="true"
|
||||
app:lottie_rawRes="@raw/loading"
|
||||
app:es_shape_type="rectangle"
|
||||
app:ease_radius="10dp"
|
||||
android:visibility="visible"
|
||||
android:layout_centerHorizontal="true"
|
||||
android:layout_marginTop="@dimen/dp_200"
|
||||
android:scaleType="fitXY" />
|
||||
|
||||
android:src="@mipmap/ic_launche" />
|
||||
|
||||
</RelativeLayout>
|
||||
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
android:id="@+id/qrcode_iv"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:src="@mipmap/ic_launcher"/>
|
||||
android:src="@mipmap/ic_launche"/>
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
android:id="@+id/qrcode_iv"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:src="@mipmap/ic_launcher" />
|
||||
android:src="@mipmap/ic_launche" />
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
android:orientation="horizontal"
|
||||
tools:ignore="MissingDefaultResource">
|
||||
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/item_civ"
|
||||
android:layout_width="@dimen/dp_84"
|
||||
android:layout_height="@dimen/dp_84"
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
android:orientation="horizontal"
|
||||
tools:ignore="MissingDefaultResource">
|
||||
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/item_civ"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
|
||||
@@ -84,7 +84,7 @@
|
||||
android:gravity="center_vertical"
|
||||
android:paddingRight="@dimen/dp_15"
|
||||
android:layout_weight="1">
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:layout_width="24dp"
|
||||
android:layout_height="24dp"
|
||||
app:es_shape_type="round"
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
android:gravity="center_vertical"
|
||||
android:layout_marginBottom="@dimen/dp_5"
|
||||
android:orientation="horizontal">
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:layout_width="@dimen/dp_24"
|
||||
android:layout_height="@dimen/dp_24"
|
||||
android:scaleType="centerCrop"
|
||||
|
||||
@@ -23,7 +23,7 @@
|
||||
<RelativeLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:scaleType="fitXY"
|
||||
android:adjustViewBounds="true"
|
||||
android:layout_width="match_parent"
|
||||
@@ -54,7 +54,7 @@
|
||||
android:gravity="center_vertical"
|
||||
android:layout_marginBottom="@dimen/dp_5"
|
||||
android:orientation="horizontal">
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:layout_width="@dimen/dp_24"
|
||||
android:layout_height="@dimen/dp_24"
|
||||
android:src="@color/common_list_custom_divider"
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
android:layout_height="wrap_content"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/dongtai_portrait"
|
||||
android:layout_width="@dimen/dp_100"
|
||||
android:layout_height="@dimen/dp_100"
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
|
||||
<com.dskj.rbchat.widget.StatusLayout
|
||||
<com.hbl.lewan.widget.StatusLayout
|
||||
android:id="@+id/sss"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
android:visibility="visible"
|
||||
app:srlAccentColor="@color/color_6b3689">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
android:layout_marginBottom="@dimen/dp_95"
|
||||
app:srlAccentColor="@color/color_6b3689">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
android:visibility="visible"
|
||||
app:srlAccentColor="@color/color_6b3689">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
android:visibility="visible"
|
||||
app:srlAccentColor="@color/white">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
@@ -548,15 +548,15 @@
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
|
||||
<com.youth.banner.Banner
|
||||
android:id="@+id/banner"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:visibility="visible"
|
||||
app:indicator_drawable_selected="@drawable/dot_btn_true"
|
||||
app:indicator_drawable_unselected="@drawable/dot_btn_false"
|
||||
app:indicator_height="6dp"
|
||||
app:indicator_width="6dp" />
|
||||
<!-- <com.youth.banner.Banner-->
|
||||
<!-- android:id="@+id/banner"-->
|
||||
<!-- android:layout_width="match_parent"-->
|
||||
<!-- android:layout_height="match_parent"-->
|
||||
<!-- android:visibility="visible"-->
|
||||
<!-- app:indicator_drawable_selected="@drawable/dot_btn_true"-->
|
||||
<!-- app:indicator_drawable_unselected="@drawable/dot_btn_false"-->
|
||||
<!-- app:indicator_height="6dp"-->
|
||||
<!-- app:indicator_width="6dp" />-->
|
||||
</androidx.cardview.widget.CardView>
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</LinearLayout>
|
||||
@@ -585,6 +585,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:scaleType="fitStart"
|
||||
android:visibility="invisible"
|
||||
android:src="@mipmap/ic_home_top"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent" />
|
||||
@@ -608,6 +609,7 @@
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_113"
|
||||
android:visibility="gone"
|
||||
android:layout_alignParentBottom="true"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent">
|
||||
@@ -669,7 +671,6 @@
|
||||
android:layout_height="0dp"
|
||||
android:layout_alignParentBottom="true"
|
||||
android:scaleType="centerInside"
|
||||
android:src="@drawable/kefu_loading"
|
||||
android:visibility="visible"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintDimensionRatio="1:1"
|
||||
|
||||
@@ -163,6 +163,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:visibility="gone"
|
||||
android:text="@string/aichat_txt"
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="@dimen/sp_14"
|
||||
@@ -173,6 +174,7 @@
|
||||
android:id="@+id/layout_indexfm_aichat"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:visibility="gone"
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:layout_marginBottom="@dimen/dp_10"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_indexfm_aichat">
|
||||
|
||||
@@ -200,6 +200,7 @@
|
||||
android:text="@string/aichat_txt"
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="@dimen/sp_14"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/wawaji_ly" />
|
||||
|
||||
@@ -208,6 +209,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:visibility="gone"
|
||||
android:layout_marginBottom="@dimen/dp_10"
|
||||
app:layout_constraintTop_toBottomOf="@+id/tv_indexfm_aichat">
|
||||
|
||||
@@ -252,7 +254,6 @@
|
||||
<LinearLayout
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
@@ -290,14 +291,14 @@
|
||||
app:showIndexBar="false"
|
||||
app:showSelector="false"
|
||||
app:showTopPin="false" />
|
||||
|
||||
<View android:layout_width="match_parent"
|
||||
android:layout_height="20dp"/>
|
||||
</LinearLayout>
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_indexfm_friendstitle"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="@dimen/dp_20"
|
||||
android:text="@string/haoyou_txt"
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="@dimen/sp_14"
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
android:layout_marginBottom="@dimen/dp_40"
|
||||
app:srlAccentColor="@color/color_6b3689">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:orientation="vertical">
|
||||
<com.dskj.rbchat.widget.StatusLayout
|
||||
<com.hbl.lewan.widget.StatusLayout
|
||||
android:layout_width="match_parent"
|
||||
android:background="@color/white"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
@@ -176,7 +176,7 @@
|
||||
<androidx.constraintlayout.widget.ConstraintLayout
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
app:layout_constraintDimensionRatio="375:210"
|
||||
app:layout_constraintDimensionRatio="375:205"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
android:visibility="visible"
|
||||
@@ -187,11 +187,10 @@
|
||||
android:layout_height="0dp"
|
||||
android:layout_marginLeft="@dimen/dp_15"
|
||||
android:layout_marginRight="@dimen/dp_15"
|
||||
android:background="@drawable/index_user_bg"
|
||||
android:orientation="vertical"
|
||||
|
||||
android:background="@drawable/index_user_bg1"
|
||||
android:orientation="horizontal"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintDimensionRatio="348:70"
|
||||
app:layout_constraintDimensionRatio="345:60"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintRight_toRightOf="parent">
|
||||
|
||||
@@ -199,7 +198,6 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:background="@drawable/index_user_bg1"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<LinearLayout
|
||||
@@ -222,37 +220,25 @@
|
||||
android:textSize="14sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="@dimen/dp_1"
|
||||
android:layout_height="@dimen/dp_20"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="#49B78C8C" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/yinbi_tv1"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:layout_weight="1"
|
||||
android:gravity="center"
|
||||
android:gravity="center_vertical"
|
||||
android:paddingStart="12dp"
|
||||
android:orientation="horizontal">
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:drawableLeft="@mipmap/index_lipinjifen_img"
|
||||
android:drawableRight="@mipmap/index_wallet_next_img"
|
||||
android:drawableLeft="@mipmap/me_qianbao_img"
|
||||
android:drawablePadding="@dimen/dp_5"
|
||||
android:text="@string/silver_coins_txt"
|
||||
android:text="@string/wallet_txt"
|
||||
android:textColor="#ff525252"
|
||||
android:textSize="14sp" />
|
||||
</LinearLayout>
|
||||
|
||||
<View
|
||||
android:layout_width="@dimen/dp_1"
|
||||
android:layout_height="@dimen/dp_20"
|
||||
android:layout_gravity="center_vertical"
|
||||
android:background="#49B78C8C" />
|
||||
|
||||
<LinearLayout
|
||||
android:id="@+id/tongbi_tv1"
|
||||
android:layout_width="match_parent"
|
||||
@@ -312,10 +298,14 @@
|
||||
android:autoSizeMinTextSize="16sp"
|
||||
android:autoSizeTextType="uniform"
|
||||
android:ellipsize="end"
|
||||
android:gravity="center"
|
||||
android:gravity="center_vertical|right"
|
||||
android:lines="1"
|
||||
android:drawablePadding="10dp"
|
||||
android:textColor="#FA6947"
|
||||
android:layout_marginEnd="12dp"
|
||||
android:textStyle="bold"
|
||||
android:drawableTint="#26000000"
|
||||
android:drawableRight="@mipmap/index_wallet_next_img"
|
||||
tools:text="8888" />
|
||||
|
||||
<View
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
android:background="@color/color_f7f7f7"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
<com.dskj.rbchat.widget.StatusLayout
|
||||
<com.hbl.lewan.widget.StatusLayout
|
||||
android:layout_width="match_parent"
|
||||
android:background="@color/white"
|
||||
android:layout_height="wrap_content"/>
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
|
||||
app:srlAccentColor="@color/color_6b3689">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
@@ -57,7 +57,7 @@
|
||||
android:visibility="visible"
|
||||
app:srlAccentColor="@color/color_6b3689">
|
||||
|
||||
<com.dskj.rbchat.widget.BezierCircleHeader
|
||||
<com.hbl.lewan.widget.BezierCircleHeader
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content" />
|
||||
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
android:paddingBottom="@dimen/dp_5"
|
||||
tools:ignore="MissingDefaultResource">
|
||||
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/logo_iv"
|
||||
android:layout_width="@dimen/dp_32"
|
||||
android:layout_height="@dimen/dp_32"
|
||||
|
||||
@@ -11,7 +11,7 @@
|
||||
android:gravity="center"
|
||||
android:orientation="vertical">
|
||||
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:layout_width="@dimen/dp_48"
|
||||
android:layout_height="@dimen/dp_48"
|
||||
android:id="@+id/item_iv"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
android:id="@+id/big_bg"
|
||||
tools:ignore="MissingDefaultResource">
|
||||
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/logo_iv"
|
||||
android:layout_width="@dimen/dp_42"
|
||||
android:layout_height="@dimen/dp_42"
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
android:layout_height="@dimen/dp_62"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:layout_width="@dimen/dp_42"
|
||||
android:layout_height="@dimen/dp_42"
|
||||
android:id="@+id/item_head_civ"
|
||||
@@ -59,7 +59,7 @@
|
||||
android:layout_marginBottom="@dimen/dp_15"
|
||||
android:gravity="center_vertical"
|
||||
android:orientation="horizontal">
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/big_iv"
|
||||
android:layout_width="@dimen/dp_42"
|
||||
android:layout_height="@dimen/dp_42"
|
||||
@@ -67,7 +67,7 @@
|
||||
app:ease_radius="@dimen/dp_4"
|
||||
android:scaleType="centerCrop"
|
||||
android:layout_marginLeft="@dimen/dp_5"
|
||||
android:src="@mipmap/ic_launcher"/>
|
||||
android:src="@mipmap/ic_launche"/>
|
||||
<TextView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
|
||||
@@ -9,7 +9,7 @@
|
||||
android:padding="@dimen/dp_8"
|
||||
tools:ignore="MissingDefaultResource">
|
||||
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/item_image_iv"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="0dp"
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<com.dskj.rbchat.voom.comm.CusVideoView
|
||||
<com.hbl.lewan.voom.comm.CusVideoView
|
||||
android:id="@+id/mVideoView"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
@@ -64,7 +64,7 @@
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:layout_width="@dimen/dp_48"
|
||||
android:layout_height="@dimen/dp_48"
|
||||
android:layout_alignParentTop="true"
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
android:adjustViewBounds="true"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@mipmap/ic_launcher"/>
|
||||
android:src="@mipmap/ic_launche"/>
|
||||
<ImageView
|
||||
android:layout_width="@dimen/dp_20"
|
||||
android:layout_height="@dimen/dp_20"
|
||||
@@ -58,7 +58,7 @@
|
||||
android:gravity="center_vertical"
|
||||
android:layout_marginBottom="@dimen/dp_5"
|
||||
android:orientation="horizontal">
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:layout_width="@dimen/dp_24"
|
||||
android:layout_height="@dimen/dp_24"
|
||||
android:scaleType="centerCrop"
|
||||
|
||||
@@ -95,13 +95,13 @@
|
||||
android:layout_gravity="center_vertical"
|
||||
android:layout_height="@dimen/dp_42">
|
||||
|
||||
<com.dskj.rbchat.widget.CircleImageView
|
||||
<com.hbl.lewan.widget.CircleImageView
|
||||
android:id="@+id/big_iv"
|
||||
android:layout_width="@dimen/dp_42"
|
||||
android:layout_height="@dimen/dp_42"
|
||||
app:es_shape_type="rectangle"
|
||||
app:ease_radius="@dimen/dp_4"
|
||||
android:src="@mipmap/ic_launcher"/>
|
||||
android:src="@mipmap/ic_launche"/>
|
||||
<ImageView
|
||||
android:id="@+id/video_iv"
|
||||
android:layout_width="wrap_content"
|
||||
|
||||
@@ -75,4 +75,15 @@
|
||||
app:layout_constraintBottom_toBottomOf="@+id/avatar_view"
|
||||
app:layout_constraintLeft_toLeftOf="@+id/tv_name" />
|
||||
|
||||
<ImageView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:src="@mipmap/jinyan_red_img"
|
||||
android:layout_marginEnd="@dimen/dp_15"
|
||||
android:id="@+id/jinyan_iv"
|
||||
android:visibility="gone"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"/>
|
||||
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
66
app/src/main/res/layout/team_members_view_holder1.xml
Normal file
66
app/src/main/res/layout/team_members_view_holder1.xml
Normal file
@@ -0,0 +1,66 @@
|
||||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
~ Copyright (c) 2022 NetEase, Inc. All rights reserved.
|
||||
~ Use of this source code is governed by a MIT license that can be
|
||||
~ found in the LICENSE file.
|
||||
-->
|
||||
|
||||
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
android:id="@+id/root_view"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="wrap_content">
|
||||
|
||||
<com.netease.yunxin.kit.common.ui.widgets.ContactAvatarView
|
||||
android:id="@+id/avatar_view"
|
||||
android:layout_width="@dimen/dimen_45_dp"
|
||||
android:layout_height="@dimen/dimen_45_dp"
|
||||
android:layout_marginStart="@dimen/dp_10"
|
||||
android:layout_marginTop="@dimen/dp_10"
|
||||
android:layout_marginBottom="@dimen/dp_15"
|
||||
app:avatarCorner="@dimen/dimen_45_dp"
|
||||
app:layout_constraintLeft_toLeftOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_goneMarginStart="0dp" />
|
||||
|
||||
<TextView
|
||||
android:id="@+id/tv_name"
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginStart="@dimen/dp_15"
|
||||
android:layout_marginEnd="@dimen/dp_15"
|
||||
android:ellipsize="end"
|
||||
android:maxLines="1"
|
||||
android:text="1111111"
|
||||
android:gravity="center_vertical"
|
||||
android:textColor="@color/color_333333"
|
||||
android:textSize="@dimen/text_size_16"
|
||||
android:textStyle="bold"
|
||||
app:layout_constraintTop_toTopOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@+id/avatar_view"
|
||||
app:layout_constraintBottom_toBottomOf="parent" />
|
||||
|
||||
|
||||
<TextView
|
||||
android:layout_width="wrap_content"
|
||||
android:layout_height="30dp"
|
||||
android:gravity="center"
|
||||
android:src="@mipmap/jinyan_red_img"
|
||||
android:layout_marginEnd="@dimen/dp_15"
|
||||
android:id="@+id/jinyan_iv"
|
||||
android:paddingStart="@dimen/dp_10"
|
||||
android:paddingEnd="@dimen/dp_10"
|
||||
android:textColor="#F65656"
|
||||
android:background="@drawable/jiechujinyan_bg"
|
||||
android:textSize="@dimen/sp_14"
|
||||
android:text="@string/jiechujinyan_txt"
|
||||
app:layout_constraintRight_toRightOf="parent"
|
||||
app:layout_constraintBottom_toBottomOf="parent"
|
||||
app:layout_constraintTop_toTopOf="parent"/>
|
||||
<View
|
||||
android:id="@+id/item_line"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="@dimen/dp_1"
|
||||
android:background="@color/color_ebe8F1"
|
||||
app:layout_constraintBottom_toBottomOf="parent" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
Reference in New Issue
Block a user