| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/line1" |
| | | app:layout_constraintGuide_percent="0.2" |
| | | app:layout_constraintGuide_percent="0.15" |
| | | android:orientation="vertical"/> |
| | | <androidx.constraintlayout.widget.Guideline |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/line2" |
| | | app:layout_constraintGuide_percent="0.4" |
| | | app:layout_constraintGuide_percent="0.38" |
| | | android:orientation="vertical"/> |
| | | <androidx.constraintlayout.widget.Guideline |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/line3" |
| | | app:layout_constraintGuide_percent="0.6" |
| | | app:layout_constraintGuide_percent="0.62" |
| | | android:orientation="vertical"/> |
| | | <androidx.constraintlayout.widget.Guideline |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/line4" |
| | | app:layout_constraintGuide_percent="0.8" |
| | | app:layout_constraintGuide_percent="0.85" |
| | | android:orientation="vertical"/> |
| | | <TextView |
| | | android:layout_width="match_parent" |
| | |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:layout_marginTop="70dp" |
| | | android:textSize="16sp" |
| | | android:visibility="gone" |
| | | android:textColor="@color/black" |
| | | android:textStyle="bold"/> |
| | | <androidx.constraintlayout.motion.widget.MotionLayout |
| | |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="40dp" |
| | | android:background="@color/page_bg" |
| | | android:background="@color/match_gray" |
| | | android:id="@+id/top_1" |
| | | app:layout_constraintTop_toTopOf="parent"/> |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:id="@+id/cl_voice_end_1" |
| | | android:background="@color/colorPrimary" |
| | | android:background="@color/white" |
| | | android:visibility="gone" |
| | | 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" |
| | | android:src="@mipmap/yuyin_2" |
| | | 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"/> |
| | | android:layout_marginEnd="40dp"/> |
| | | <ImageView |
| | | android:id="@+id/iv2_1_end" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/play" |
| | | android:src="@mipmap/play_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/iv1_1_end" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:visibility="gone" |
| | | android:src="@mipmap/bofangzhong" |
| | | android:src="@mipmap/bofangzhong_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="40dp" |
| | | android:id="@+id/top_2" |
| | | android:background="@color/page_bg" |
| | | android:background="@color/match_gray" |
| | | app:layout_constraintTop_toTopOf="parent"/> |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:layout_width="match_parent" |
| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:id="@+id/cl_voice_end_2" |
| | | android:background="@color/colorPrimary" |
| | | android:background="@color/white" |
| | | android:visibility="gone" |
| | | android:layout_height="match_parent"> |
| | | <ImageView |
| | | android:id="@+id/iv1_2_end" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/yuyin" |
| | | android:src="@mipmap/yuyin_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toStartOf="@id/iv2_2_end" |
| | | app:layout_constraintHorizontal_chainStyle="packed" |
| | | android:layout_marginEnd="52dp"/> |
| | | android:layout_marginEnd="40dp"/> |
| | | <ImageView |
| | | android:id="@+id/iv2_2_end" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/play" |
| | | android:src="@mipmap/play_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/iv1_2_end" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:visibility="gone" |
| | | android:src="@mipmap/bofangzhong" |
| | | android:src="@mipmap/bofangzhong_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="40dp" |
| | | android:id="@+id/top_3" |
| | | android:background="@color/page_bg" |
| | | android:background="@color/match_gray" |
| | | app:layout_constraintTop_toTopOf="parent"/> |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:layout_width="match_parent" |
| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:id="@+id/cl_voice_end_3" |
| | | android:background="@color/colorPrimary" |
| | | android:background="@color/white" |
| | | android:visibility="gone" |
| | | android:layout_height="match_parent"> |
| | | <ImageView |
| | | android:id="@+id/iv1_3_end" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/yuyin" |
| | | android:src="@mipmap/yuyin_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toStartOf="@id/iv2_3_end" |
| | | app:layout_constraintHorizontal_chainStyle="packed" |
| | | android:layout_marginEnd="52dp"/> |
| | | android:layout_marginEnd="40dp"/> |
| | | <ImageView |
| | | android:id="@+id/iv2_3_end" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/play" |
| | | android:src="@mipmap/play_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/iv1_3_end" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:visibility="gone" |
| | | android:src="@mipmap/bofangzhong" |
| | | android:src="@mipmap/bofangzhong_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | android:layout_width="match_parent" |
| | | android:layout_height="40dp" |
| | | android:id="@+id/top_4" |
| | | android:background="@color/page_bg" |
| | | android:background="@color/match_gray" |
| | | app:layout_constraintTop_toTopOf="parent"/> |
| | | <com.facebook.drawee.view.SimpleDraweeView |
| | | android:layout_width="match_parent" |
| | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:id="@+id/cl_voice_end_4" |
| | | android:background="@color/colorPrimary" |
| | | android:background="@color/white" |
| | | android:visibility="gone" |
| | | android:layout_height="match_parent"> |
| | | <ImageView |
| | | android:id="@+id/iv1_4_end" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/yuyin" |
| | | android:src="@mipmap/yuyin_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toStartOf="@id/iv2_4_end" |
| | | app:layout_constraintHorizontal_chainStyle="packed" |
| | | android:layout_marginEnd="52dp"/> |
| | | android:layout_marginEnd="40dp"/> |
| | | <ImageView |
| | | android:id="@+id/iv2_4_end" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/play" |
| | | android:src="@mipmap/play_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/iv1_4_end" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:visibility="gone" |
| | | android:src="@mipmap/bofangzhong" |
| | | android:src="@mipmap/bofangzhong_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="159dp" |
| | | android:layout_height="52dp" |
| | | android:layout_width="200dp" |
| | | android:layout_height="40dp" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:id="@+id/cl_voice_1" |
| | | app:layout_constraintStart_toStartOf="@id/line1" |
| | | app:layout_constraintEnd_toEndOf="@id/line1" |
| | | android:layout_marginTop="15dp" |
| | | android:background="@drawable/bg_blue_8dp"> |
| | | android:background="@drawable/bg_white_8dp"> |
| | | <ImageView |
| | | android:id="@+id/iv1_1" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/yuyin" |
| | | android:src="@mipmap/yuyin_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toStartOf="@id/iv2_1" |
| | | app:layout_constraintHorizontal_chainStyle="packed" |
| | | android:layout_marginEnd="52dp"/> |
| | | android:layout_marginEnd="40dp"/> |
| | | <ImageView |
| | | android:id="@+id/iv2_1" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/play" |
| | | android:src="@mipmap/play_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/iv1_1" |
| | |
| | | android:id="@+id/iv_playing_1" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/bofangzhong" |
| | | android:src="@mipmap/bofangzhong_2" |
| | | android:visibility="invisible" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | |
| | | app:layout_constraintStart_toStartOf="parent" /> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="159dp" |
| | | android:layout_height="52dp" |
| | | android:layout_width="200dp" |
| | | android:layout_height="40dp" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:id="@+id/cl_voice_2" |
| | | app:layout_constraintStart_toStartOf="@id/line2" |
| | | app:layout_constraintEnd_toEndOf="@id/line2" |
| | | android:layout_marginTop="15dp" |
| | | android:background="@drawable/bg_blue_8dp"> |
| | | android:background="@drawable/bg_white_8dp"> |
| | | <ImageView |
| | | android:id="@+id/iv1_2" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/yuyin" |
| | | android:src="@mipmap/yuyin_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toStartOf="@id/iv2_2" |
| | | app:layout_constraintHorizontal_chainStyle="packed" |
| | | android:layout_marginEnd="52dp"/> |
| | | android:layout_marginEnd="40dp"/> |
| | | <ImageView |
| | | android:id="@+id/iv2_2" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/play" |
| | | android:src="@mipmap/play_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/iv1_2" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:visibility="gone" |
| | | android:src="@mipmap/bofangzhong" |
| | | 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 |
| | | android:layout_width="159dp" |
| | | android:layout_height="52dp" |
| | | android:layout_width="200dp" |
| | | android:layout_height="40dp" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:id="@+id/cl_voice_3" |
| | | app:layout_constraintStart_toStartOf="@id/line3" |
| | | app:layout_constraintEnd_toEndOf="@id/line3" |
| | | android:layout_marginTop="15dp" |
| | | android:background="@drawable/bg_blue_8dp"> |
| | | android:background="@drawable/bg_white_8dp"> |
| | | <ImageView |
| | | android:id="@+id/iv1_3" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/yuyin" |
| | | android:src="@mipmap/yuyin_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toStartOf="@id/iv2_3" |
| | | app:layout_constraintHorizontal_chainStyle="packed" |
| | | android:layout_marginEnd="52dp"/> |
| | | android:layout_marginEnd="40dp"/> |
| | | <ImageView |
| | | android:id="@+id/iv2_3" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/play" |
| | | android:src="@mipmap/play_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/iv1_3" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:visibility="gone" |
| | | android:src="@mipmap/bofangzhong" |
| | | 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 |
| | | android:layout_width="159dp" |
| | | android:layout_height="52dp" |
| | | android:layout_width="200dp" |
| | | android:layout_height="40dp" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | |
| | | android:id="@+id/cl_voice_4" |
| | | app:layout_constraintStart_toStartOf="@id/line4" |
| | | app:layout_constraintEnd_toEndOf="@id/line4" |
| | | android:layout_marginTop="15dp" |
| | | android:background="@drawable/bg_blue_8dp"> |
| | | android:background="@drawable/bg_white_8dp"> |
| | | <ImageView |
| | | android:id="@+id/iv1_4" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/yuyin" |
| | | android:src="@mipmap/yuyin_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | app:layout_constraintEnd_toStartOf="@id/iv2_4" |
| | | app:layout_constraintHorizontal_chainStyle="packed" |
| | | android:layout_marginEnd="52dp"/> |
| | | android:layout_marginEnd="40dp"/> |
| | | <ImageView |
| | | android:id="@+id/iv2_4" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/play" |
| | | android:src="@mipmap/play_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/iv1_4" |
| | |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:visibility="gone" |
| | | android:src="@mipmap/bofangzhong" |
| | | android:src="@mipmap/bofangzhong_2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toEndOf="parent" |
| | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | <LinearLayout |
| | | android:id="@+id/ll_2" |
| | | android:layout_width="159dp" |
| | | android:layout_width="200dp" |
| | | android:layout_marginTop="15dp" |
| | | app:layout_constraintStart_toStartOf="@id/line2" |
| | | app:layout_constraintEnd_toStartOf="@id/line2" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:layout_height="52dp"> |
| | | android:layout_height="40dp"> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/ll_3" |
| | | android:layout_width="159dp" |
| | | android:layout_width="200dp" |
| | | android:layout_marginTop="15dp" |
| | | app:layout_constraintStart_toStartOf="@id/line3" |
| | | app:layout_constraintEnd_toStartOf="@id/line3" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:layout_height="52dp"> |
| | | android:layout_height="40dp"> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/ll_4" |
| | | android:layout_width="159dp" |
| | | android:layout_width="200dp" |
| | | android:layout_marginTop="15dp" |
| | | app:layout_constraintStart_toStartOf="@id/line4" |
| | | app:layout_constraintEnd_toStartOf="@id/line4" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:layout_height="52dp"> |
| | | android:layout_height="40dp"> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | |
| | | </LinearLayout> |
| | | <LinearLayout |
| | | android:id="@+id/ll_1" |
| | | android:layout_width="159dp" |
| | | android:layout_width="200dp" |
| | | android:layout_marginTop="15dp" |
| | | app:layout_constraintStart_toStartOf="@id/line1" |
| | | app:layout_constraintEnd_toStartOf="@id/line1" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | android:layout_height="52dp"> |
| | | android:layout_height="40dp"> |
| | | <View |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |