<?xml version="1.0" encoding="utf-8"?>
|
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
android:layout_width="match_parent"
|
android:layout_height="wrap_content"
|
xmlns:app="http://schemas.android.com/apk/res-auto">
|
<androidx.constraintlayout.motion.widget.MotionLayout
|
android:layout_width="match_parent"
|
android:layout_height="100dp"
|
android:id="@+id/motion"
|
android:layout_marginHorizontal="3dp"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
android:layout_marginBottom="16dp"
|
android:padding="4dp"
|
android:background="@drawable/bg_white_8dp"
|
app:layoutDescription="@xml/item_game_1_scene">
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:id="@+id/line_in"
|
app:layout_constraintTop_toTopOf="@id/motion"
|
app:layout_constraintVertical_bias="0.33"
|
app:layout_constraintBottom_toBottomOf="@id/motion"/>
|
<com.facebook.drawee.view.SimpleDraweeView
|
android:layout_width="match_parent"
|
android:layout_height="match_parent"
|
app:layout_constraintTop_toBottomOf="@id/top_1"
|
android:id="@+id/iv_img"
|
app:actualImageScaleType="centerCrop"/>
|
<ImageView
|
android:id="@+id/iv_full"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@mipmap/quanping"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
android:padding="8dp"/>
|
<ImageView
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:id="@+id/result_1"/>
|
</androidx.constraintlayout.motion.widget.MotionLayout>
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="1px"
|
android:id="@+id/line"
|
app:layout_constraintTop_toTopOf="@id/motion"
|
app:layout_constraintVertical_bias="0.33"
|
app:layout_constraintBottom_toBottomOf="@id/motion"/>
|
<View
|
android:layout_width="match_parent"
|
android:layout_height="0dp"
|
android:background="@color/page_bg"
|
android:id="@+id/top_1"
|
android:layout_marginHorizontal="7dp"
|
android:layout_marginTop="3dp"
|
android:maxHeight="40dp"
|
app:layout_constraintTop_toTopOf="@id/motion"
|
app:layout_constraintBottom_toTopOf="@id/line"/>
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="0dp"
|
android:layout_height="0dp"
|
app:layout_constraintStart_toStartOf="@id/top_1"
|
app:layout_constraintEnd_toEndOf="@id/top_1"
|
app:layout_constraintTop_toTopOf="@id/top_1"
|
app:layout_constraintBottom_toBottomOf="@id/top_1"
|
android:id="@+id/cl_voice_end">
|
<androidx.constraintlayout.widget.ConstraintLayout
|
android:layout_width="match_parent"
|
android:id="@+id/cl_voice_end_1"
|
android:background="@color/colorPrimary"
|
android:visibility="invisible"
|
android:layout_height="match_parent">
|
<ImageView
|
android:id="@+id/iv1_1_end"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@mipmap/yuyin"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintStart_toStartOf="parent"
|
app:layout_constraintEnd_toStartOf="@id/iv2_1_end"
|
app:layout_constraintHorizontal_chainStyle="packed"
|
android:layout_marginEnd="52dp"/>
|
<ImageView
|
android:id="@+id/iv2_1_end"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:src="@mipmap/play"
|
app:layout_constraintTop_toTopOf="parent"
|
app:layout_constraintBottom_toBottomOf="parent"
|
app:layout_constraintEnd_toEndOf="parent"
|
app:layout_constraintStart_toEndOf="@id/iv1_1_end"/>
|
<ImageView
|
android:id="@+id/iv_playing_1_end"
|
android:layout_width="wrap_content"
|
android:layout_height="wrap_content"
|
android:visibility="gone"
|
android:src="@mipmap/bofangzhong"
|
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>
|
|
</androidx.constraintlayout.widget.ConstraintLayout>
|