|
|
|
|
@@ -1,80 +1,86 @@
|
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
|
<com.mogo.och.common.module.wigets.OCHBorderShadowLayout 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"
|
|
|
|
|
tools:parentTag="androidx.constraintlayout.widget.ConstraintLayout">
|
|
|
|
|
android:layout_width="@dimen/dp_799"
|
|
|
|
|
android:layout_height="@dimen/dp_400"
|
|
|
|
|
app:blurRadius="@dimen/dp_26"
|
|
|
|
|
app:shadowColor="#26666666"
|
|
|
|
|
app:shadowRadius="@dimen/dp_20"
|
|
|
|
|
app:xOffset="0dp"
|
|
|
|
|
app:yOffset="0dp">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<com.mogo.eagle.core.widget.RoundCanClickConstraintLayout
|
|
|
|
|
android:id="@+id/rcccl_con"
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="@dimen/dp_349"
|
|
|
|
|
android:background="#8CF5FAFF"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent"
|
|
|
|
|
app:roundLayoutRadius="24dp">
|
|
|
|
|
android:layout_height="wrap_content">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="@dimen/dp_56"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_51"
|
|
|
|
|
android:layout_marginEnd="@dimen/dp_51"
|
|
|
|
|
android:text="行程即将结束,小智很想知道你的体验如何呢?"
|
|
|
|
|
android:textColor="@color/taxi_cp_131415"
|
|
|
|
|
android:textSize="@dimen/dp_32"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
|
|
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
|
|
|
|
android:id="@+id/rcccl_con"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="@dimen/dp_349"
|
|
|
|
|
android:background="#8CF5FAFF"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent">
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:layout_width="0dp"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginStart="@dimen/dp_56"
|
|
|
|
|
android:layout_marginTop="@dimen/dp_51"
|
|
|
|
|
android:layout_marginEnd="@dimen/dp_51"
|
|
|
|
|
android:text="行程即将结束,小智很想知道你的体验如何呢?"
|
|
|
|
|
android:textColor="@color/taxi_cp_131415"
|
|
|
|
|
android:textSize="@dimen/dp_32"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintTop_toTopOf="parent" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_low_evaluate"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="@dimen/dp_120"
|
|
|
|
|
android:layout_marginBottom="@dimen/dp_40"
|
|
|
|
|
android:text="有待提升"
|
|
|
|
|
android:textColor="@color/taxi_cp_303C52"
|
|
|
|
|
android:textSize="@dimen/dp_26"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv_evaluate_low"
|
|
|
|
|
android:layout_width="@dimen/dp_120"
|
|
|
|
|
android:layout_height="@dimen/dp_120"
|
|
|
|
|
android:layout_marginBottom="-14dp"
|
|
|
|
|
android:src="@drawable/taxi_p_evaluate_low"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/tv_low_evaluate"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/tv_low_evaluate"
|
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/tv_low_evaluate" />
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv_evaluate_great"
|
|
|
|
|
android:layout_width="@dimen/dp_320"
|
|
|
|
|
android:layout_height="@dimen/dp_400"
|
|
|
|
|
android:layout_marginStart="@dimen/dp_51"
|
|
|
|
|
android:layout_marginBottom="@dimen/dp_20"
|
|
|
|
|
android:src="@drawable/arrive_dest_great_000"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/rcccl_con"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_low_evaluate"
|
|
|
|
|
android:id="@+id/tv_great_evaluate"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginEnd="@dimen/dp_99"
|
|
|
|
|
android:layout_marginBottom="@dimen/dp_40"
|
|
|
|
|
android:text="有待提升"
|
|
|
|
|
android:text="新奇有趣"
|
|
|
|
|
android:textColor="@color/taxi_cp_303C52"
|
|
|
|
|
android:textSize="@dimen/dp_26"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="parent" />
|
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/iv_evaluate_great"
|
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/iv_evaluate_great" />
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv_evaluate_low"
|
|
|
|
|
android:layout_width="@dimen/dp_120"
|
|
|
|
|
android:layout_height="@dimen/dp_120"
|
|
|
|
|
android:layout_marginBottom="@dimen/dp_1"
|
|
|
|
|
android:src="@drawable/taxi_p_evaluate_low"
|
|
|
|
|
app:layout_constraintBottom_toTopOf="@+id/tv_low_evaluate"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/tv_low_evaluate"
|
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/tv_low_evaluate" />
|
|
|
|
|
|
|
|
|
|
</com.mogo.eagle.core.widget.RoundCanClickConstraintLayout>
|
|
|
|
|
|
|
|
|
|
<ImageView
|
|
|
|
|
android:id="@+id/iv_evaluate_great"
|
|
|
|
|
android:layout_width="@dimen/dp_320"
|
|
|
|
|
android:layout_height="@dimen/dp_400"
|
|
|
|
|
android:layout_marginBottom="@dimen/dp_33"
|
|
|
|
|
android:layout_marginStart="@dimen/dp_30"
|
|
|
|
|
android:src="@drawable/arrive_dest_great_000"
|
|
|
|
|
app:layout_constraintStart_toStartOf="parent"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="@+id/rcccl_con" />
|
|
|
|
|
|
|
|
|
|
<TextView
|
|
|
|
|
android:id="@+id/tv_great_evaluate"
|
|
|
|
|
android:layout_width="wrap_content"
|
|
|
|
|
android:layout_height="wrap_content"
|
|
|
|
|
android:layout_marginBottom="@dimen/dp_40"
|
|
|
|
|
android:text="新奇有趣"
|
|
|
|
|
android:textColor="@color/taxi_cp_303C52"
|
|
|
|
|
android:textSize="@dimen/dp_26"
|
|
|
|
|
app:layout_constraintBottom_toBottomOf="parent"
|
|
|
|
|
app:layout_constraintEnd_toEndOf="@+id/iv_evaluate_great"
|
|
|
|
|
app:layout_constraintStart_toStartOf="@+id/iv_evaluate_great" />
|
|
|
|
|
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
|
|
</com.mogo.och.common.module.wigets.OCHBorderShadowLayout>
|