From e74f39ee86f32b4e0324405af1f0c7be061fb372 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Tue, 12 May 2020 15:26:44 -0300 Subject: [wallet] separate history and transactions UI The history with its JSON payload is only shown in dev mode while the transactions are prepared to move to the new API. --- wallet/src/main/res/layout/list_item_history.xml | 75 ++++++++++++++++++++++++ 1 file changed, 75 insertions(+) create mode 100644 wallet/src/main/res/layout/list_item_history.xml (limited to 'wallet/src/main/res/layout/list_item_history.xml') diff --git a/wallet/src/main/res/layout/list_item_history.xml b/wallet/src/main/res/layout/list_item_history.xml new file mode 100644 index 0000000..2fabe1d --- /dev/null +++ b/wallet/src/main/res/layout/list_item_history.xml @@ -0,0 +1,75 @@ + + + + + + + + + + + + + -- cgit v1.2.3