From b7606aff181e01af3f3d4cad2bc183b8d29058aa Mon Sep 17 00:00:00 2001
From: Linjiajia <319408893@qq.com>
Date: 星期二, 28 三月 2023 21:38:37 +0800
Subject: [PATCH] 添加删除修改家大事记

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

diff --git a/app/src/main/res/layout/fragment_function.xml b/app/src/main/res/layout/fragment_function.xml
index 0b53e2b..a73a4df 100644
--- a/app/src/main/res/layout/fragment_function.xml
+++ b/app/src/main/res/layout/fragment_function.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="utf-8"?>
+
+
 <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
@@ -22,10 +25,10 @@
             android:layout_width="match_parent"
             android:layout_height="wrap_content"
             android:background="@color/color_title_bar_background"
+            app:layout_constraintTop_toTopOf="parent"
             android:paddingHorizontal="@dimen/dp_16"
             app:layout_constraintEnd_toEndOf="parent"
             app:layout_constraintStart_toStartOf="parent"
-            app:layout_constraintTop_toTopOf="parent"
             app:leftIcon="@null"
             app:rightIcon="@null">
 

--
Gitblit v1.9.1