|
@@ -0,0 +1,478 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<ScrollView 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:overScrollMode="never"
|
|
|
+ android:scrollbars="none">
|
|
|
+
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingBottom="15dp">
|
|
|
+
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_header_bg"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:adjustViewBounds="true"
|
|
|
+ android:scaleType="fitXY"
|
|
|
+ android:src="@drawable/bg_login_header"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_status_bar"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1px"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_setting"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:padding="15dp"
|
|
|
+ android:src="@drawable/icon_setting"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/view_status_bar" />
|
|
|
+
|
|
|
+ <de.hdodenhof.circleimageview.CircleImageView
|
|
|
+ android:id="@+id/iv_avatar"
|
|
|
+ android:layout_width="52dp"
|
|
|
+ android:layout_height="52dp"
|
|
|
+ android:layout_marginStart="14dp"
|
|
|
+ android:layout_marginTop="74dp"
|
|
|
+ android:src="@drawable/icon_teacher_default_head"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/view_status_bar" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_nickname"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="10dp"
|
|
|
+ android:layout_marginBottom="10dp"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="游客12e32td"
|
|
|
+ android:textColor="@color/color_1a1a1a"
|
|
|
+ android:textSize="@dimen/sp_18"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/rating_bar"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/iv_avatar"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_avatar"
|
|
|
+ app:layout_constraintVertical_chainStyle="packed"
|
|
|
+ tools:text="游客12e32td" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_teacher_entry_tag"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="6dp"
|
|
|
+ android:src="@drawable/icon_teahcer_entry_tag"
|
|
|
+ android:visibility="gone"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/tv_nickname"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/tv_nickname"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/tv_nickname" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_teacher_music_person_tag"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="3dp"
|
|
|
+ android:src="@drawable/icon_teacher_music_person_tag"
|
|
|
+ android:visibility="gone"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/iv_teacher_entry_tag"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/iv_teacher_entry_tag"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_teacher_entry_tag" />
|
|
|
+
|
|
|
+ <RatingBar
|
|
|
+ android:id="@+id/rating_bar"
|
|
|
+ style="@style/HomeRatingBar"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="19dp"
|
|
|
+ android:numStars="5"
|
|
|
+ android:rating="3"
|
|
|
+ android:stepSize="1"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/iv_avatar"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/tv_nickname"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_nickname" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:id="@+id/ll_fans"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="24dp"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/ll_course_num_completed"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_avatar">
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_fans_title"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="28dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="粉丝"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_14" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_fans_num"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:paddingStart="3dp"
|
|
|
+ android:text="0"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_17"
|
|
|
+ android:textStyle="bold"
|
|
|
+ tools:text="1181" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="1dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
+ android:background="@color/color_d3d3d3"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/ll_fans"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/ll_fans"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/ll_course_num_completed"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/ll_fans" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:id="@+id/ll_course_num_completed"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/ll_fans"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/ll_course_num_not_start"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/ll_fans">
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_course_num_completed_title"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="28dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="已上课时"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_14" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_course_num_completed"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:paddingStart="3dp"
|
|
|
+ android:text="0"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_17"
|
|
|
+ android:textStyle="bold"
|
|
|
+ tools:text="118" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="1dp"
|
|
|
+ android:layout_height="12dp"
|
|
|
+ android:background="@color/color_d3d3d3"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@+id/ll_fans"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/ll_course_num_completed"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/ll_course_num_not_start"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/ll_fans" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:id="@+id/ll_course_num_not_start"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:orientation="horizontal"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/ll_course_num_completed"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/ll_fans">
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_course_num_not_start_title"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="28dp"
|
|
|
+ android:gravity="center"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="未上课时"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_14" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_course_num_not_start"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:paddingStart="3dp"
|
|
|
+ android:text="0"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_17"
|
|
|
+ android:textStyle="bold"
|
|
|
+ tools:text="118" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_top_bg"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="0dp"
|
|
|
+ android:layout_marginStart="14dp"
|
|
|
+ android:layout_marginTop="19dp"
|
|
|
+ android:layout_marginEnd="14dp"
|
|
|
+ android:background="@drawable/bg_white_10dp"
|
|
|
+ app:layout_constraintBottom_toTopOf="@+id/top_bottom_view"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/ll_fans" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_mine_page"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="25dp"
|
|
|
+ android:layout_marginTop="19dp"
|
|
|
+ android:paddingStart="7dp"
|
|
|
+ android:paddingEnd="7dp"
|
|
|
+ android:paddingBottom="7dp"
|
|
|
+ android:src="@drawable/icon_mine_page"
|
|
|
+ app:layout_constraintHorizontal_chainStyle="spread_inside"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/view_top_bg"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/iv_mine_style"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/view_top_bg" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_mine_page"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="@string/mine_page_str"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_12"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_mine_page"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_mine_page"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_mine_page" />
|
|
|
+
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_mine_style"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingStart="7dp"
|
|
|
+ android:paddingEnd="7dp"
|
|
|
+ android:paddingBottom="7dp"
|
|
|
+ android:src="@drawable/icon_mine_style"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/iv_mine_page"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/iv_open_live"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_mine_page" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_mine_style"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="个人风采"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_12"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_mine_style"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_mine_style"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_mine_style" />
|
|
|
+
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_open_live"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingStart="7dp"
|
|
|
+ android:paddingEnd="7dp"
|
|
|
+ android:paddingBottom="7dp"
|
|
|
+ android:src="@drawable/icon_open_live"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/iv_mine_style"
|
|
|
+ app:layout_constraintRight_toLeftOf="@+id/iv_goods_order"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_mine_page" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_open_live"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="开启直播"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_12"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_open_live"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_open_live"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_open_live" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_goods_order"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginEnd="25dp"
|
|
|
+ android:paddingStart="7dp"
|
|
|
+ android:paddingEnd="7dp"
|
|
|
+ android:paddingBottom="7dp"
|
|
|
+ android:src="@drawable/icon_goods_order"
|
|
|
+ app:layout_constraintLeft_toRightOf="@+id/iv_open_live"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/view_top_bg"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_mine_page" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="商品订单"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_12"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_goods_order"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_goods_order"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_goods_order" />
|
|
|
+
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_sparing_course_set"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="27dp"
|
|
|
+ android:paddingStart="7dp"
|
|
|
+ android:paddingEnd="7dp"
|
|
|
+ android:paddingBottom="7dp"
|
|
|
+ android:src="@drawable/icon_sparing_course_set"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_mine_page"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_mine_page"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_mine_page" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_sparing_course_set"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="陪练课设置"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_12"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_sparing_course_set"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_sparing_course_set"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_sparing_course_set" />
|
|
|
+
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_live_course"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingStart="7dp"
|
|
|
+ android:paddingEnd="7dp"
|
|
|
+ android:paddingBottom="7dp"
|
|
|
+ android:src="@drawable/icon_live_course"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_mine_style"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_mine_style"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_sparing_course_set" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="直播课"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_12"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_live_course"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_live_course"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_live_course" />
|
|
|
+
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_video_course"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:paddingStart="7dp"
|
|
|
+ android:paddingEnd="7dp"
|
|
|
+ android:paddingBottom="7dp"
|
|
|
+ android:src="@drawable/icon_video_course"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_open_live"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_open_live"
|
|
|
+ app:layout_constraintTop_toTopOf="@+id/iv_sparing_course_set" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:includeFontPadding="false"
|
|
|
+ android:text="视频课"
|
|
|
+ android:textColor="@color/color_333333"
|
|
|
+ android:textSize="@dimen/sp_12"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@+id/iv_video_course"
|
|
|
+ app:layout_constraintRight_toRightOf="@+id/iv_video_course"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/iv_video_course" />
|
|
|
+
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/top_bottom_view"
|
|
|
+ android:layout_width="1px"
|
|
|
+ android:layout_height="1px"
|
|
|
+ android:layout_marginTop="28dp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/tv_sparing_course_set" />
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginStart="14dp"
|
|
|
+ android:layout_marginTop="15dp"
|
|
|
+ android:layout_marginEnd="14dp"
|
|
|
+ android:background="@drawable/bg_white_10dp"
|
|
|
+ android:orientation="vertical"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@+id/view_top_bg">
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_my_account"
|
|
|
+ style="@style/me_btn_style"
|
|
|
+ android:layout_marginTop="@dimen/dp_12"
|
|
|
+ android:drawableLeft="@drawable/icon_music_person_cert"
|
|
|
+ android:text="音乐人认证"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ android:visibility="visible" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_authentication"
|
|
|
+ style="@style/me_btn_style"
|
|
|
+ android:drawableLeft="@drawable/icon_bank_card"
|
|
|
+ android:text="银行卡"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ android:visibility="visible" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_network_monitoring"
|
|
|
+ style="@style/me_btn_style"
|
|
|
+ android:drawableLeft="@drawable/icon_net_check"
|
|
|
+ android:text="网络检测"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ android:visibility="visible" />
|
|
|
+
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_equipment_testing"
|
|
|
+ style="@style/me_btn_style"
|
|
|
+ android:drawableLeft="@drawable/icon_equipment_testing"
|
|
|
+ android:text="设备检测"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ android:visibility="visible" />
|
|
|
+
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_help"
|
|
|
+ style="@style/me_btn_style"
|
|
|
+ android:drawableLeft="@drawable/icon_help_center"
|
|
|
+ android:text="帮助中心"
|
|
|
+ android:textSize="@dimen/sp_14"
|
|
|
+ android:visibility="visible" />
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+</ScrollView>
|