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 +++++++++++++++++++--- 1 file changed, 61 insertions(+), 9 deletions(-) (limited to 'wallet/src/main/res/layout') 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" /> + + + + + + -- cgit v1.2.3