| | |
| | | android:id="@+id/tv_msg" |
| | | android:layout_width="wrap_content" |
| | | android:layout_height="wrap_content" |
| | | android:layout_marginStart="47dp" |
| | | android:layout_marginStart="37dp" |
| | | android:layout_marginTop="43dp" |
| | | android:layout_marginEnd="14dp" |
| | | app:layout_constraintStart_toStartOf="parent" |
| | | android:gravity="center" |
| | | android:text="请选择难度:" |
| | | android:textColor="@color/textColor" |
| | | android:textColor="@color/textColor66" |
| | | android:textStyle="bold" |
| | | android:textSize="16sp" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_title" /> |
| | |
| | | app:layout_constraintTop_toTopOf="@id/tv_msg" |
| | | app:layout_constraintBottom_toBottomOf="@id/tv_msg" |
| | | app:layout_constraintStart_toEndOf="@id/tv_msg" |
| | | android:layout_marginEnd="40dp" |
| | | android:layout_marginEnd="35dp" |
| | | android:layout_marginStart="8dp" |
| | | app:layout_constraintEnd_toEndOf="parent"> |
| | | <RadioButton |
| | |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:textColor="@color/textColor66" |
| | | android:singleLine="true" |
| | | android:checked="true" |
| | | android:button="@drawable/selector_check_radio" |
| | | android:text="入门级"/> |
| | |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:button="@drawable/selector_check_radio" |
| | | android:textColor="@color/textColor66" |
| | | android:text="中级"/> |
| | | <RadioButton |
| | | android:id="@+id/rb_2" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:button="@drawable/selector_check_radio" |
| | | android:textColor="@color/textColor66" |
| | | android:layout_weight="1" |
| | | android:text="高级"/> |
| | | </RadioGroup> |