Commit 22d61653 authored by Sam's avatar Sam

FINAL VERSION with added EditTexts in the cafe and shop recyclerview

parent f5f53ffc
...@@ -151,7 +151,7 @@ public class checkout extends AppCompatActivity implements View.OnClickListener ...@@ -151,7 +151,7 @@ public class checkout extends AppCompatActivity implements View.OnClickListener
if (cardName.equals("cafe")) { if (cardName.equals("cafe")) {
total_cafeItems.setText("TOTAL:£" + totalCafeItems + ".00"); total_cafeItems.setText("TOTAL:£" +totalCafeItems + ".00");
} else { } else {
......
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