From 725562a48a23ed4d0153f05a5c36f4d17875c90c Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 27 Oct 2022 10:15:52 -0300 Subject: [wallet] Implement making deposits (not fully functional) --- wallet/src/main/res/navigation/nav_graph.xml | 25 ++++++++++++++++++++++++- wallet/src/main/res/values/strings.xml | 13 ++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) (limited to 'wallet/src/main/res') diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml index 96ca49f..6feb846 100644 --- a/wallet/src/main/res/navigation/nav_graph.xml +++ b/wallet/src/main/res/navigation/nav_graph.xml @@ -48,7 +48,14 @@ + android:label="@string/transactions_send_funds"> + + + + + + + + + Let the payer scan this QR code to pay: Alternatively, copy and send this URI: - Amount to send + Amount to send + Choose where to send money to: + To a bank account + Deposit to a bank account + IBAN + BIC/SWIFT + Account holder + Check fees + Effective Amount + Make deposit + To another wallet + Send money to another wallet Send funds now Warning: Funds will leave the wallet immediately. Let the payee scan this QR code to receive: -- cgit v1.2.3