Administrator
2021-10-28 9fbcdc146440b49ef80714c1336c226e00727da8
app/src/main/res/layout/fragment_dashboard.xml
@@ -5,7 +5,7 @@
    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"
@@ -43,7 +43,7 @@
        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"
@@ -80,11 +80,10 @@
    </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"