From ea2abcac101645e429cab734c726e3b6a744dae9 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 15 Apr 2020 13:49:25 -0300 Subject: [wallet] show simplified transactions per currency --- wallet/src/main/res/layout/fragment_main.xml | 56 +++++++++++++ .../res/layout/fragment_pending_operations.xml | 2 +- .../src/main/res/layout/fragment_show_balance.xml | 55 ------------- .../res/layout/list_item_pending_operation.xml | 47 +++++++++++ .../src/main/res/layout/list_item_transaction.xml | 74 +++++++++++++++++ wallet/src/main/res/layout/pending_row.xml | 47 ----------- wallet/src/main/res/layout/transaction_in.xml | 92 ---------------------- wallet/src/main/res/layout/transaction_out.xml | 87 -------------------- wallet/src/main/res/layout/transaction_row.xml | 76 ------------------ 9 files changed, 178 insertions(+), 358 deletions(-) create mode 100644 wallet/src/main/res/layout/fragment_main.xml delete mode 100644 wallet/src/main/res/layout/fragment_show_balance.xml create mode 100644 wallet/src/main/res/layout/list_item_pending_operation.xml create mode 100644 wallet/src/main/res/layout/list_item_transaction.xml delete mode 100644 wallet/src/main/res/layout/pending_row.xml delete mode 100644 wallet/src/main/res/layout/transaction_in.xml delete mode 100644 wallet/src/main/res/layout/transaction_out.xml delete mode 100644 wallet/src/main/res/layout/transaction_row.xml (limited to 'wallet/src/main/res/layout') diff --git a/wallet/src/main/res/layout/fragment_main.xml b/wallet/src/main/res/layout/fragment_main.xml new file mode 100644 index 0000000..57fe73e --- /dev/null +++ b/wallet/src/main/res/layout/fragment_main.xml @@ -0,0 +1,56 @@ + + + + + + + + + + diff --git a/wallet/src/main/res/layout/fragment_pending_operations.xml b/wallet/src/main/res/layout/fragment_pending_operations.xml index 775c89f..5030234 100644 --- a/wallet/src/main/res/layout/fragment_pending_operations.xml +++ b/wallet/src/main/res/layout/fragment_pending_operations.xml @@ -29,6 +29,6 @@ app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent" - tools:listitem="@layout/pending_row" /> + tools:listitem="@layout/list_item_pending_operation" /> diff --git a/wallet/src/main/res/layout/fragment_show_balance.xml b/wallet/src/main/res/layout/fragment_show_balance.xml deleted file mode 100644 index 3f4aa2e..0000000 --- a/wallet/src/main/res/layout/fragment_show_balance.xml +++ /dev/null @@ -1,55 +0,0 @@ - - - - - - - - - - diff --git a/wallet/src/main/res/layout/list_item_pending_operation.xml b/wallet/src/main/res/layout/list_item_pending_operation.xml new file mode 100644 index 0000000..bd606c3 --- /dev/null +++ b/wallet/src/main/res/layout/list_item_pending_operation.xml @@ -0,0 +1,47 @@ + + + + + + +