From e52ee8f55326de402a7ad421c396eb6c81a79a68 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 2 Apr 2020 15:12:09 -0300 Subject: [wallet] Show withdraw fee --- .../main/res/layout/fragment_prompt_withdraw.xml | 70 +++++++++++++++++++--- wallet/src/main/res/values/strings.xml | 5 +- 2 files changed, 64 insertions(+), 11 deletions(-) (limited to 'wallet/src/main/res') diff --git a/wallet/src/main/res/layout/fragment_prompt_withdraw.xml b/wallet/src/main/res/layout/fragment_prompt_withdraw.xml index b03ee03..4372cba 100644 --- a/wallet/src/main/res/layout/fragment_prompt_withdraw.xml +++ b/wallet/src/main/res/layout/fragment_prompt_withdraw.xml @@ -31,7 +31,7 @@ android:gravity="center" android:text="@string/withdraw_total" android:visibility="invisible" - app:layout_constraintBottom_toTopOf="@+id/withdrawAmountView" + app:layout_constraintBottom_toTopOf="@+id/effectiveAmountView" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.5" app:layout_constraintStart_toStartOf="parent" @@ -40,36 +40,88 @@ tools:visibility="visible" /> + + + + + + diff --git a/wallet/src/main/res/values/strings.xml b/wallet/src/main/res/values/strings.xml index 8cd2dd8..bcd173f 100644 --- a/wallet/src/main/res/values/strings.xml +++ b/wallet/src/main/res/values/strings.xml @@ -39,7 +39,8 @@ my aid Balances - +%s + +%s + -%s inbound There is no digital cash in your wallet.\n\nYou can get test money from the demo bank:\n\nhttps://bank.demo.taler.net @@ -80,7 +81,7 @@ Withdrawal accepted The wire transfer now needs to be confirmed with the bank. Once the wire transfer is complete, the digital cash will automatically show in this wallet. Withdraw - (minus exchange fees) + Fee Exchange Withdraw TESTKUDOS Confirm Withdraw -- cgit v1.2.3