summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app/src/main/res/layout/list_item_product_single.xml2
-rw-r--r--app/src/main/res/values/strings.xml2
2 files changed, 3 insertions, 1 deletions
diff --git a/app/src/main/res/layout/list_item_product_single.xml b/app/src/main/res/layout/list_item_product_single.xml
index a4578b3..a08f1f8 100644
--- a/app/src/main/res/layout/list_item_product_single.xml
+++ b/app/src/main/res/layout/list_item_product_single.xml
@@ -25,6 +25,7 @@
android:id="@+id/quantity"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:visibility="gone"
app:layout_constraintEnd_toStartOf="@+id/name"
app:layout_constraintHorizontal_bias="0.5"
app:layout_constraintHorizontal_chainStyle="packed"
@@ -52,6 +53,7 @@
android:layout_height="wrap_content"
android:layout_marginStart="8dp"
android:layout_marginEnd="8dp"
+ android:visibility="gone"
app:layout_constrainedWidth="true"
app:layout_constraintBottom_toTopOf="@+id/image"
app:layout_constraintEnd_toEndOf="parent"
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index e8f95bb..8981e04 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -76,7 +76,7 @@
<string name="payment_show_details">Show Details</string>
<string name="payment_hide_details">Hide Details</string>
<string name="payment_successful">Payment was successful</string>
- <string name="payment_back_button">Go Back</string>
+ <string name="payment_back_button">OK</string>
<string name="payment_already_paid">You\'ve already paid for this order.</string>
<string name="withdraw_accepted">Withdrawal accepted</string>