|
|
@@ -410,7 +410,7 @@
|
|
|
android:id="@+id/ll_food"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
-
|
|
|
+ android:visibility="gone"
|
|
|
android:orientation="vertical">
|
|
|
|
|
|
<RelativeLayout
|
|
|
@@ -508,6 +508,7 @@
|
|
|
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/food_dishs_rl"
|
|
|
+ android:visibility="gone"
|
|
|
style="@style/item_menu">
|
|
|
|
|
|
<TextView
|
|
|
@@ -542,6 +543,7 @@
|
|
|
<RelativeLayout
|
|
|
android:id="@+id/food_dishs_list_rl"
|
|
|
style="@style/item_menu"
|
|
|
+ android:visibility="gone"
|
|
|
android:layout_height="wrap_content">
|
|
|
<com.core.widget.view.ListViewInScroller
|
|
|
android:id="@+id/lv_dish"
|