123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577 |
- <?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>
|