From ffdf364ee820bd13447f7c25ecebfff27f361795 Mon Sep 17 00:00:00 2001 From: lvmeng <848755140@qq.com> Date: Tue, 21 Apr 2026 10:51:34 +0800 Subject: [PATCH] =?UTF-8?q?style(ui):=20=E8=B0=83=E6=96=99=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E7=95=8C=E9=9D=A2=E5=B8=83=E5=B1=80=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加了整体容器的圆角背景样式 - 新增了顶部标题区域,包含主标题和操作提示文字 - 统一调整了上下层调料区标题的文字大小为28sp - 优化了RecyclerView的边距设置 - 改善了整体界面的视觉层次和用户体验 --- .../res/layout/fragment_seasoning_config.xml | 96 +++++++++++++------ 1 file changed, 66 insertions(+), 30 deletions(-) diff --git a/app/src/main/res/layout/fragment_seasoning_config.xml b/app/src/main/res/layout/fragment_seasoning_config.xml index a4409a6..15116c2 100644 --- a/app/src/main/res/layout/fragment_seasoning_config.xml +++ b/app/src/main/res/layout/fragment_seasoning_config.xml @@ -2,41 +2,77 @@ + android:background="@color/bg_color" + android:orientation="vertical"> - + android:background="@drawable/shape_white_30_corners" + android:orientation="vertical"> - + - + - + + + + + + + + + + +