<?xml version="1.0" encoding="utf-8"?>
|
<androidx.constraintlayout.motion.widget.MotionLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
android:id="@+id/motion"
|
app:layoutDescription="@xml/fragment_include_scene">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:id="@+id/cl_1"
|
android:layout_width="0dp"
|
android:layout_height="0dp"
|
android:padding="4dp"
|
android:elevation="2dp"
|
android:layout_marginTop="24dp"
|
app:layout_constraintHorizontal_chainStyle="packed"
|
app:layout_constraintVertical_chainStyle="packed"
|
android:background="@drawable/bg_white_8dp"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toTopOf="@id/cl_4"
|
android:layout_marginBottom="100dp"
|
app:layout_constraintDimensionRatio="296:244"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintEnd_toStartOf="@id/cl_2"
|
android:layout_marginEnd="10dp">
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="0dp"
|
android:layout_height="40dp"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
android:id="@+id/cl_voice1">
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:id="@+id/cl_voice1_real"
|
android:visibility="gone"
|
android:layout_height="match_parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:background="@drawable/selector_bg_voice">
|
<ImageView
|
android:id="@+id/iv1_1"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/yuyin_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:layout_marginStart="25dp"/>
|
<ImageView
|
android:id="@+id/iv2_1"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/play_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
android:layout_marginEnd="23dp"/>
|
<ImageView
|
android:id="@+id/iv_playing_1"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:visibility="gone"
|
android:src="@mipmap/bofangzhong_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent" />
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:layout_width="match_parent"
|
android:id="@+id/iv_1"
|
app:actualImageScaleType="centerCrop"
|
android:layout_marginTop="40dp"
|
android:layout_height="match_parent"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:id="@+id/cl_2"
|
android:layout_width="0dp"
|
android:layout_height="0dp"
|
android:padding="4dp"
|
android:elevation="2dp"
|
android:background="@drawable/bg_white_8dp"
|
app:layout_constraintTop_toTopOf="@id/cl_1"
|
app:layout_constraintBottom_toBottomOf="@id/cl_1"
|
app:layout_constraintStart_toEndOf="@id/cl_1"
|
app:layout_constraintEnd_toStartOf="@id/cl_3"
|
android:layout_marginEnd="10dp">
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="0dp"
|
android:layout_height="40dp"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
android:id="@+id/cl_voice2">
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:id="@+id/cl_voice2_real"
|
android:visibility="gone"
|
android:layout_height="match_parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:background="@drawable/selector_bg_voice">
|
<ImageView
|
android:id="@+id/iv1_2"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/yuyin_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:layout_marginStart="25dp"/>
|
<ImageView
|
android:id="@+id/iv2_2"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/play_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
android:layout_marginEnd="23dp"/>
|
<ImageView
|
android:id="@+id/iv_playing_2"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:visibility="gone"
|
android:src="@mipmap/bofangzhong_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent" />
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:layout_width="match_parent"
|
android:id="@+id/iv_2"
|
app:actualImageScaleType="centerCrop"
|
android:layout_marginTop="40dp"
|
android:layout_height="match_parent"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:id="@+id/cl_3"
|
android:layout_width="0dp"
|
android:layout_height="0dp"
|
android:padding="4dp"
|
android:elevation="2dp"
|
android:background="@drawable/bg_white_8dp"
|
app:layout_constraintTop_toTopOf="@id/cl_1"
|
app:layout_constraintBottom_toBottomOf="@id/cl_1"
|
app:layout_constraintStart_toEndOf="@id/cl_2"
|
app:layout_constraintEnd_toEndOf="parent">
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:layout_height="40dp"
|
app:layout_constraintTop_toTopOf="parent"
|
android:id="@+id/cl_voice3">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:id="@+id/cl_voice3_real"
|
android:visibility="gone"
|
android:layout_height="match_parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:background="@drawable/selector_bg_voice">
|
<ImageView
|
android:id="@+id/iv1_3"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/yuyin_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:layout_marginStart="25dp"/>
|
<ImageView
|
android:id="@+id/iv2_3"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/play_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
android:layout_marginEnd="23dp"/>
|
<ImageView
|
android:id="@+id/iv_playing_3"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:visibility="gone"
|
android:src="@mipmap/bofangzhong_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent" />
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:layout_width="match_parent"
|
android:id="@+id/iv_3"
|
app:placeholderImage="@color/grey_f1"
|
app:actualImageScaleType="centerCrop"
|
app:failureImage="@color/grey_f1"
|
android:layout_marginTop="40dp"
|
android:layout_height="match_parent"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:id="@+id/cl_4"
|
android:layout_width="0dp"
|
android:layout_height="0dp"
|
android:padding="4dp"
|
android:elevation="2dp"
|
android:layout_marginBottom="12dp"
|
app:layout_constraintTop_toBottomOf="@id/cl_1"
|
android:background="@drawable/bg_white_8dp"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="@id/cl_1"
|
app:layout_constraintEnd_toEndOf="@id/cl_1">
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:layout_height="40dp"
|
android:id="@+id/cl_voice4"
|
app:layout_constraintTop_toTopOf="parent">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:id="@+id/cl_voice4_real"
|
android:visibility="gone"
|
android:layout_height="match_parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:background="@drawable/selector_bg_voice">
|
<ImageView
|
android:id="@+id/iv1_4"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/yuyin_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:layout_marginStart="25dp"/>
|
<ImageView
|
android:id="@+id/iv2_4"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/play_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
android:layout_marginEnd="23dp"/>
|
<ImageView
|
android:id="@+id/iv_playing_4"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:visibility="gone"
|
android:src="@mipmap/bofangzhong_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent" />
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:layout_width="match_parent"
|
android:id="@+id/iv_4"
|
app:actualImageScaleType="centerCrop"
|
android:layout_marginTop="40dp"
|
android:layout_height="match_parent"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:id="@+id/cl_5"
|
android:layout_width="0dp"
|
android:layout_height="0dp"
|
android:padding="4dp"
|
android:elevation="2dp"
|
android:background="@drawable/bg_white_8dp"
|
app:layout_constraintBottom_toBottomOf="@id/cl_4"
|
app:layout_constraintTop_toTopOf="@id/cl_4"
|
app:layout_constraintStart_toStartOf="@id/cl_2"
|
app:layout_constraintEnd_toEndOf="@id/cl_2">
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:layout_height="40dp"
|
android:id="@+id/cl_voice5"
|
app:layout_constraintTop_toTopOf="parent">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:id="@+id/cl_voice5_real"
|
android:visibility="gone"
|
android:layout_height="match_parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:background="@drawable/selector_bg_voice">
|
<ImageView
|
android:id="@+id/iv1_5"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/yuyin_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:layout_marginStart="25dp"/>
|
<ImageView
|
android:id="@+id/iv2_5"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/play_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
android:layout_marginEnd="23dp"/>
|
<ImageView
|
android:id="@+id/iv_playing_5"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:visibility="gone"
|
android:src="@mipmap/bofangzhong_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent" />
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:layout_width="match_parent"
|
android:id="@+id/iv_5"
|
app:placeholderImage="@color/grey_f1"
|
app:actualImageScaleType="centerCrop"
|
android:layout_marginTop="40dp"
|
app:failureImage="@color/grey_f1"
|
android:layout_height="match_parent"/>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:id="@+id/cl_6"
|
android:layout_width="0dp"
|
android:layout_height="0dp"
|
android:padding="4dp"
|
android:elevation="2dp"
|
android:background="@drawable/bg_white_8dp"
|
app:layout_constraintBottom_toBottomOf="@id/cl_4"
|
app:layout_constraintTop_toTopOf="@id/cl_4"
|
app:layout_constraintStart_toStartOf="@id/cl_3"
|
app:layout_constraintEnd_toEndOf="@id/cl_3">
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:layout_height="40dp"
|
android:id="@+id/cl_voice6"
|
app:layout_constraintTop_toTopOf="parent">
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:id="@+id/cl_voice6_real"
|
android:visibility="gone"
|
android:layout_height="match_parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:background="@drawable/selector_bg_voice">
|
<ImageView
|
android:id="@+id/iv1_6"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/yuyin_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
android:layout_marginStart="25dp"/>
|
<ImageView
|
android:id="@+id/iv2_6"
|
android:layout_width="wrap_content"
|
android:layout_height="match_parent"
|
android:layout_marginVertical="6dp"
|
android:src="@mipmap/play_2"
|
app:layout_constraintTop_toTopOf="parent"
|
android:layout_marginEnd="23dp"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent" />
|
<ImageView
|
android:id="@+id/iv_playing_6"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:visibility="gone"
|
android:src="@mipmap/bofangzhong_2"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toStartOf="parent" />
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:layout_width="match_parent"
|
android:id="@+id/iv_6"
|
app:placeholderImage="@color/grey_f1"
|
app:actualImageScaleType="centerCrop"
|
android:layout_marginTop="40dp"
|
app:failureImage="@color/grey_f1"
|
android:layout_height="match_parent"/>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:layout_width="96dp"
|
android:layout_height="60dp"
|
android:id="@+id/iv_answer_3"
|
app:failureImage="@null"
|
app:layout_constraintStart_toStartOf="@id/cl_answer_3"
|
app:layout_constraintTop_toTopOf="@id/cl_answer_3"
|
android:elevation="2dp"
|
app:actualImageScaleType="centerCrop"
|
app:roundedCornerRadius="8dp"/>
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:layout_width="96dp"
|
android:layout_height="60dp"
|
android:id="@+id/iv_answer_2"
|
app:failureImage="@null"
|
android:elevation="2dp"
|
app:layout_constraintStart_toStartOf="@id/cl_answer_2"
|
app:layout_constraintTop_toTopOf="@id/cl_answer_2"
|
app:actualImageScaleType="centerCrop"
|
app:roundedCornerRadius="8dp"/>
|
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:layout_width="96dp"
|
android:layout_height="60dp"
|
android:id="@+id/iv_answer_1"
|
android:elevation="2dp"
|
app:actualImageScaleType="centerCrop"
|
app:layout_constraintStart_toStartOf="@id/cl_answer_1"
|
app:layout_constraintTop_toTopOf="@id/cl_answer_1"
|
app:failureImage="@null"
|
app:roundedCornerRadius="8dp"/>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="96dp"
|
android:layout_height="60dp"
|
android:id="@+id/cl_answer_3"
|
app:layout_constraintEnd_toEndOf="@id/cl_3"
|
android:elevation="2dp"
|
app:layout_constraintTop_toBottomOf="@id/cl_3"
|
android:layout_marginEnd="23dp"
|
android:layout_marginTop="16dp">
|
<ImageView
|
android:id="@+id/iv_error_3"
|
android:layout_width="42dp"
|
android:visibility="gone"
|
android:layout_height="42dp"
|
android:src="@mipmap/zhifushibai"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"/>
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:id="@+id/iv_full_3"
|
android:visibility="gone"
|
android:padding="2dp"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
android:src="@mipmap/quanping"/>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="96dp"
|
android:layout_height="60dp"
|
android:id="@+id/cl_answer_2"
|
android:elevation="2dp"
|
app:layout_constraintEnd_toStartOf="@id/cl_answer_3"
|
app:layout_constraintTop_toBottomOf="@id/cl_3"
|
android:layout_marginEnd="5dp"
|
android:layout_marginTop="16dp">
|
<ImageView
|
android:id="@+id/iv_error_2"
|
android:layout_width="42dp"
|
android:visibility="gone"
|
android:layout_height="42dp"
|
android:src="@mipmap/zhifushibai"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"/>
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:id="@+id/iv_full_2"
|
android:visibility="gone"
|
android:padding="2dp"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
android:src="@mipmap/quanping"/>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="96dp"
|
android:layout_height="60dp"
|
android:id="@+id/cl_answer_1"
|
android:elevation="2dp"
|
app:layout_constraintEnd_toStartOf="@id/cl_answer_2"
|
app:layout_constraintTop_toBottomOf="@id/cl_3"
|
android:layout_marginEnd="5dp"
|
android:layout_marginTop="16dp">
|
<ImageView
|
android:id="@+id/iv_error_1"
|
android:layout_width="42dp"
|
android:visibility="gone"
|
android:layout_height="42dp"
|
android:src="@mipmap/zhifushibai"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"/>
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:id="@+id/iv_full_1"
|
android:visibility="gone"
|
android:padding="2dp"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
android:src="@mipmap/quanping"/>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
<RelativeLayout
|
android:id="@+id/rv_3"
|
android:layout_width="0dp"
|
app:layout_constraintStart_toStartOf="@id/cl_3"
|
app:layout_constraintEnd_toEndOf="@id/cl_3"
|
app:layout_constraintTop_toTopOf="@id/cl_3"
|
android:elevation="2dp"
|
app:layout_constraintBottom_toBottomOf="@id/cl_3"
|
android:layout_height="0dp">
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:id="@+id/result_3"
|
android:layout_centerInParent="true"
|
android:visibility="gone"
|
android:src="@mipmap/successs"/>
|
</RelativeLayout>
|
<RelativeLayout
|
android:id="@+id/rv_5"
|
android:layout_width="0dp"
|
app:layout_constraintStart_toStartOf="@id/cl_5"
|
app:layout_constraintEnd_toEndOf="@id/cl_5"
|
app:layout_constraintTop_toTopOf="@id/cl_5"
|
android:elevation="2dp"
|
app:layout_constraintBottom_toBottomOf="@id/cl_5"
|
android:layout_height="0dp">
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:id="@+id/result_5"
|
android:layout_centerInParent="true"
|
android:visibility="gone"
|
android:src="@mipmap/successs"/>
|
</RelativeLayout>
|
<RelativeLayout
|
android:id="@+id/rv_6"
|
android:layout_width="0dp"
|
app:layout_constraintStart_toStartOf="@id/cl_6"
|
app:layout_constraintEnd_toEndOf="@id/cl_6"
|
app:layout_constraintTop_toTopOf="@id/cl_6"
|
android:elevation="2dp"
|
app:layout_constraintBottom_toBottomOf="@id/cl_6"
|
android:layout_height="0dp">
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:id="@+id/result_6"
|
android:layout_centerInParent="true"
|
android:visibility="gone"
|
android:src="@mipmap/successs"/>
|
</RelativeLayout>
|
|
|
</androidx.constraintlayout.motion.widget.MotionLayout>
|