| | |
| | | xmlns:tools="http://schemas.android.com/tools" |
| | | android:layout_width="match_parent" |
| | | android:layout_height="match_parent" |
| | | tools:context=".ui.dashboard.DashboardFragment" > |
| | | tools:context=".ui.main.dashboard.DashboardFragment" > |
| | | |
| | | <com.google.android.material.tabs.TabLayout |
| | | android:id="@+id/tablayout" |
| | |
| | | app:layout_constraintHorizontal_weight="4" |
| | | app:layout_constraintTop_toBottomOf="@id/tablayout" |
| | | app:layout_constraintLeft_toLeftOf="parent" |
| | | app:layout_constraintRight_toLeftOf="@id/check_classify" |
| | | app:layout_constraintRight_toLeftOf="@id/txt_classify" |
| | | android:orientation="horizontal"> |
| | | <com.google.android.material.radiobutton.MaterialRadioButton |
| | | android:layout_width="match_parent" |
| | |
| | | |
| | | </RadioGroup> |
| | | |
| | | <com.google.android.material.checkbox.MaterialCheckBox |
| | | android:id="@+id/check_classify" |
| | | <TextView |
| | | android:id="@+id/txt_classify" |
| | | android:layout_width="0dp" |
| | | android:layout_height="40dp" |
| | | android:button="@null" |
| | | android:text="分类▼" |
| | | android:gravity="center" |
| | | android:textColor="@color/radio_text" |