|  | @@ -0,0 +1,577 @@
 | 
	
		
			
				|  |  | +<?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="12dp">
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <View
 | 
	
		
			
				|  |  | +            android:id="@+id/view_top_white_bg"
 | 
	
		
			
				|  |  | +            android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +            android:layout_height="0dp"
 | 
	
		
			
				|  |  | +            android:background="@color/white"
 | 
	
		
			
				|  |  | +            app:layout_constraintBottom_toBottomOf="@+id/cs_class_info"
 | 
	
		
			
				|  |  | +            app:layout_constraintTop_toTopOf="parent" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <ImageView
 | 
	
		
			
				|  |  | +            android:id="@+id/iv_top_bg"
 | 
	
		
			
				|  |  | +            android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +            android:layout_height="0dp"
 | 
	
		
			
				|  |  | +            android:adjustViewBounds="true"
 | 
	
		
			
				|  |  | +            android:src="@drawable/jg_bg_mine_top"
 | 
	
		
			
				|  |  | +            app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +            app:layout_constraintTop_toTopOf="parent" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <ImageView
 | 
	
		
			
				|  |  | +            android:id="@+id/iv_top_bg2"
 | 
	
		
			
				|  |  | +            android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_marginTop="19dp"
 | 
	
		
			
				|  |  | +            android:src="@drawable/jg_icon_mine_top2"
 | 
	
		
			
				|  |  | +            app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +            app:layout_constraintTop_toTopOf="parent" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <ImageView
 | 
	
		
			
				|  |  | +            android:id="@+id/iv_top_bg3"
 | 
	
		
			
				|  |  | +            android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +            android:src="@drawable/jg_icon_mine_top3"
 | 
	
		
			
				|  |  | +            app:layout_constraintRight_toRightOf="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="4dp"
 | 
	
		
			
				|  |  | +            android:padding="16dp"
 | 
	
		
			
				|  |  | +            android:src="@drawable/jg_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="68dp"
 | 
	
		
			
				|  |  | +            android:layout_height="68dp"
 | 
	
		
			
				|  |  | +            android:layout_marginStart="15dp"
 | 
	
		
			
				|  |  | +            android:layout_marginTop="44dp"
 | 
	
		
			
				|  |  | +            android:src="@drawable/icon_default_head"
 | 
	
		
			
				|  |  | +            app:civ_border_color="@color/white"
 | 
	
		
			
				|  |  | +            app:civ_border_width="2dp"
 | 
	
		
			
				|  |  | +            app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +            app:layout_constraintTop_toBottomOf="@+id/view_status_bar" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <TextView
 | 
	
		
			
				|  |  | +            android:id="@+id/tv_nickName"
 | 
	
		
			
				|  |  | +            android:layout_width="0dp"
 | 
	
		
			
				|  |  | +            android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_marginStart="14dp"
 | 
	
		
			
				|  |  | +            android:ellipsize="end"
 | 
	
		
			
				|  |  | +            android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +            android:maxLines="1"
 | 
	
		
			
				|  |  | +            android:textColor="@color/color_333333"
 | 
	
		
			
				|  |  | +            android:textSize="@dimen/sp_20"
 | 
	
		
			
				|  |  | +            android:textStyle="bold"
 | 
	
		
			
				|  |  | +            app:layout_constraintBottom_toTopOf="@+id/fl_subject"
 | 
	
		
			
				|  |  | +            app:layout_constraintHorizontal_bias="0"
 | 
	
		
			
				|  |  | +            app:layout_constraintHorizontal_chainStyle="packed"
 | 
	
		
			
				|  |  | +            app:layout_constraintLeft_toRightOf="@+id/iv_avatar"
 | 
	
		
			
				|  |  | +            app:layout_constraintRight_toLeftOf="@+id/iv_vip_tag"
 | 
	
		
			
				|  |  | +            app:layout_constraintTop_toTopOf="@+id/iv_avatar"
 | 
	
		
			
				|  |  | +            app:layout_constraintVertical_chainStyle="packed"
 | 
	
		
			
				|  |  | +            app:layout_constraintWidth_default="wrap"
 | 
	
		
			
				|  |  | +            tools:text="宋小泽" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <FrameLayout
 | 
	
		
			
				|  |  | +            android:id="@+id/fl_subject"
 | 
	
		
			
				|  |  | +            android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_height="19dp"
 | 
	
		
			
				|  |  | +            android:layout_marginTop="6dp"
 | 
	
		
			
				|  |  | +            android:paddingStart="7dp"
 | 
	
		
			
				|  |  | +            android:paddingEnd="7dp"
 | 
	
		
			
				|  |  | +            android:background="@drawable/shape_4dffffff_border_white_10dp"
 | 
	
		
			
				|  |  | +            app:layout_constraintBottom_toBottomOf="@+id/iv_avatar"
 | 
	
		
			
				|  |  | +            app:layout_constraintLeft_toLeftOf="@+id/tv_nickName"
 | 
	
		
			
				|  |  | +            app:layout_constraintTop_toBottomOf="@+id/tv_nickName">
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_gravity="center_vertical"
 | 
	
		
			
				|  |  | +                android:src="@drawable/jg_icon_subject_tag" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_subject_name"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_gravity="center_vertical"
 | 
	
		
			
				|  |  | +                android:layout_marginStart="17dp"
 | 
	
		
			
				|  |  | +                android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_fe2451"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_12"
 | 
	
		
			
				|  |  | +                tools:text="长笛" />
 | 
	
		
			
				|  |  | +        </FrameLayout>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <ImageView
 | 
	
		
			
				|  |  | +            android:id="@+id/iv_vip_tag"
 | 
	
		
			
				|  |  | +            android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_marginStart="6dp"
 | 
	
		
			
				|  |  | +            android:layout_marginEnd="13dp"
 | 
	
		
			
				|  |  | +            android:src="@drawable/jg_icon_vip_no_open"
 | 
	
		
			
				|  |  | +            app:layout_constraintBottom_toBottomOf="@+id/tv_nickName"
 | 
	
		
			
				|  |  | +            app:layout_constraintLeft_toRightOf="@+id/tv_nickName"
 | 
	
		
			
				|  |  | +            app:layout_constraintRight_toRightOf="parent"
 | 
	
		
			
				|  |  | +            app:layout_constraintTop_toTopOf="@+id/tv_nickName" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <androidx.constraintlayout.widget.ConstraintLayout
 | 
	
		
			
				|  |  | +            android:id="@+id/cs_class_info"
 | 
	
		
			
				|  |  | +            android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +            android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_marginTop="27dp"
 | 
	
		
			
				|  |  | +            android:paddingBottom="15dp"
 | 
	
		
			
				|  |  | +            app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +            app:layout_constraintTop_toBottomOf="@+id/iv_avatar">
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <View
 | 
	
		
			
				|  |  | +                android:id="@+id/view_class_num"
 | 
	
		
			
				|  |  | +                android:layout_width="0dp"
 | 
	
		
			
				|  |  | +                android:layout_height="0dp"
 | 
	
		
			
				|  |  | +                android:layout_marginStart="13dp"
 | 
	
		
			
				|  |  | +                android:layout_marginBottom="12dp"
 | 
	
		
			
				|  |  | +                android:background="@drawable/shape_ffecec_10dp"
 | 
	
		
			
				|  |  | +                app:layout_constraintDimensionRatio="h,17:7"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toLeftOf="@+id/view_student_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="parent" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <View
 | 
	
		
			
				|  |  | +                android:id="@+id/view_student_num"
 | 
	
		
			
				|  |  | +                android:layout_width="0dp"
 | 
	
		
			
				|  |  | +                android:layout_height="0dp"
 | 
	
		
			
				|  |  | +                android:layout_marginStart="9dp"
 | 
	
		
			
				|  |  | +                android:layout_marginEnd="13dp"
 | 
	
		
			
				|  |  | +                android:background="@drawable/shape_fff2e2_10dp"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/view_class_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toRightOf="@+id/view_class_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/view_class_num" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:id="@+id/iv_class_num_tag"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="0dp"
 | 
	
		
			
				|  |  | +                android:adjustViewBounds="true"
 | 
	
		
			
				|  |  | +                android:src="@drawable/icon_mine_class_num_tag"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/view_class_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="@+id/view_class_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/view_class_num" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:id="@+id/iv_stu_num_tag"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="0dp"
 | 
	
		
			
				|  |  | +                android:adjustViewBounds="true"
 | 
	
		
			
				|  |  | +                android:src="@drawable/icon_mine_stu_num_tag"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/view_student_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="@+id/view_student_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/view_student_num" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:src="@drawable/jg_mine_prctice_tools"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="@+id/view_student_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/view_student_num" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:id="@+id/iv_vip_title"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_marginStart="10dp"
 | 
	
		
			
				|  |  | +                android:layout_marginTop="19dp"
 | 
	
		
			
				|  |  | +                android:src="@drawable/jg_vip_title"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="@+id/view_class_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/view_class_num" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <View
 | 
	
		
			
				|  |  | +                android:id="@+id/view_arrow_bg"
 | 
	
		
			
				|  |  | +                android:layout_width="14dp"
 | 
	
		
			
				|  |  | +                android:layout_height="14dp"
 | 
	
		
			
				|  |  | +                android:layout_marginStart="5dp"
 | 
	
		
			
				|  |  | +                android:background="@drawable/shape_ee9d9d_circle"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/iv_vip_title"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toRightOf="@+id/iv_vip_title"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/iv_vip_title" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:src="@drawable/jg_icon_arrow_right_white"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/view_arrow_bg"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="@+id/view_arrow_bg"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="@+id/view_arrow_bg"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/view_arrow_bg" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_vip_status"
 | 
	
		
			
				|  |  | +                android:layout_width="0dp"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:gravity="center"
 | 
	
		
			
				|  |  | +                android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +                android:text="暂未开通"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_777777"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_12"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/view_class_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="@+id/iv_vip_title"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toBottomOf="@+id/iv_vip_title" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:id="@+id/iv_train_tools_title"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_marginStart="10dp"
 | 
	
		
			
				|  |  | +                android:layout_marginTop="19dp"
 | 
	
		
			
				|  |  | +                android:src="@drawable/jg_train_tools_title"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="@+id/view_student_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/view_student_num" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <View
 | 
	
		
			
				|  |  | +                android:id="@+id/view_arrow_bg2"
 | 
	
		
			
				|  |  | +                android:layout_width="14dp"
 | 
	
		
			
				|  |  | +                android:layout_height="14dp"
 | 
	
		
			
				|  |  | +                android:layout_marginStart="5dp"
 | 
	
		
			
				|  |  | +                android:background="@drawable/shape_f1c68c_circle"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/iv_train_tools_title"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toRightOf="@+id/iv_train_tools_title"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/iv_train_tools_title" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:src="@drawable/jg_icon_arrow_right_white"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/view_arrow_bg2"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="@+id/view_arrow_bg2"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="@+id/view_arrow_bg2"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/view_arrow_bg2" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_tools_limit_time"
 | 
	
		
			
				|  |  | +                android:layout_width="0dp"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:gravity="center"
 | 
	
		
			
				|  |  | +                android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_777777"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_12"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/view_student_num"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="@+id/iv_train_tools_title"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toBottomOf="@+id/iv_train_tools_title"
 | 
	
		
			
				|  |  | +                tools:text="至2023-07-16" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        </androidx.constraintlayout.widget.ConstraintLayout>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <View
 | 
	
		
			
				|  |  | +            android:id="@+id/view_help_point"
 | 
	
		
			
				|  |  | +            android:layout_width="1px"
 | 
	
		
			
				|  |  | +            android:layout_height="1px"
 | 
	
		
			
				|  |  | +            android:layout_marginStart="8dp"
 | 
	
		
			
				|  |  | +            android:layout_marginBottom="10dp"
 | 
	
		
			
				|  |  | +            app:layout_constraintBottom_toTopOf="@+id/cs_class_info"
 | 
	
		
			
				|  |  | +            app:layout_constraintLeft_toLeftOf="@+id/cs_class_info"
 | 
	
		
			
				|  |  | +            app:layout_constraintRight_toRightOf="@+id/cs_class_info" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <ImageView
 | 
	
		
			
				|  |  | +            android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +            android:src="@drawable/jg_icon_vip_tag2"
 | 
	
		
			
				|  |  | +            app:layout_constraintRight_toLeftOf="@+id/view_help_point"
 | 
	
		
			
				|  |  | +            app:layout_constraintTop_toTopOf="@+id/view_help_point" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <androidx.constraintlayout.widget.ConstraintLayout
 | 
	
		
			
				|  |  | +            android:id="@+id/cs_common_function"
 | 
	
		
			
				|  |  | +            android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +            android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_marginStart="13dp"
 | 
	
		
			
				|  |  | +            android:layout_marginTop="12dp"
 | 
	
		
			
				|  |  | +            android:layout_marginEnd="13dp"
 | 
	
		
			
				|  |  | +            android:background="@drawable/shape_10dp_white"
 | 
	
		
			
				|  |  | +            android:paddingBottom="20dp"
 | 
	
		
			
				|  |  | +            app:layout_constraintTop_toBottomOf="@+id/view_top_white_bg">
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_common_function"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +                android:paddingStart="24dp"
 | 
	
		
			
				|  |  | +                android:paddingTop="15dp"
 | 
	
		
			
				|  |  | +                android:text="常用功能"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_333333"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_16"
 | 
	
		
			
				|  |  | +                android:textStyle="bold"
 | 
	
		
			
				|  |  | +                android:visibility="visible"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="parent" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_mine_track_list"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_marginStart="11dp"
 | 
	
		
			
				|  |  | +                android:layout_marginTop="14dp"
 | 
	
		
			
				|  |  | +                android:drawableTop="@drawable/jg_mine_track_list"
 | 
	
		
			
				|  |  | +                android:drawablePadding="@dimen/dp_4"
 | 
	
		
			
				|  |  | +                android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +                android:text="我的曲库"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_333333"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_12"
 | 
	
		
			
				|  |  | +                app:layout_constraintHorizontal_chainStyle="spread_inside"
 | 
	
		
			
				|  |  | +                app:layout_constraintHorizontal_weight="1"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toLeftOf="@+id/tv_practice_info"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toBottomOf="@+id/tv_common_function" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_practice_info"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:drawableTop="@drawable/jg_mine_prctice_info"
 | 
	
		
			
				|  |  | +                android:drawablePadding="@dimen/dp_4"
 | 
	
		
			
				|  |  | +                android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +                android:text="练习统计"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_333333"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_12"
 | 
	
		
			
				|  |  | +                app:layout_constraintHorizontal_chainStyle="spread_inside"
 | 
	
		
			
				|  |  | +                app:layout_constraintHorizontal_weight="1"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toRightOf="@+id/tv_mine_track_list"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toLeftOf="@+id/tv_order_info"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/tv_mine_track_list" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_order_info"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:drawableTop="@drawable/jg_mine_order_info"
 | 
	
		
			
				|  |  | +                android:drawablePadding="@dimen/dp_4"
 | 
	
		
			
				|  |  | +                android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +                android:text="订单信息"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_333333"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_12"
 | 
	
		
			
				|  |  | +                app:layout_constraintHorizontal_weight="1"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toRightOf="@+id/tv_practice_info"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toLeftOf="@+id/tv_rank_board"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/tv_mine_track_list" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_rank_board"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:drawableTop="@drawable/jg_mine_rank_board"
 | 
	
		
			
				|  |  | +                android:drawablePadding="@dimen/dp_4"
 | 
	
		
			
				|  |  | +                android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +                android:text="排行榜"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_333333"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_12"
 | 
	
		
			
				|  |  | +                app:layout_constraintHorizontal_weight="1"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toRightOf="@+id/tv_order_info"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toLeftOf="@+id/tv_activation_code"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/tv_mine_track_list" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_activation_code"
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_marginEnd="11dp"
 | 
	
		
			
				|  |  | +                android:drawableTop="@drawable/jg_mine_activation_code"
 | 
	
		
			
				|  |  | +                android:drawablePadding="@dimen/dp_4"
 | 
	
		
			
				|  |  | +                android:includeFontPadding="false"
 | 
	
		
			
				|  |  | +                android:text="激活码"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_333333"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_12"
 | 
	
		
			
				|  |  | +                app:layout_constraintHorizontal_weight="1"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toRightOf="@+id/tv_rank_board"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/tv_mine_track_list" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        </androidx.constraintlayout.widget.ConstraintLayout>
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +        <androidx.constraintlayout.widget.ConstraintLayout
 | 
	
		
			
				|  |  | +            android:id="@+id/cs_other_info"
 | 
	
		
			
				|  |  | +            android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +            android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +            android:layout_marginStart="13dp"
 | 
	
		
			
				|  |  | +            android:layout_marginTop="12dp"
 | 
	
		
			
				|  |  | +            android:layout_marginEnd="13dp"
 | 
	
		
			
				|  |  | +            android:background="@drawable/bg_white_10dp"
 | 
	
		
			
				|  |  | +            android:paddingStart="13dp"
 | 
	
		
			
				|  |  | +            android:paddingEnd="15dp"
 | 
	
		
			
				|  |  | +            app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +            app:layout_constraintTop_toBottomOf="@+id/cs_common_function">
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_help_center"
 | 
	
		
			
				|  |  | +                android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +                android:layout_height="58dp"
 | 
	
		
			
				|  |  | +                android:drawableStart="@drawable/jg_mine_helpcenter"
 | 
	
		
			
				|  |  | +                android:drawablePadding="8dp"
 | 
	
		
			
				|  |  | +                android:gravity="center_vertical"
 | 
	
		
			
				|  |  | +                android:text="帮助中心"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_1a1a1a"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_16"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="parent" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:src="@drawable/jg_icon_go_right"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/tv_help_center"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="@+id/tv_help_center"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/tv_help_center" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <View
 | 
	
		
			
				|  |  | +                android:id="@+id/view_line8"
 | 
	
		
			
				|  |  | +                android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +                android:layout_height="1dp"
 | 
	
		
			
				|  |  | +                android:background="@color/color_f2f2f2"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toBottomOf="@+id/tv_help_center" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_feed_back"
 | 
	
		
			
				|  |  | +                android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +                android:layout_height="58dp"
 | 
	
		
			
				|  |  | +                android:drawableStart="@drawable/jg_mine_feedback"
 | 
	
		
			
				|  |  | +                android:drawablePadding="8dp"
 | 
	
		
			
				|  |  | +                android:gravity="center_vertical"
 | 
	
		
			
				|  |  | +                android:text="意见反馈"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_1a1a1a"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_16"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toBottomOf="@+id/view_line8" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:src="@drawable/jg_icon_go_right"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/tv_feed_back"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="@+id/tv_feed_back"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/tv_feed_back" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <View
 | 
	
		
			
				|  |  | +                android:id="@+id/view_line10"
 | 
	
		
			
				|  |  | +                android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +                android:layout_height="1dp"
 | 
	
		
			
				|  |  | +                android:background="@color/color_f2f2f2"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toBottomOf="@+id/tv_feed_back" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_user_protocol"
 | 
	
		
			
				|  |  | +                android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +                android:layout_height="58dp"
 | 
	
		
			
				|  |  | +                android:drawableStart="@drawable/jg_user_protocol"
 | 
	
		
			
				|  |  | +                android:drawablePadding="8dp"
 | 
	
		
			
				|  |  | +                android:gravity="center_vertical"
 | 
	
		
			
				|  |  | +                android:text="用户协议"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_1a1a1a"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_16"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toBottomOf="@+id/view_line10" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:src="@drawable/jg_icon_go_right"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/tv_user_protocol"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="@+id/tv_user_protocol"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/tv_user_protocol" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <View
 | 
	
		
			
				|  |  | +                android:id="@+id/view_line11"
 | 
	
		
			
				|  |  | +                android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +                android:layout_height="1dp"
 | 
	
		
			
				|  |  | +                android:background="@color/color_f2f2f2"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toBottomOf="@+id/tv_user_protocol" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_privacy_policy"
 | 
	
		
			
				|  |  | +                android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +                android:layout_height="58dp"
 | 
	
		
			
				|  |  | +                android:drawableStart="@drawable/jg_user_protocol"
 | 
	
		
			
				|  |  | +                android:drawablePadding="8dp"
 | 
	
		
			
				|  |  | +                android:gravity="center_vertical"
 | 
	
		
			
				|  |  | +                android:text="隐私政策"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_1a1a1a"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_16"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toBottomOf="@+id/view_line11" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:src="@drawable/jg_icon_go_right"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/tv_privacy_policy"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="@+id/tv_privacy_policy"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/tv_privacy_policy" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <View
 | 
	
		
			
				|  |  | +                android:id="@+id/view_line9"
 | 
	
		
			
				|  |  | +                android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +                android:layout_height="1dp"
 | 
	
		
			
				|  |  | +                android:background="@color/color_f2f2f2"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toBottomOf="@+id/tv_privacy_policy" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <TextView
 | 
	
		
			
				|  |  | +                android:id="@+id/tv_about_us"
 | 
	
		
			
				|  |  | +                android:layout_width="match_parent"
 | 
	
		
			
				|  |  | +                android:layout_height="58dp"
 | 
	
		
			
				|  |  | +                android:drawableStart="@drawable/jg_mine_about"
 | 
	
		
			
				|  |  | +                android:drawablePadding="8dp"
 | 
	
		
			
				|  |  | +                android:gravity="center_vertical"
 | 
	
		
			
				|  |  | +                android:text="关于我们"
 | 
	
		
			
				|  |  | +                android:textColor="@color/color_1a1a1a"
 | 
	
		
			
				|  |  | +                android:textSize="@dimen/sp_16"
 | 
	
		
			
				|  |  | +                app:layout_constraintLeft_toLeftOf="parent"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toBottomOf="@+id/view_line9" />
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  | +            <ImageView
 | 
	
		
			
				|  |  | +                android:layout_width="wrap_content"
 | 
	
		
			
				|  |  | +                android:layout_height="wrap_content"
 | 
	
		
			
				|  |  | +                android:src="@drawable/jg_icon_go_right"
 | 
	
		
			
				|  |  | +                app:layout_constraintBottom_toBottomOf="@+id/tv_about_us"
 | 
	
		
			
				|  |  | +                app:layout_constraintRight_toRightOf="@+id/tv_about_us"
 | 
	
		
			
				|  |  | +                app:layout_constraintTop_toTopOf="@+id/tv_about_us" />
 | 
	
		
			
				|  |  | +        </androidx.constraintlayout.widget.ConstraintLayout>
 | 
	
		
			
				|  |  | +    </androidx.constraintlayout.widget.ConstraintLayout>
 | 
	
		
			
				|  |  | +</ScrollView>
 |