| | |
| | | <?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:background="@color/colorRed" |
| | | android:layout_height="match_parent" |
| | | xmlns:app="http://schemas.android.com/apk/res-auto"> |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | |
| | | app:layout_constraintTop_toBottomOf="@id/cl_top" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:layout_marginTop="10dp" |
| | | android:scrollbars="none" |
| | | app:layout_constraintStart_toStartOf="@id/cl_top" |
| | | app:layout_constraintEnd_toStartOf="@id/center"> |
| | | <LinearLayout |
| | |
| | | android:id="@+id/tv_name_6" |
| | | android:layout_marginTop="16dp" |
| | | android:textColor="@color/textColor" |
| | | android:text="自主游戏1- 超级听力"/> |
| | | android:text=""/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | |
| | | android:layout_marginTop="9dp" |
| | | android:textSize="12sp" |
| | | android:textStyle="bold"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | app:layout_constraintStart_toEndOf="@id/tv_d6" |
| | | android:layout_marginStart="24dp" |
| | | android:textSize="16sp" |
| | | android:textStyle="bold" |
| | | android:textColor="@color/textColor" |
| | | android:text="自主游戏"/> |
| | | |
| | | </androidx.constraintlayout.widget.ConstraintLayout> |
| | | <androidx.constraintlayout.widget.ConstraintLayout |
| | | android:layout_width="match_parent" |
| | | android:layout_height="wrap_content" |
| | | android:id="@+id/cl_7" |
| | | android:layout_marginBottom="20dp" |
| | | android:layout_marginTop="10dp" |
| | | android:background="@drawable/bg_white_8dp"> |
| | | <TextView |
| | |
| | | android:layout_marginStart="30dp" |
| | | app:layout_constraintTop_toTopOf="parent" |
| | | app:layout_constraintBottom_toBottomOf="parent" |
| | | android:text="第 7 天"/> |
| | | android:text="听故事"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | |
| | | android:textStyle="bold" |
| | | android:id="@+id/tv_name_7" |
| | | android:layout_marginTop="16dp" |
| | | android:textColor="@color/textColor" |
| | | android:text="自主游戏2-超级记忆"/> |
| | | android:textColor="@color/textColor"/> |
| | | <TextView |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |