|
|
@@ -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
|
|
|
@@ -440,13 +440,13 @@
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:gravity="center_vertical"
|
|
|
jmf:editable="true"
|
|
|
+ jmf:contentWidth="40dp"
|
|
|
jmf:all_background="@color/me_menu_item_normal"
|
|
|
jmf:contentTextColor="@color/black"
|
|
|
jmf:contentBackground="@color/me_menu_item_normal"
|
|
|
jmf:leftBackground="@drawable/icon_remove"
|
|
|
jmf:rightBackground="@drawable/icon_add"
|
|
|
- jmf:leftResources="@color/me_menu_item_normal"
|
|
|
- jmf:rightResources="@color/me_menu_item_normal">
|
|
|
+ >
|
|
|
</com.modular.booking.widget.AddSubUtils>
|
|
|
</RelativeLayout>
|
|
|
|
|
|
@@ -490,18 +490,19 @@
|
|
|
style="@style/item_menu_input"
|
|
|
android:layout_width="match_parent"
|
|
|
android:layout_height="match_parent"
|
|
|
- android:layout_marginRight="45dp"
|
|
|
+
|
|
|
android:layout_toRightOf="@id/tag_food_rooms"
|
|
|
android:layout_toLeftOf="@+id/sv_food_rooms"
|
|
|
android:drawableRight="@drawable/oa_next"
|
|
|
android:contentDescription="@string/service_food_rooms"
|
|
|
android:hint="@string/common_select_not_must"
|
|
|
- android:text="否"
|
|
|
+
|
|
|
android:textColor="@color/hintColor" />
|
|
|
<com.core.widget.view.SwitchView
|
|
|
android:id="@+id/sv_food_rooms"
|
|
|
android:layout_width="40dp"
|
|
|
android:layout_height="25dp"
|
|
|
+ android:visibility="gone"
|
|
|
android:layout_alignParentRight="true"
|
|
|
android:layout_centerVertical="true" />
|
|
|
</RelativeLayout>
|