fix(ui): 修复界面文本显示和布局问题
- 将"餐品模式"统一修改为"菜品模式" - 优化列表项布局结构,使用ConstraintLayout替代LinearLayout - 调整间距属性,将marginTop改为layout_marginVertical - 重新设置文本和图标的位置约束关系 - 添加多点击检测器用于快速跳转到主页面的临时功能
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user