Commit cdb1901e authored by daniel.tang's avatar daniel.tang

Update activity_souv_order.xml

Added style color on the buttons.
parent 6e78274b
...@@ -70,6 +70,7 @@ ...@@ -70,6 +70,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/shirtBtn"/> android:id="@+id/shirtBtn"/>
...@@ -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/hatBtn"/> android:id="@+id/hatBtn"/>
...@@ -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/snowBtn"/> android:id="@+id/snowBtn"/>
</LinearLayout> </LinearLayout>
...@@ -155,6 +158,7 @@ ...@@ -155,6 +158,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/keyBtn"/> android:id="@+id/keyBtn"/>
</LinearLayout> </LinearLayout>
...@@ -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/bottleBtn"/> android:id="@+id/bottleBtn"/>
...@@ -239,6 +244,7 @@ ...@@ -239,6 +244,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/coasterBtn"/> android:id="@+id/coasterBtn"/>
</LinearLayout> </LinearLayout>
...@@ -271,6 +277,7 @@ ...@@ -271,6 +277,7 @@
android:layout_height="match_parent" android:layout_height="match_parent"
android:onClick="placeOrder" android:onClick="placeOrder"
android:layout_weight="1" android:layout_weight="1"
style="@style/Widget.AppCompat.Button.Colored"
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