|
@@ -1,420 +1,429 @@
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
-<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
+<layout 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="wrap_content">
|
|
|
+ xmlns:binding="http://schemas.android.com/apk/res-auto"
|
|
|
+ xmlns:tools="http://schemas.android.com/tools">
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_edit_profile_work_type"
|
|
|
+ <data>
|
|
|
+
|
|
|
+ </data>
|
|
|
+
|
|
|
+ <RelativeLayout
|
|
|
android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_5dp"
|
|
|
- android:layout_marginRight="@dimen/d_5dp"
|
|
|
- android:background="@drawable/profile_white_shadow_comm_bg"
|
|
|
- android:orientation="vertical"
|
|
|
- android:paddingTop="@dimen/d_25dp"
|
|
|
- android:paddingBottom="@dimen/d_38dp">
|
|
|
-
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_edit_profile_work_type"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
- android:layout_marginRight="@dimen/d_23dp"
|
|
|
- android:text="个人评价"
|
|
|
- android:textColor="@color/profile_black_28394a"
|
|
|
- android:textSize="17dp" />
|
|
|
+ android:layout_marginLeft="@dimen/d_5dp"
|
|
|
+ android:layout_marginRight="@dimen/d_5dp"
|
|
|
+ android:background="@drawable/profile_white_shadow_comm_bg"
|
|
|
+ android:orientation="vertical"
|
|
|
+ android:paddingTop="@dimen/d_25dp"
|
|
|
+ android:paddingBottom="@dimen/d_38dp">
|
|
|
+
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/d_23dp"
|
|
|
+ android:layout_marginRight="@dimen/d_23dp"
|
|
|
+ android:text="个人评价"
|
|
|
+ android:textColor="@color/profile_black_28394a"
|
|
|
+ android:textSize="17dp" />
|
|
|
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:id="@+id/ll_edit_profile_work_type1"
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="160dp"
|
|
|
- android:layout_marginLeft="@dimen/d_20dp"
|
|
|
- android:layout_marginTop="@dimen/d_15dp"
|
|
|
- android:layout_marginRight="@dimen/d_15dp"
|
|
|
- android:gravity="center_vertical"
|
|
|
- android:orientation="horizontal">
|
|
|
+ <LinearLayout
|
|
|
+ android:id="@+id/ll_edit_profile_work_type1"
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="160dp"
|
|
|
+ android:layout_marginLeft="@dimen/d_20dp"
|
|
|
+ android:layout_marginTop="@dimen/d_15dp"
|
|
|
+ android:layout_marginRight="@dimen/d_15dp"
|
|
|
+ android:gravity="center_vertical"
|
|
|
+ android:orientation="horizontal">
|
|
|
+
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content">
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_zi"
|
|
|
+ android:layout_width="2dp"
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
+ android:background="@drawable/shape_5round_zi"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
+ android:id="@+id/tv_no_show_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/d_13dp"
|
|
|
+ android:text="缺勤率"
|
|
|
+ android:textColor="#FF8098B2"
|
|
|
+ android:textSize="@dimen/d_15sp"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/view_zi"
|
|
|
+ app:layout_constraintTop_toTopOf="@id/view_zi" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_no_show_icon"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/d_13dp"
|
|
|
+ android:layout_marginTop="5dp"
|
|
|
+ android:src="@drawable/no_show_rate_icon"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@id/tv_no_show_value"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/view_zi"
|
|
|
+ app:layout_constraintTop_toTopOf="@id/tv_no_show_value" />
|
|
|
+
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
+ android:id="@+id/tv_no_show_value"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
+ android:layout_marginTop="@dimen/d_2dp"
|
|
|
+ android:text="10%"
|
|
|
+ android:textColor="#FF3C3C4F"
|
|
|
+ android:textSize="@dimen/d_19sp"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/iv_no_show_icon"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/tv_no_show_text" />
|
|
|
+
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="28dp">
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:id="@+id/view_fen"
|
|
|
+ android:layout_width="2dp"
|
|
|
+ android:layout_height="@dimen/d_45dp"
|
|
|
+ android:background="@drawable/shape_5round_pink"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
+ android:id="@+id/tv_cancel_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/d_13dp"
|
|
|
+ android:text="取消率"
|
|
|
+ android:textColor="#FF8098B2"
|
|
|
+ android:textSize="@dimen/d_15sp"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/view_fen"
|
|
|
+ app:layout_constraintTop_toTopOf="@id/view_fen" />
|
|
|
+
|
|
|
+ <ImageView
|
|
|
+ android:id="@+id/iv_cancel_icon"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/d_13dp"
|
|
|
+ android:layout_marginTop="@dimen/d_5dp"
|
|
|
+ android:src="@drawable/cancellation_rate_icon"
|
|
|
+ app:layout_constraintBottom_toBottomOf="@id/tv_cancel_value"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/view_fen"
|
|
|
+ app:layout_constraintTop_toTopOf="@id/tv_cancel_value" />
|
|
|
+
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
+ android:id="@+id/tv_cancel_value"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginLeft="@dimen/d_10dp"
|
|
|
+ android:layout_marginTop="@dimen/d_2dp"
|
|
|
+ android:text="15%"
|
|
|
+ android:textColor="#FF3C3C4F"
|
|
|
+ android:textSize="@dimen/d_19sp"
|
|
|
+ app:layout_constraintLeft_toRightOf="@id/iv_cancel_icon"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/tv_cancel_text" />
|
|
|
+
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+
|
|
|
+ <com.guadou.cs_cptservices.widget.MyCircleProgressView
|
|
|
+ android:id="@+id/turn_up_progress"
|
|
|
+ android:layout_width="136dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:minHeight="200dp"
|
|
|
+
|
|
|
+ app:animTime="1000"
|
|
|
+ app:antiAlias="true"
|
|
|
+ app:digit="0"
|
|
|
+ app:hint="出勤率"
|
|
|
+
|
|
|
+ app:hintColor="#8098B2"
|
|
|
+ app:hintSize="13sp"
|
|
|
+
|
|
|
+ app:isanim="false"
|
|
|
+
|
|
|
+ app:mBgCirColor="#DDE3F6"
|
|
|
+ app:mBgCirWidth="5sp"
|
|
|
+ app:mCirColor="#3277f9"
|
|
|
+ app:mCirWidth="15sp"
|
|
|
|
|
|
+ app:shadowColor="#734947B2"
|
|
|
+ app:shadowShow="true"
|
|
|
+ app:shadowSize="9"
|
|
|
+
|
|
|
+ app:startAngle="270"
|
|
|
+ app:sweepAngle="360"
|
|
|
+ app:unit="%"
|
|
|
+
|
|
|
+ app:value="0"
|
|
|
+ app:valueColor="#5456A4"
|
|
|
+ app:valueSize="25dp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
+
|
|
|
+ <View
|
|
|
+ android:layout_width="match_parent"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_marginLeft="@dimen/d_23dp"
|
|
|
+ android:layout_marginTop="@dimen/d_10dp"
|
|
|
+ android:layout_marginRight="@dimen/d_23dp"
|
|
|
+ android:background="#FFD9E1ED" />
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_marginLeft="@dimen/d_23dp"
|
|
|
+ android:layout_marginTop="17dp"
|
|
|
+ android:layout_marginRight="@dimen/d_10dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content">
|
|
|
-
|
|
|
- <View
|
|
|
- android:id="@+id/view_zi"
|
|
|
- android:layout_width="2dp"
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
- android:background="@drawable/shape_5round_zi"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
+
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1.2"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
<com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
- android:id="@+id/tv_no_show_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_13dp"
|
|
|
- android:text="缺勤率"
|
|
|
- android:textColor="#FF8098B2"
|
|
|
- android:textSize="@dimen/d_15sp"
|
|
|
- app:layout_constraintLeft_toRightOf="@id/view_zi"
|
|
|
- app:layout_constraintTop_toTopOf="@id/view_zi" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_no_show_icon"
|
|
|
+ android:id="@+id/tv_grooming_text"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_13dp"
|
|
|
- android:layout_marginTop="5dp"
|
|
|
- android:src="@drawable/no_show_rate_icon"
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/tv_no_show_value"
|
|
|
- app:layout_constraintLeft_toRightOf="@id/view_zi"
|
|
|
- app:layout_constraintTop_toTopOf="@id/tv_no_show_value" />
|
|
|
+ android:text="着装"
|
|
|
+ android:textColor="#FF3C3C4F"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ProgressBar
|
|
|
+ android:id="@+id/pb_grooming"
|
|
|
+ android:layout_width="@dimen/d_70dp"
|
|
|
+ android:layout_height="6dp"
|
|
|
+ android:layout_marginTop="@dimen/d_8dp"
|
|
|
+ android:indeterminateOnly="false"
|
|
|
+ android:max="5"
|
|
|
+ android:progress="3"
|
|
|
+ android:progressDrawable="@drawable/progress_horizontal_grooming" />
|
|
|
|
|
|
<com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
- android:id="@+id/tv_no_show_value"
|
|
|
+ android:id="@+id/tv_grooming_value"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
- android:layout_marginTop="@dimen/d_2dp"
|
|
|
- android:text="10%"
|
|
|
- android:textColor="#FF3C3C4F"
|
|
|
- android:textSize="@dimen/d_19sp"
|
|
|
- app:layout_constraintLeft_toRightOf="@id/iv_no_show_icon"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_no_show_text" />
|
|
|
+ android:layout_marginTop="@dimen/d_3dp"
|
|
|
+ android:text="3.7"
|
|
|
+ android:textColor="#FF5C75C6"
|
|
|
+ android:textSize="16sp" />
|
|
|
+
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="28dp">
|
|
|
+ android:layout_weight="1.2"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- <View
|
|
|
- android:id="@+id/view_fen"
|
|
|
- android:layout_width="2dp"
|
|
|
- android:layout_height="@dimen/d_45dp"
|
|
|
- android:background="@drawable/shape_5round_pink"
|
|
|
+ <TextView
|
|
|
+ android:id="@+id/tv_average_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="平均评级"
|
|
|
+ android:textColor="#FF3C3C4F"
|
|
|
+ android:textSize="14sp"
|
|
|
app:layout_constraintLeft_toLeftOf="parent"
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
- android:id="@+id/tv_cancel_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_13dp"
|
|
|
- android:text="取消率"
|
|
|
- android:textColor="#FF8098B2"
|
|
|
- android:textSize="@dimen/d_15sp"
|
|
|
- app:layout_constraintLeft_toRightOf="@id/view_fen"
|
|
|
- app:layout_constraintTop_toTopOf="@id/view_fen" />
|
|
|
-
|
|
|
- <ImageView
|
|
|
- android:id="@+id/iv_cancel_icon"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_13dp"
|
|
|
- android:layout_marginTop="@dimen/d_5dp"
|
|
|
- android:src="@drawable/cancellation_rate_icon"
|
|
|
- app:layout_constraintBottom_toBottomOf="@id/tv_cancel_value"
|
|
|
- app:layout_constraintLeft_toRightOf="@id/view_fen"
|
|
|
- app:layout_constraintTop_toTopOf="@id/tv_cancel_value" />
|
|
|
+ <ProgressBar
|
|
|
+ android:id="@+id/pb_average"
|
|
|
+ android:layout_width="@dimen/d_70dp"
|
|
|
+ android:layout_height="6dp"
|
|
|
+ android:layout_marginTop="@dimen/d_8dp"
|
|
|
+ android:indeterminateOnly="false"
|
|
|
+ android:max="5"
|
|
|
+ android:progress="3"
|
|
|
+ android:progressDrawable="@drawable/progress_horizontal_average"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@id/tv_average_text"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/tv_average_text" />
|
|
|
|
|
|
<com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
- android:id="@+id/tv_cancel_value"
|
|
|
+ android:id="@+id/tv_average_value"
|
|
|
android:layout_width="wrap_content"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_10dp"
|
|
|
- android:layout_marginTop="@dimen/d_2dp"
|
|
|
- android:text="15%"
|
|
|
- android:textColor="#FF3C3C4F"
|
|
|
- android:textSize="@dimen/d_19sp"
|
|
|
- app:layout_constraintLeft_toRightOf="@id/iv_cancel_icon"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_cancel_text" />
|
|
|
+ android:layout_marginTop="@dimen/d_3dp"
|
|
|
+ android:text="3.7"
|
|
|
+ android:textColor="#FFF03C74"
|
|
|
+ android:textSize="16sp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@id/tv_average_text"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/pb_average" />
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
- </LinearLayout>
|
|
|
-
|
|
|
|
|
|
- <com.guadou.cs_cptservices.widget.MyCircleProgressView
|
|
|
- android:id="@+id/turn_up_progress"
|
|
|
- android:layout_width="136dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:minHeight="200dp"
|
|
|
-
|
|
|
- app:animTime="1000"
|
|
|
- app:antiAlias="true"
|
|
|
- app:digit="0"
|
|
|
- app:hint="出勤率"
|
|
|
-
|
|
|
- app:hintColor="#8098B2"
|
|
|
- app:hintSize="13sp"
|
|
|
-
|
|
|
- app:isanim="false"
|
|
|
-
|
|
|
- app:mBgCirColor="#DDE3F6"
|
|
|
- app:mBgCirWidth="5sp"
|
|
|
- app:mCirColor="#3277f9"
|
|
|
- app:mCirWidth="15sp"
|
|
|
-
|
|
|
- app:shadowColor="#734947B2"
|
|
|
- app:shadowShow="true"
|
|
|
- app:shadowSize="9"
|
|
|
-
|
|
|
- app:startAngle="270"
|
|
|
- app:sweepAngle="360"
|
|
|
- app:unit="%"
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_weight="1"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- app:value="0"
|
|
|
- app:valueColor="#5456A4"
|
|
|
- app:valueSize="25dp" />
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
+ android:id="@+id/tv_attitude_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="态度"
|
|
|
+ android:textColor="#FF3C3C4F"
|
|
|
+ android:textSize="14sp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@id/pb_attitude"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <ProgressBar
|
|
|
+ android:id="@+id/pb_attitude"
|
|
|
+ android:layout_width="@dimen/d_70dp"
|
|
|
+ android:layout_height="6dp"
|
|
|
+ android:layout_marginTop="@dimen/d_8dp"
|
|
|
+ android:indeterminateOnly="false"
|
|
|
+ android:max="5"
|
|
|
+ android:progress="3"
|
|
|
+ android:progressDrawable="@drawable/progress_horizontal_attitude"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintRight_toRightOf="parent"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/tv_attitude_text" />
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
- android:layout_marginTop="@dimen/d_10dp"
|
|
|
- android:layout_marginRight="@dimen/d_23dp"
|
|
|
- android:background="#FFD9E1ED" />
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
+ android:id="@+id/tv_attitude_value"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/d_3dp"
|
|
|
+ android:text="3.7"
|
|
|
+ android:textColor="#FFFCC917"
|
|
|
+ android:textSize="16sp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@id/tv_attitude_text"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/pb_attitude" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
- android:layout_marginTop="17dp"
|
|
|
- android:layout_marginRight="@dimen/d_10dp"
|
|
|
- android:orientation="horizontal">
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
<LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1.2"
|
|
|
- android:orientation="vertical">
|
|
|
+ android:layout_marginLeft="@dimen/d_23dp"
|
|
|
+ android:layout_marginTop="@dimen/d_23dp"
|
|
|
+ android:layout_marginRight="@dimen/d_10dp"
|
|
|
+ android:orientation="horizontal">
|
|
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
- android:id="@+id/tv_grooming_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="着装"
|
|
|
- android:textColor="#FF3C3C4F"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ProgressBar
|
|
|
- android:id="@+id/pb_grooming"
|
|
|
- android:layout_width="@dimen/d_70dp"
|
|
|
- android:layout_height="6dp"
|
|
|
- android:layout_marginTop="@dimen/d_8dp"
|
|
|
- android:indeterminateOnly="false"
|
|
|
- android:max="5"
|
|
|
- android:progress="3"
|
|
|
- android:progressDrawable="@drawable/progress_horizontal_grooming" />
|
|
|
-
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
- android:id="@+id/tv_grooming_value"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/d_3dp"
|
|
|
- android:text="3.7"
|
|
|
- android:textColor="#FF5C75C6"
|
|
|
- android:textSize="16sp" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1.2"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <TextView
|
|
|
- android:id="@+id/tv_average_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="平均评级"
|
|
|
- android:textColor="#FF3C3C4F"
|
|
|
- android:textSize="14sp"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- <ProgressBar
|
|
|
- android:id="@+id/pb_average"
|
|
|
- android:layout_width="@dimen/d_70dp"
|
|
|
- android:layout_height="6dp"
|
|
|
- android:layout_marginTop="@dimen/d_8dp"
|
|
|
- android:indeterminateOnly="false"
|
|
|
- android:max="5"
|
|
|
- android:progress="3"
|
|
|
- android:progressDrawable="@drawable/progress_horizontal_average"
|
|
|
- app:layout_constraintLeft_toLeftOf="@id/tv_average_text"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_average_text" />
|
|
|
-
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
- android:id="@+id/tv_average_value"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <LinearLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/d_3dp"
|
|
|
- android:text="3.7"
|
|
|
- android:textColor="#FFF03C74"
|
|
|
- android:textSize="16sp"
|
|
|
- app:layout_constraintLeft_toLeftOf="@id/tv_average_text"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/pb_average" />
|
|
|
+ android:layout_weight="1.2"
|
|
|
+ android:orientation="vertical">
|
|
|
+
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
+ android:id="@+id/tv_perforamnce_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="个人能力"
|
|
|
+ android:textColor="#FF3C3C4F"
|
|
|
+ android:textSize="14sp" />
|
|
|
+
|
|
|
+ <ProgressBar
|
|
|
+ android:id="@+id/pb_perforamnce"
|
|
|
+ android:layout_width="@dimen/d_70dp"
|
|
|
+ android:layout_height="6dp"
|
|
|
+ android:layout_marginTop="@dimen/d_8dp"
|
|
|
+ android:indeterminateOnly="false"
|
|
|
+ android:max="5"
|
|
|
+ android:progress="3"
|
|
|
+ android:progressDrawable="@drawable/progress_horizontal_perforamnce" />
|
|
|
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
+ android:id="@+id/tv_perforamnce_value"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/d_3dp"
|
|
|
+ android:text="3.7"
|
|
|
+ android:textColor="#FFF99620"
|
|
|
+ android:textSize="16sp" />
|
|
|
|
|
|
+ </LinearLayout>
|
|
|
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1"
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
- android:id="@+id/tv_attitude_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="态度"
|
|
|
- android:textColor="#FF3C3C4F"
|
|
|
- android:textSize="14sp"
|
|
|
- app:layout_constraintLeft_toLeftOf="@id/pb_attitude"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- <ProgressBar
|
|
|
- android:id="@+id/pb_attitude"
|
|
|
- android:layout_width="@dimen/d_70dp"
|
|
|
- android:layout_height="6dp"
|
|
|
- android:layout_marginTop="@dimen/d_8dp"
|
|
|
- android:indeterminateOnly="false"
|
|
|
- android:max="5"
|
|
|
- android:progress="3"
|
|
|
- android:progressDrawable="@drawable/progress_horizontal_attitude"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintRight_toRightOf="parent"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_attitude_text" />
|
|
|
-
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
- android:id="@+id/tv_attitude_value"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
+ android:layout_width="0dp"
|
|
|
android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/d_3dp"
|
|
|
- android:text="3.7"
|
|
|
- android:textColor="#FFFCC917"
|
|
|
- android:textSize="16sp"
|
|
|
- app:layout_constraintLeft_toLeftOf="@id/tv_attitude_text"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/pb_attitude" />
|
|
|
+ android:layout_weight="1.2"
|
|
|
+ android:orientation="vertical">
|
|
|
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
+ android:id="@+id/tv_experience_text"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:text="经验"
|
|
|
+ android:textColor="#FF3C3C4F"
|
|
|
+ android:textSize="14sp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="parent"
|
|
|
+ app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
- </LinearLayout>
|
|
|
+ <ProgressBar
|
|
|
+ android:id="@+id/pb_experience"
|
|
|
+ android:layout_width="@dimen/d_70dp"
|
|
|
+ android:layout_height="6dp"
|
|
|
+ android:layout_marginTop="@dimen/d_8dp"
|
|
|
+ android:indeterminateOnly="false"
|
|
|
+ android:max="5"
|
|
|
+ android:progress="3"
|
|
|
+ android:progressDrawable="@drawable/progress_horizontal_experience"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@id/tv_experience_text"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/tv_experience_text" />
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="match_parent"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginLeft="@dimen/d_23dp"
|
|
|
- android:layout_marginTop="@dimen/d_23dp"
|
|
|
- android:layout_marginRight="@dimen/d_10dp"
|
|
|
- android:orientation="horizontal">
|
|
|
+ <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
+ android:id="@+id/tv_experience_value"
|
|
|
+ android:layout_width="wrap_content"
|
|
|
+ android:layout_height="wrap_content"
|
|
|
+ android:layout_marginTop="@dimen/d_3dp"
|
|
|
+ android:text="3.7"
|
|
|
+ android:textColor="#FF40C5A7"
|
|
|
+ android:textSize="16sp"
|
|
|
+ app:layout_constraintLeft_toLeftOf="@id/tv_experience_text"
|
|
|
+ app:layout_constraintTop_toBottomOf="@id/pb_experience" />
|
|
|
|
|
|
+ </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
- <LinearLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1.2"
|
|
|
- android:orientation="vertical">
|
|
|
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
- android:id="@+id/tv_perforamnce_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="个人能力"
|
|
|
- android:textColor="#FF3C3C4F"
|
|
|
- android:textSize="14sp" />
|
|
|
-
|
|
|
- <ProgressBar
|
|
|
- android:id="@+id/pb_perforamnce"
|
|
|
- android:layout_width="@dimen/d_70dp"
|
|
|
- android:layout_height="6dp"
|
|
|
- android:layout_marginTop="@dimen/d_8dp"
|
|
|
- android:indeterminateOnly="false"
|
|
|
- android:max="5"
|
|
|
- android:progress="3"
|
|
|
- android:progressDrawable="@drawable/progress_horizontal_perforamnce" />
|
|
|
-
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
- android:id="@+id/tv_perforamnce_value"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/d_3dp"
|
|
|
- android:text="3.7"
|
|
|
- android:textColor="#FFF99620"
|
|
|
- android:textSize="16sp" />
|
|
|
+ <View
|
|
|
+ android:layout_width="0dp"
|
|
|
+ android:layout_height="1dp"
|
|
|
+ android:layout_weight="1" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
-
|
|
|
- <androidx.constraintlayout.widget.ConstraintLayout
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_weight="1.2"
|
|
|
- android:orientation="vertical">
|
|
|
-
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewMedium
|
|
|
- android:id="@+id/tv_experience_text"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:text="经验"
|
|
|
- android:textColor="#FF3C3C4F"
|
|
|
- android:textSize="14sp"
|
|
|
- app:layout_constraintLeft_toLeftOf="parent"
|
|
|
- app:layout_constraintTop_toTopOf="parent" />
|
|
|
-
|
|
|
- <ProgressBar
|
|
|
- android:id="@+id/pb_experience"
|
|
|
- android:layout_width="@dimen/d_70dp"
|
|
|
- android:layout_height="6dp"
|
|
|
- android:layout_marginTop="@dimen/d_8dp"
|
|
|
- android:indeterminateOnly="false"
|
|
|
- android:max="5"
|
|
|
- android:progress="3"
|
|
|
- android:progressDrawable="@drawable/progress_horizontal_experience"
|
|
|
- app:layout_constraintLeft_toLeftOf="@id/tv_experience_text"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/tv_experience_text" />
|
|
|
-
|
|
|
- <com.guadou.lib_baselib.font_text_view.TextViewBold
|
|
|
- android:id="@+id/tv_experience_value"
|
|
|
- android:layout_width="wrap_content"
|
|
|
- android:layout_height="wrap_content"
|
|
|
- android:layout_marginTop="@dimen/d_3dp"
|
|
|
- android:text="3.7"
|
|
|
- android:textColor="#FF40C5A7"
|
|
|
- android:textSize="16sp"
|
|
|
- app:layout_constraintLeft_toLeftOf="@id/tv_experience_text"
|
|
|
- app:layout_constraintTop_toBottomOf="@id/pb_experience" />
|
|
|
-
|
|
|
- </androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
-
|
|
|
-
|
|
|
<View
|
|
|
- android:layout_width="0dp"
|
|
|
- android:layout_height="1dp"
|
|
|
- android:layout_weight="1" />
|
|
|
+ android:layout_width="1dp"
|
|
|
+ android:layout_height="20dp" />
|
|
|
|
|
|
</LinearLayout>
|
|
|
|
|
|
- <View
|
|
|
- android:layout_width="1dp"
|
|
|
- android:layout_height="20dp" />
|
|
|
-
|
|
|
- </LinearLayout>
|
|
|
+ </RelativeLayout>
|
|
|
|
|
|
-</RelativeLayout>
|
|
|
+</layout>
|