style(ui): 更新设置页面和调料列表界面样式

- 调整设置页面布局间距和背景样式
- 更换箭头图标资源文件
- 将调料列表改为网格布局显示
- 优化调料项目卡片样式和尺寸
- 修改RecyclerView为4列网格布局
This commit is contained in:
2026-04-29 10:10:57 +08:00
parent c2fd14cb6f
commit db839fd596
5 changed files with 35 additions and 25 deletions
+9 -9
View File
@@ -13,9 +13,9 @@
android:layout_height="120dp"
android:orientation="horizontal"
android:gravity="center_vertical"
android:layout_marginTop="10dp"
android:layout_marginTop="30dp"
android:layout_marginHorizontal="32dp"
android:background="@drawable/shape_white_e6_12_corners"
android:background="@drawable/shape_white_fb_15_corners2"
android:foreground="?android:attr/selectableItemBackground"
android:clipToOutline="true">
@@ -43,7 +43,7 @@
android:layout_height="40dp"
android:layout_marginEnd="20dp"
android:adjustViewBounds="true"
android:src="@drawable/ic_arrow_right2"
android:src="@drawable/ic_arrow_right3"
tools:ignore="ContentDescription" />
</LinearLayout>
@@ -54,8 +54,8 @@
android:orientation="horizontal"
android:gravity="center_vertical"
android:layout_marginHorizontal="32dp"
android:layout_marginTop="32dp"
android:background="@drawable/shape_white_e6_12_corners"
android:layout_marginTop="50dp"
android:background="@drawable/shape_white_fb_15_corners2"
android:foreground="?android:attr/selectableItemBackground"
android:clipToOutline="true">
@@ -74,7 +74,7 @@
android:layout_height="40dp"
android:layout_marginEnd="20dp"
android:adjustViewBounds="true"
android:src="@drawable/ic_arrow_right2"
android:src="@drawable/ic_arrow_right3"
tools:ignore="ContentDescription" />
</LinearLayout>
@@ -85,8 +85,8 @@
android:orientation="horizontal"
android:gravity="center_vertical"
android:layout_marginHorizontal="32dp"
android:layout_marginTop="32dp"
android:background="@drawable/shape_white_e6_12_corners"
android:layout_marginTop="50dp"
android:background="@drawable/shape_white_fb_15_corners2"
android:foreground="?android:attr/selectableItemBackground"
android:clipToOutline="true">
@@ -105,7 +105,7 @@
android:layout_height="40dp"
android:layout_marginEnd="20dp"
android:adjustViewBounds="true"
android:src="@drawable/ic_arrow_right2"
android:src="@drawable/ic_arrow_right3"
tools:ignore="ContentDescription" />
</LinearLayout>