|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent">
|
|
|
android:layout_height="match_parent"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<include layout="@layout/layout_tool_bar_theme" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:background="@mipmap/mine_bg"
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<ImageView
|
|
|
android:src="@mipmap/placeholder_head"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_marginTop="105dp"
|
|
|
android:layout_width="72dp"
|
|
|
android:layout_height="72dp"/>
|
|
|
android:layout_height="wrap_content"
|
|
|
android:background="@mipmap/mine_bg"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_marginTop="95dp"
|
|
|
android:layout_marginStart="20dp"
|
|
|
android:layout_weight="1"
|
|
|
android:orientation="vertical"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent">
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
<TextView
|
|
|
android:text="赵丽静"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="28sp"
|
|
|
android:layout_weight="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:drawablePadding="4dp"
|
|
|
android:textSize="12sp"
|
|
|
android:textColor="@color/white"
|
|
|
android:drawableStart="@mipmap/mine_phone"
|
|
|
android:text="15674678755"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
<TextView
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:text="工程部-设备工程师"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="12sp"
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_message"
|
|
|
android:layout_marginTop="37dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:src="@mipmap/mine_message"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_edit_info"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:layout_marginTop="95dp"
|
|
|
android:src="@mipmap/mine_edit"
|
|
|
android:background="@color/color_25"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_width="72dp"
|
|
|
android:layout_height="72dp"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_marginTop="26dp"
|
|
|
android:src="@mipmap/placeholder_head" />
|
|
|
|
|
|
<LinearLayout
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="match_parent"
|
|
|
android:layout_marginStart="20dp"
|
|
|
android:layout_marginTop="26dp"
|
|
|
android:layout_weight="1"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:text="赵丽静"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="28sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:drawableStart="@mipmap/mine_phone"
|
|
|
android:drawablePadding="4dp"
|
|
|
android:text="15674678755"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
<TextView
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="8dp"
|
|
|
android:text="工程部-设备工程师"
|
|
|
android:textColor="@color/white"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
<ImageView
|
|
|
android:id="@+id/iv_edit_info"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginTop="30dp"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:background="@color/color_25"
|
|
|
android:src="@mipmap/mine_edit" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
</LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
android:orientation="horizontal"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content">
|
|
|
android:layout_height="wrap_content"
|
|
|
android:orientation="horizontal">
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:layout_weight="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content">
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<TextView
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="12sp"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:id="@+id/tv_class_duty"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:drawableTop="@mipmap/mine_banjirenwu"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:text="班级任务"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:layout_weight="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content">
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<TextView
|
|
|
android:id="@+id/tv_offline_exercise"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="12sp"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:drawableTop="@mipmap/mine_xianxiapeixun"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:text="线下培训"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:layout_weight="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content">
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<TextView
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="12sp"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:id="@+id/tv_academic_feedback"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:drawableTop="@mipmap/mine_xueqingfankui"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:text="学情反馈"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:layout_weight="1"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content">
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_marginStart="24dp"
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:layout_weight="1">
|
|
|
|
|
|
<TextView
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="12sp"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:id="@+id/tv_learning_report"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:drawableTop="@mipmap/mine_xuexibaogao"
|
|
|
android:drawablePadding="8dp"
|
|
|
android:text="学习报告"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="12sp" />
|
|
|
|
|
|
</RelativeLayout>
|
|
|
|
...
|
...
|
@@ -148,28 +178,28 @@ |
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/rl_mine_cuoti"
|
|
|
android:layout_marginTop="20dp"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="52dp">
|
|
|
android:layout_height="52dp"
|
|
|
android:layout_marginTop="20dp">
|
|
|
|
|
|
<TextView
|
|
|
android:drawablePadding="12dp"
|
|
|
android:drawableStart="@mipmap/mine_wodecuoti"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:textSize="14sp"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:drawableStart="@mipmap/mine_wodecuoti"
|
|
|
android:drawablePadding="12dp"
|
|
|
android:text="我的错题"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:src="@mipmap/ic_arrow"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:src="@mipmap/ic_arrow" />
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
...
|
...
|
@@ -180,23 +210,23 @@ |
|
|
android:layout_height="52dp">
|
|
|
|
|
|
<TextView
|
|
|
android:drawablePadding="12dp"
|
|
|
android:drawableStart="@mipmap/mine_datijilu"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:textSize="14sp"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:drawableStart="@mipmap/mine_datijilu"
|
|
|
android:drawablePadding="12dp"
|
|
|
android:text="答题记录"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:src="@mipmap/ic_arrow"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:src="@mipmap/ic_arrow" />
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
...
|
...
|
@@ -207,23 +237,23 @@ |
|
|
android:layout_height="52dp">
|
|
|
|
|
|
<TextView
|
|
|
android:drawablePadding="12dp"
|
|
|
android:drawableStart="@mipmap/mine_wodezhengjian"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:textSize="14sp"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:drawableStart="@mipmap/mine_wodezhengjian"
|
|
|
android:drawablePadding="12dp"
|
|
|
android:text="我的证件"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:src="@mipmap/ic_arrow"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:src="@mipmap/ic_arrow" />
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
...
|
...
|
@@ -234,23 +264,23 @@ |
|
|
android:layout_height="52dp">
|
|
|
|
|
|
<TextView
|
|
|
android:drawablePadding="12dp"
|
|
|
android:drawableStart="@mipmap/mine_wodeshoucang"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:textSize="14sp"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:drawableStart="@mipmap/mine_wodeshoucang"
|
|
|
android:drawablePadding="12dp"
|
|
|
android:text="我的收藏"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:src="@mipmap/ic_arrow"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:src="@mipmap/ic_arrow" />
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
...
|
...
|
@@ -261,23 +291,23 @@ |
|
|
android:layout_height="52dp">
|
|
|
|
|
|
<TextView
|
|
|
android:drawablePadding="12dp"
|
|
|
android:drawableStart="@mipmap/mine_wodeliaotianjilu"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:textSize="14sp"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:drawableStart="@mipmap/mine_wodeliaotianjilu"
|
|
|
android:drawablePadding="12dp"
|
|
|
android:text="我的聊天记录"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:src="@mipmap/ic_arrow"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:src="@mipmap/ic_arrow" />
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
...
|
...
|
@@ -288,23 +318,23 @@ |
|
|
android:layout_height="52dp">
|
|
|
|
|
|
<TextView
|
|
|
android:drawablePadding="12dp"
|
|
|
android:drawableStart="@mipmap/mine_tousuyujianyi"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:textSize="14sp"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:drawableStart="@mipmap/mine_tousuyujianyi"
|
|
|
android:drawablePadding="12dp"
|
|
|
android:text="投诉与建议"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:src="@mipmap/ic_arrow"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:src="@mipmap/ic_arrow" />
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
...
|
...
|
@@ -315,23 +345,23 @@ |
|
|
android:layout_height="52dp">
|
|
|
|
|
|
<TextView
|
|
|
android:drawablePadding="12dp"
|
|
|
android:drawableStart="@mipmap/mine_lianxikefu"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:textSize="14sp"
|
|
|
android:textColor="@color/color_32"
|
|
|
android:layout_marginStart="16dp"
|
|
|
android:drawableStart="@mipmap/mine_lianxikefu"
|
|
|
android:drawablePadding="12dp"
|
|
|
android:text="联系客服"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:textColor="@color/color_32"
|
|
|
android:textSize="14sp" />
|
|
|
|
|
|
<ImageView
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
android:layout_alignParentEnd="true"
|
|
|
android:layout_centerVertical="true"
|
|
|
android:layout_marginEnd="16dp"
|
|
|
android:src="@mipmap/ic_arrow"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"/>
|
|
|
android:src="@mipmap/ic_arrow" />
|
|
|
|
|
|
|
|
|
</RelativeLayout>
|
...
|
...
|
|