From 2d2f1ee2dd3cc4dc00735fc25d87064adbd10231 Mon Sep 17 00:00:00 2001
From: Administrator <123>
Date: Wed, 03 Nov 2021 02:44:42 +0000
Subject: [PATCH] 首页 UI调整

---
 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