From 1c8da5aea284a0299840721afc86dae75b16ba78 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 17 Jul 2020 13:30:48 -0300 Subject: [wallet] show list of known exchanges in settings --- .../src/main/res/layout/fragment_exchange_list.xml | 52 ++++++++++++++++++++++ wallet/src/main/res/layout/list_item_exchange.xml | 50 +++++++++++++++++++++ 2 files changed, 102 insertions(+) create mode 100644 wallet/src/main/res/layout/fragment_exchange_list.xml create mode 100644 wallet/src/main/res/layout/list_item_exchange.xml (limited to 'wallet/src/main/res/layout') diff --git a/wallet/src/main/res/layout/fragment_exchange_list.xml b/wallet/src/main/res/layout/fragment_exchange_list.xml new file mode 100644 index 0000000..e08901e --- /dev/null +++ b/wallet/src/main/res/layout/fragment_exchange_list.xml @@ -0,0 +1,52 @@ + + + + + + + + + + + diff --git a/wallet/src/main/res/layout/list_item_exchange.xml b/wallet/src/main/res/layout/list_item_exchange.xml new file mode 100644 index 0000000..4c646fe --- /dev/null +++ b/wallet/src/main/res/layout/list_item_exchange.xml @@ -0,0 +1,50 @@ + + + + + + + + + -- cgit v1.2.3