From e9f55949b7e65a4384ea927968675cf3584e3349 Mon Sep 17 00:00:00 2001
From: hunnihundert <47563806+hunnihundert@users.noreply.github.com>
Date: Sat, 11 Jul 2020 09:21:11 +0900
Subject: [PATCH] change "Cancel/Confirm" button pattern when adding items to
"+" image button add content description for "+" image button to string.xml
---
.../layout/row_new_help_request_article.xml | 41 +++++--------------
app/src/main/res/values-de/strings.xml | 1 +
app/src/main/res/values/strings.xml | 1 +
3 files changed, 12 insertions(+), 31 deletions(-)
diff --git a/app/src/main/res/layout/row_new_help_request_article.xml b/app/src/main/res/layout/row_new_help_request_article.xml
index fb9bc56..bee6c73 100644
--- a/app/src/main/res/layout/row_new_help_request_article.xml
+++ b/app/src/main/res/layout/row_new_help_request_article.xml
@@ -112,47 +112,26 @@
tools:itemCount="3"
tools:listitem="@layout/view_chip_article_unit" />
-
-
-
-
-
-
+ android:visibility="@{viewModel.buttonsVisibility}"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toBottomOf="@id/recyclerview_new_article_units" />
\ No newline at end of file
diff --git a/app/src/main/res/values-de/strings.xml b/app/src/main/res/values-de/strings.xml
index 9675e05..876e15c 100644
--- a/app/src/main/res/values-de/strings.xml
+++ b/app/src/main/res/values-de/strings.xml
@@ -172,6 +172,7 @@
"Bitte bestätige deine Lieferadresse"
"Anfrage senden"
"Bitte mindestens 1 Artikel wählen"
+ Artikel hinzufügen
"Zusätzliche Info"
"Lieferaddresse"
"Lieferhinweis"
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 3722329..1287730 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -172,6 +172,7 @@ phone call"
"Please confirm your delivery address"
"Submit Request"
"Please enter at least 1 article"
+ Add article
"Additional Request"
"Delivery Address"
"Delivery comment"