From 9fbcdc146440b49ef80714c1336c226e00727da8 Mon Sep 17 00:00:00 2001 From: Administrator <123> Date: Thu, 28 Oct 2021 10:16:30 +0000 Subject: [PATCH] 其他部分框架方法及文件新增 --- app/src/main/res/layout/fragment_dashboard.xml | 9 ++++----- 1 files changed, 4 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/fragment_dashboard.xml b/app/src/main/res/layout/fragment_dashboard.xml index 377b41f..f1fff12 100644 --- a/app/src/main/res/layout/fragment_dashboard.xml +++ b/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" -- Gitblit v1.9.1