From 3186c75f5e36ca8ac814fe478385e90aa24ed2fc Mon Sep 17 00:00:00 2001 From: Guo_shaoshan <2055829622@qq.com> Date: 星期二, 28 三月 2023 09:20:41 +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 312a12c..e48aafc 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 @@ -21,10 +24,10 @@ android:layout_width="match_parent" android:layout_height="@dimen/dp_55" 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