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/drawable/badge.xml | 26 ++++++++++++++++++++ wallet/src/main/res/layout/list_item_balance.xml | 30 +++++++++++++++++------- 2 files changed, 47 insertions(+), 9 deletions(-) create mode 100644 wallet/src/main/res/drawable/badge.xml (limited to 'wallet/src/main/res') diff --git a/wallet/src/main/res/drawable/badge.xml b/wallet/src/main/res/drawable/badge.xml new file mode 100644 index 0000000..0b06ce5 --- /dev/null +++ b/wallet/src/main/res/drawable/badge.xml @@ -0,0 +1,26 @@ + + + + + + + \ No newline at end of file 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