From dfc0db1432b181723e20efc01d46335ffd53115d Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Thu, 14 May 2020 15:38:36 -0300 Subject: [wallet] provide extra info in transactions when withdrawal requires confirmation --- .../src/main/res/layout/list_item_transaction.xml | 43 ++++++++++++++++------ 1 file changed, 31 insertions(+), 12 deletions(-) (limited to 'wallet/src/main/res/layout') diff --git a/wallet/src/main/res/layout/list_item_transaction.xml b/wallet/src/main/res/layout/list_item_transaction.xml index 058b170..a35ac30 100644 --- a/wallet/src/main/res/layout/list_item_transaction.xml +++ b/wallet/src/main/res/layout/list_item_transaction.xml @@ -44,20 +44,24 @@ android:layout_height="wrap_content" android:layout_marginStart="16dp" android:layout_marginEnd="8dp" - app:layout_constraintEnd_toStartOf="@+id/amount" + app:layout_constraintEnd_toStartOf="@+id/barrier" app:layout_constraintStart_toEndOf="@+id/icon" app:layout_constraintTop_toTopOf="parent" tools:text="@string/transaction_payment" /> + android:layout_marginTop="8dp" + android:layout_marginEnd="8dp" + android:textSize="14sp" + android:visibility="gone" + app:layout_constraintEnd_toStartOf="@+id/barrier" + app:layout_constraintStart_toStartOf="@+id/title" + app:layout_constraintTop_toBottomOf="@+id/title" + tools:text="@string/withdraw_waiting_confirm" + tools:visibility="visible" /> + + + + -- cgit v1.2.3