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 | 37 +++++-------------------------------- 1 files changed, 5 insertions(+), 32 deletions(-) diff --git a/app/src/main/res/layout/fragment_function.xml b/app/src/main/res/layout/fragment_function.xml index 2a747d5..e48aafc 100644 --- a/app/src/main/res/layout/fragment_function.xml +++ b/app/src/main/res/layout/fragment_function.xml @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="utf-8"?> -<<<<<<< Updated upstream + + <layout -======= -<layout xmlns:tools="http://schemas.android.com/tools" ->>>>>>> Stashed changes - 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 @@ -24,17 +23,11 @@ android:id="@+id/titleBar" android:layout_width="match_parent" android:layout_height="@dimen/dp_55" -<<<<<<< Updated upstream android:background="@color/color_title_bar_background" -======= - android:id="@+id/title_t_bar" app:layout_constraintTop_toTopOf="parent" - android:background="@color/color_title_background" ->>>>>>> Stashed changes 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"> @@ -82,7 +75,6 @@ </com.hjq.bar.TitleBar> -<<<<<<< Updated upstream <ImageView android:id="@+id/iv_group_photo" @@ -576,24 +568,5 @@ -======= - <LinearLayout - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:orientation="vertical" - > - <LinearLayout - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:orientation="vertical" - > - <ImageView - android:id="@+id/imageView_m/argin_pic" - android:layout_width="@dimen/dp_360" - android:layout_height="@dimen/dp_202" - app:srcCompat="@drawable/margin_pic" -</LinearLayout> - </LinearLayout> ->>>>>>> Stashed changes </androidx.constraintlayout.widget.ConstraintLayout> </layout> \ No newline at end of file -- Gitblit v1.9.1