refactor(collect): 重构食材采集功能界面和适配器

- 将按钮组件替换为TextView以支持更好的交互效果
- 添加selectableItemBackground实现点击反馈效果
- 重命名食材采样为食材采集保持术语一致性
- 替换FoodCollectionAdapter为VectorCollectionAdapter适配器
- 更新列表项布局从list_item_food_collection到list_item_vector_collection
- 添加FoodSearchAdapter适配器用于食材搜索功能
- 重构CollectFragment中的数据绑定和UI逻辑
- 修改相机容器布局位置优化界面结构
- 更新资源文件名和颜色定义提升代码可读性
- 调整保存按钮样式增强视觉效果
- 修改提示对话框内容精确表达功能意图
This commit is contained in:
2026-04-27 10:21:37 +08:00
parent fda88fff33
commit b110cc97a0
16 changed files with 141 additions and 68 deletions
+1 -1
View File
@@ -94,7 +94,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"