From ebaffcdfabd2d33e1754321f0c08d7ca5bd1570a Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 15 May 2020 13:28:45 -0300 Subject: [wallet] show a pending badge next to balances with pending transactions --- wallet/src/main/res/layout/list_item_balance.xml | 30 +++++++++++++++++------- 1 file changed, 21 insertions(+), 9 deletions(-) (limited to 'wallet/src/main/res/layout') diff --git a/wallet/src/main/res/layout/list_item_balance.xml b/wallet/src/main/res/layout/list_item_balance.xml index a9e15df..475e7d6 100644 --- a/wallet/src/main/res/layout/list_item_balance.xml +++ b/wallet/src/main/res/layout/list_item_balance.xml @@ -23,12 +23,12 @@ android:padding="16dp"> @@ -75,4 +76,15 @@ app:layout_constraintTop_toTopOf="@+id/balanceInboundAmount" tools:visibility="visible" /> + + -- cgit v1.2.3