From a0dc6be52293a64ebfe38b8c2391dc7d2ffe63ae Mon Sep 17 00:00:00 2001
From: Linjiajia <319408893@qq.com>
Date: 星期一, 15 五月 2023 20:05:27 +0800
Subject: [PATCH] 提交代码

---
 app/src/main/res/layout/fragment_function.xml |   13 ++++++-------
 1 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/app/src/main/res/layout/fragment_function.xml b/app/src/main/res/layout/fragment_function.xml
index 58f109f..18139a0 100644
--- a/app/src/main/res/layout/fragment_function.xml
+++ b/app/src/main/res/layout/fragment_function.xml
@@ -2,9 +2,9 @@
 
 
 <layout
-xmlns:app="http://schemas.android.com/apk/res-auto"
-xmlns:android="http://schemas.android.com/apk/res/android"
->
+    xmlns:app="http://schemas.android.com/apk/res-auto"
+    xmlns:android="http://schemas.android.com/apk/res/android"
+    >
 
     <data>
         <variable
@@ -19,11 +19,10 @@
         android:orientation="vertical"
         >
 
-
         <com.hjq.bar.TitleBar
             android:id="@+id/titleBar"
             android:layout_width="match_parent"
-            android:layout_height="wrap_content"
+            android:layout_height="@dimen/dp_55"
             android:background="@color/color_title_bar_background"
             app:layout_constraintTop_toTopOf="parent"
             android:paddingHorizontal="@dimen/dp_16"
@@ -152,8 +151,8 @@
                         app:layout_constraintTop_toBottomOf="@id/tv_core_module">
 
                         <ImageView
-                            android:layout_width="wrap_content"
-                            android:layout_height="wrap_content"
+                            android:layout_width="@dimen/dp_24"
+                            android:layout_height="@dimen/dp_24"
                             android:background="@drawable/function_family_root_net" />
 
                         <TextView

--
Gitblit v1.9.1