From 9c67fc611daf6f9cb7c05f72d598543bff2d26f1 Mon Sep 17 00:00:00 2001 From: mac <user@users-MacBook-Pro.local> Date: 星期五, 25 十月 2024 11:23:17 +0800 Subject: [PATCH] s2024年10月25日11:23:14 --- app/src/main/res/layout/activity_web.xml | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/app/src/main/res/layout/activity_web.xml b/app/src/main/res/layout/activity_web.xml index 5ffb04b..6ec132a 100644 --- a/app/src/main/res/layout/activity_web.xml +++ b/app/src/main/res/layout/activity_web.xml @@ -4,20 +4,20 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="@color/text_F5F7FA" + android:background="@color/text_FFECECEC" tools:context=".ui.me.WebActivity"> <include - android:id="@+id/toolbar_top_fragment_house_list_rl" - layout="@layout/toolbar_top_view_52" /> + android:id="@+id/toolbar_top_rl" + layout="@layout/toolbar_top_view_44" /> <WebView android:id="@+id/content_view" - android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_marginTop="@dimen/dp_44" + android:layout_width="0dp" + android:layout_height="0dp" + app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toBottomOf="@+id/toolbar_top_fragment_house_list_rl" /> + app:layout_constraintTop_toBottomOf="@+id/toolbar_top_rl" /> </androidx.constraintlayout.widget.ConstraintLayout> \ No newline at end of file -- Gitblit v1.8.0