From b1a114987cec6634645f7ee2b5962a9e3131a64c Mon Sep 17 00:00:00 2001 From: Iván Ávalos Date: Thu, 9 Mar 2023 23:51:08 -0600 Subject: [wallet] Expand JSON error in XML transaction detail fragments bug 0007606 --- .../main/res/layout/fragment_transaction_payment.xml | 19 ++++++++++++++++++- .../res/layout/fragment_transaction_withdrawal.xml | 19 ++++++++++++++++++- 2 files changed, 36 insertions(+), 2 deletions(-) (limited to 'wallet/src/main/res/layout') diff --git a/wallet/src/main/res/layout/fragment_transaction_payment.xml b/wallet/src/main/res/layout/fragment_transaction_payment.xml index b57315f..5b674bd 100644 --- a/wallet/src/main/res/layout/fragment_transaction_payment.xml +++ b/wallet/src/main/res/layout/fragment_transaction_payment.xml @@ -122,11 +122,28 @@ app:backgroundTint="?colorError" app:icon="@drawable/ic_delete" app:iconTint="?colorOnError" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintBottom_toTopOf="@id/showErrorButton" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/orderIdView" /> + + diff --git a/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml b/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml index 100ddbc..87530a4 100644 --- a/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml +++ b/wallet/src/main/res/layout/fragment_transaction_withdrawal.xml @@ -149,11 +149,28 @@ app:icon="@drawable/ic_delete" android:textColor="?colorOnError" app:iconTint="?colorOnError" - app:layout_constraintBottom_toBottomOf="parent" + app:layout_constraintBottom_toTopOf="@id/showErrorButton" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toBottomOf="@+id/exchangeView" /> + + -- cgit v1.2.3