From 095f67dd25ceeff5df388ef42f73de963dd9348b Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 7 Dec 2021 16:23:49 -0300 Subject: Show bank details for manual withdrawal --- .../main/res/layout/fragment_manual_withdraw.xml | 3 +-- wallet/src/main/res/navigation/nav_graph.xml | 22 ++++++++++++++++++++-- wallet/src/main/res/values/strings.xml | 7 +++++++ 3 files changed, 28 insertions(+), 4 deletions(-) (limited to 'wallet/src/main/res') diff --git a/wallet/src/main/res/layout/fragment_manual_withdraw.xml b/wallet/src/main/res/layout/fragment_manual_withdraw.xml index 5b37d2a..724c3e2 100644 --- a/wallet/src/main/res/layout/fragment_manual_withdraw.xml +++ b/wallet/src/main/res/layout/fragment_manual_withdraw.xml @@ -63,7 +63,7 @@ android:layout_marginStart="16dp" android:layout_marginTop="16dp" android:layout_marginEnd="16dp" - android:hint="@string/withdraw_amount" + android:minWidth="128dp" app:boxBackgroundMode="outline" app:endIconDrawable="@drawable/ic_cancel" app:endIconMode="clear_text" @@ -76,7 +76,6 @@ android:id="@+id/amountView" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:ems="10" android:inputType="number" /> diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml index e8929c9..469a399 100644 --- a/wallet/src/main/res/navigation/nav_graph.xml +++ b/wallet/src/main/res/navigation/nav_graph.xml @@ -81,10 +81,20 @@ app:destination="@id/promptWithdraw" /> + + + + + android:label="@string/nav_settings_backup" /> + tools:layout="@layout/fragment_transaction_withdrawal"> + + + Enter valid amount Payment options supported by %1$s:\n\n%2$s Check fees + Exchange is ready for withdrawal! + To complete the process you need to wire %s to the exchange bank account + Bank transfer details + IBAN + Subject + Open in banking app + Make sure to use the correct subject, otherwise the money will not arrive in this wallet. Withdrawal Error Withdrawing is currently not possible. Please try again later! Error withdrawing TESTKUDOS -- cgit v1.2.3