| | |
| | | android:textSize="16sp" |
| | | app:layout_constraintTop_toBottomOf="@id/tv_title" /> |
| | | |
| | | <RadioGroup |
| | | <LinearLayout |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:orientation="horizontal" |
| | |
| | | android:layout_marginEnd="35dp" |
| | | android:layout_marginStart="8dp" |
| | | app:layout_constraintEnd_toEndOf="parent"> |
| | | <RadioButton |
| | | <TextView |
| | | android:id="@+id/rb_0" |
| | | 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:paddingVertical="8dp" |
| | | android:drawableStart="@drawable/selector_select_radio" |
| | | android:text="入门级"/> |
| | | <RadioButton |
| | | <TextView |
| | | android:id="@+id/rb_1" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:layout_weight="1" |
| | | android:button="@drawable/selector_check_radio" |
| | | android:paddingVertical="8dp" |
| | | android:drawableStart="@drawable/selector_select_radio" |
| | | android:textColor="@color/textColor66" |
| | | android:text="中级"/> |
| | | <RadioButton |
| | | <TextView |
| | | android:id="@+id/rb_2" |
| | | android:layout_width="0dp" |
| | | android:layout_height="wrap_content" |
| | | android:button="@drawable/selector_check_radio" |
| | | android:paddingVertical="8dp" |
| | | android:drawableStart="@drawable/selector_select_radio" |
| | | android:textColor="@color/textColor66" |
| | | android:layout_weight="1" |
| | | android:text="高级"/> |
| | | </RadioGroup> |
| | | </LinearLayout> |
| | | |
| | | <TextView |
| | | android:id="@+id/tv_cancel" |