From 9a1e820389d8b242cc9b3fb247d4c7b4c8bebde0 Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Tue, 24 Oct 2023 12:09:56 -0600 Subject: [wallet] Make keyboard resize views and make manual withdraw scrollable --- .../main/res/layout/fragment_manual_withdraw.xml | 180 +++++++++++---------- 1 file changed, 92 insertions(+), 88 deletions(-) (limited to 'wallet/src/main/res/layout') diff --git a/wallet/src/main/res/layout/fragment_manual_withdraw.xml b/wallet/src/main/res/layout/fragment_manual_withdraw.xml index 9225d16..6d5f78b 100644 --- a/wallet/src/main/res/layout/fragment_manual_withdraw.xml +++ b/wallet/src/main/res/layout/fragment_manual_withdraw.xml @@ -14,105 +14,109 @@ ~ GNU Taler; see the file COPYING. If not, see --> - + + - - - - - + - + - + android:layout_marginStart="16dp" + android:layout_marginTop="16dp" + android:layout_marginEnd="16dp" + android:minWidth="128dp" + app:boxBackgroundMode="outline" + app:endIconDrawable="@drawable/ic_cancel" + app:endIconMode="clear_text" + app:layout_constraintEnd_toStartOf="@+id/currencyView" + app:layout_constraintHorizontal_chainStyle="packed" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintTop_toBottomOf="@+id/manualWithdrawIntro"> - + - + - + -