feat(activity): 新增 SingleFragmentActivity 通用 Fragment 容器页

This commit is contained in:
2026-04-22 13:39:52 +08:00
parent bce9675b0f
commit 04e4efe1fc
3 changed files with 103 additions and 0 deletions
+4
View File
@@ -106,6 +106,10 @@
android:theme="@style/Theme.DishMatch.NoSplash"
android:screenOrientation="portrait"
tools:ignore="DiscouragedApi,LockedOrientationActivity" />
<activity
android:name="com.shuwei.dish.match.ui.SingleFragmentActivity"
android:theme="@style/Theme.DishMatch.NoSplash"
tools:ignore="DiscouragedApi,LockedOrientationActivity" />
<activity
android:name="com.shuwei.dish.match.ui.FoodRecognizeActivity"
android:theme="@style/Theme.DishMatch.NoSplash"