添加菜品采集

This commit is contained in:
mazengfei
2025-10-31 09:53:51 +08:00
parent ed6c5e83be
commit e47b362883
16 changed files with 426 additions and 68 deletions
+2 -1
View File
@@ -24,9 +24,9 @@
<Spinner
android:id="@+id/spinner"
style="@style/customSpinnerStyle"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/customSpinnerStyle"
android:layout_gravity="end"
android:padding="0dp"
android:popupBackground="@drawable/shape_for_custom_spinner" />
@@ -43,6 +43,7 @@
android:text="羊肉臊子荞面饸饹" />
<FrameLayout
android:id="@+id/foodDisplayLayout"
android:layout_width="match_parent"
android:layout_height="531dp"
android:layout_marginHorizontal="60dp"