From e2e65738838fb9bebedd8721c4bbd2d28483c709 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Tue, 12 Dec 2023 13:32:58 -0600 Subject: [wallet] Manual withdrawal: hide fee when zero and relax paddings for smaller screens --- wallet/src/main/res/layout/fragment_prompt_withdraw.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 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 7b63d1b..748a51a 100644 --- a/wallet/src/main/res/layout/fragment_prompt_withdraw.xml +++ b/wallet/src/main/res/layout/fragment_prompt_withdraw.xml @@ -98,7 +98,7 @@ android:layout_marginEnd="16dp" android:gravity="center" android:text="@string/withdraw_fees" - android:visibility="invisible" + android:visibility="gone" app:layout_constraintBottom_toTopOf="@+id/feeView" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.5" @@ -116,7 +116,7 @@ android:gravity="center" android:textColor="?colorError" android:textSize="20sp" - android:visibility="invisible" + android:visibility="gone" app:layout_constraintBottom_toTopOf="@+id/exchangeIntroView" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" -- cgit v1.2.3