| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="88dp" |
| | | android:id="@+id/cl_listen" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/guide1" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintVertical_bias="0.45" |
| | | android:layout_marginStart="33dp" |
| | | android:layout_marginEnd="55dp" |
| | | android:layout_marginBottom="38dp" |
| | | app:layout_constraintEnd_toStartOf="@id/guide2"> |
| | | <RelativeLayout |
| | | android:layout_width="99dp" |
| | |
| | | android:layout_height="match_parent"/> |
| | | </LinearLayout> |
| | | <ImageView |
| | | android:id="@+id/iv_2" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:src="@mipmap/arrow_up" |
| | | app:layout_constraintBottom_toTopOf="@id/cl_listen" |
| | | app:layout_constraintStart_toStartOf="@id/cl_listen" |
| | | android:layout_marginBottom="8dp" |
| | | android:layout_marginStart="40dp"/> |
| | | android:src="@mipmap/home_stu" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintEnd_toStartOf="@id/guide2"/> |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |