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 --- .../main/res/drawable/ic_history_black_24dp.xml | 25 ------ wallet/src/main/res/drawable/pending_border.xml | 6 +- 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 ------------------ wallet/src/main/res/navigation/nav_graph.xml | 2 +- wallet/src/main/res/values/strings.xml | 7 +- 13 files changed, 183 insertions(+), 393 deletions(-) delete mode 100644 wallet/src/main/res/drawable/ic_history_black_24dp.xml 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') diff --git a/wallet/src/main/res/drawable/ic_history_black_24dp.xml b/wallet/src/main/res/drawable/ic_history_black_24dp.xml deleted file mode 100644 index 5836444..0000000 --- a/wallet/src/main/res/drawable/ic_history_black_24dp.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - diff --git a/wallet/src/main/res/drawable/pending_border.xml b/wallet/src/main/res/drawable/pending_border.xml index c858219..0e201dc 100644 --- a/wallet/src/main/res/drawable/pending_border.xml +++ b/wallet/src/main/res/drawable/pending_border.xml @@ -18,14 +18,14 @@ android:shape="rectangle"> - + + android:color="@color/colorPrimary"/> - + \ No newline at end of file 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 @@ + + + + + + +