fix(ui): 修复界面文本显示和布局问题

- 将"餐品模式"统一修改为"菜品模式"
- 优化列表项布局结构,使用ConstraintLayout替代LinearLayout
- 调整间距属性,将marginTop改为layout_marginVertical
- 重新设置文本和图标的位置约束关系
- 添加多点击检测器用于快速跳转到主页面的临时功能
This commit is contained in:
2026-04-29 09:10:32 +08:00
parent 95895e6390
commit c2fd14cb6f
4 changed files with 31 additions and 19 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="品模式"
android:text="品模式"
android:textSize="32sp"
android:textStyle="bold"
android:layout_marginStart="32dp"