feat(activity): 新增已采集食材列表页,支持搜索、删除及空视图展示

This commit is contained in:
2026-04-23 16:51:57 +08:00
parent 9f0671410f
commit 58fb78c7bd
21 changed files with 455 additions and 21 deletions
+5
View File
@@ -115,6 +115,11 @@
android:theme="@style/Theme.DishMatch.NoSplash"
android:screenOrientation="portrait"
tools:ignore="DiscouragedApi,LockedOrientationActivity" />
<activity
android:name="com.shuwei.dish.match.ui.CollectedFoodActivity"
android:theme="@style/Theme.DishMatch.NoSplash"
android:screenOrientation="portrait"
tools:ignore="DiscouragedApi,LockedOrientationActivity" />
<activity
android:name="com.shuwei.dish.match.ui.SlaveActivity"
android:theme="@style/Theme.DishMatch.NoSplash"