From 60c4f833984e9a3a738b134ec9825dedfd41a0da Mon Sep 17 00:00:00 2001 From: Guo_shaoshan <2055829622@qq.com> Date: 星期二, 04 四月 2023 20:28:23 +0800 Subject: [PATCH] 提交信息 --- app/src/main/res/layout/fragment_function.xml | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/src/main/res/layout/fragment_function.xml b/app/src/main/res/layout/fragment_function.xml index 0b53e2b..5f81070 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:android="http://schemas.android.com/apk/res/android" + > <data> <variable @@ -16,16 +19,15 @@ 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" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent" app:leftIcon="@null" app:rightIcon="@null"> @@ -149,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