Commit 8d1ddacb authored by daniel.tang's avatar daniel.tang

Update activity_food_order.xml

parent b986e9c7
...@@ -69,6 +69,7 @@ ...@@ -69,6 +69,7 @@
<Button <Button
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_weight="1" android:layout_weight="1"
android:text="Add" android:text="Add"
android:onClick="add_to_list" android:onClick="add_to_list"
...@@ -98,6 +99,7 @@ ...@@ -98,6 +99,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
style="@style/Widget.AppCompat.Button.Colored"
android:text="Add" android:text="Add"
android:onClick="add_to_list" android:onClick="add_to_list"
android:id="@+id/waterFunc"/> android:id="@+id/waterFunc"/>
...@@ -127,6 +129,7 @@ ...@@ -127,6 +129,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:text="Add" android:text="Add"
style="@style/Widget.AppCompat.Button.Colored"
android:onClick="add_to_list" android:onClick="add_to_list"
android:id="@+id/coffeeFunc"/> android:id="@+id/coffeeFunc"/>
</LinearLayout> </LinearLayout>
...@@ -154,6 +157,7 @@ ...@@ -154,6 +157,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
style="@style/Widget.AppCompat.Button.Colored"
android:text="Add" android:text="Add"
android:onClick="add_to_list" android:onClick="add_to_list"
android:id="@+id/flatbreadFunc"/> android:id="@+id/flatbreadFunc"/>
...@@ -182,6 +186,7 @@ ...@@ -182,6 +186,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
style="@style/Widget.AppCompat.Button.Colored"
android:text="Add" android:text="Add"
android:onClick="add_to_list" android:onClick="add_to_list"
android:id="@+id/sandwichFunc"/> android:id="@+id/sandwichFunc"/>
...@@ -211,6 +216,7 @@ ...@@ -211,6 +216,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:text="Add" android:text="Add"
style="@style/Widget.AppCompat.Button.Colored"
android:onClick="add_to_list" android:onClick="add_to_list"
android:id="@+id/sweetRollFunc"/> android:id="@+id/sweetRollFunc"/>
</LinearLayout> </LinearLayout>
...@@ -239,6 +245,7 @@ ...@@ -239,6 +245,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_weight="1" android:layout_weight="1"
android:text="Add" android:text="Add"
style="@style/Widget.AppCompat.Button.Colored"
android:onClick="add_to_list" android:onClick="add_to_list"
android:id="@+id/saladFunc"/> android:id="@+id/saladFunc"/>
</LinearLayout> </LinearLayout>
...@@ -270,6 +277,7 @@ ...@@ -270,6 +277,7 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:onClick="placeOrder" android:onClick="placeOrder"
style="@style/Widget.AppCompat.Button.Colored"
android:layout_weight="1" android:layout_weight="1"
android:text="Place Order" /> android:text="Place Order" />
</LinearLayout> </LinearLayout>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment