From 0936fc851232c8c6c41ce4a0c479ba7a1e452137 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 28 Sep 2020 12:12:20 -0300 Subject: [wallet] implement exchange selection for withdrawals --- .../src/main/res/layout/fragment_exchange_fees.xml | 140 +++++++++++++++++++++ .../main/res/layout/fragment_prompt_withdraw.xml | 2 +- .../main/res/layout/fragment_select_exchange.xml | 140 --------------------- wallet/src/main/res/navigation/nav_graph.xml | 4 +- wallet/src/main/res/values/strings.xml | 1 + 5 files changed, 144 insertions(+), 143 deletions(-) create mode 100644 wallet/src/main/res/layout/fragment_exchange_fees.xml delete mode 100644 wallet/src/main/res/layout/fragment_select_exchange.xml (limited to 'wallet/src/main/res') diff --git a/wallet/src/main/res/layout/fragment_exchange_fees.xml b/wallet/src/main/res/layout/fragment_exchange_fees.xml new file mode 100644 index 0000000..6f8814f --- /dev/null +++ b/wallet/src/main/res/layout/fragment_exchange_fees.xml @@ -0,0 +1,140 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/wallet/src/main/res/layout/fragment_prompt_withdraw.xml b/wallet/src/main/res/layout/fragment_prompt_withdraw.xml index 6bca4ef..421911a 100644 --- a/wallet/src/main/res/layout/fragment_prompt_withdraw.xml +++ b/wallet/src/main/res/layout/fragment_prompt_withdraw.xml @@ -169,7 +169,7 @@ android:contentDescription="@string/nav_exchange_fees" android:src="@drawable/ic_edit" android:tint="?attr/colorOnPrimary" - android:visibility="invisible" + android:visibility="gone" app:layout_constraintBottom_toBottomOf="@+id/withdrawExchangeUrl" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@+id/withdrawExchangeUrl" diff --git a/wallet/src/main/res/layout/fragment_select_exchange.xml b/wallet/src/main/res/layout/fragment_select_exchange.xml deleted file mode 100644 index 6f8814f..0000000 --- a/wallet/src/main/res/layout/fragment_select_exchange.xml +++ /dev/null @@ -1,140 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/wallet/src/main/res/navigation/nav_graph.xml b/wallet/src/main/res/navigation/nav_graph.xml index d8ce5b2..cf98b95 100644 --- a/wallet/src/main/res/navigation/nav_graph.xml +++ b/wallet/src/main/res/navigation/nav_graph.xml @@ -152,8 +152,8 @@ + android:label="@string/nav_exchange_select" + tools:layout="@layout/fragment_exchange_list" /> Withdraw Digital Cash Exchange\'s Terms of Service + Select Exchange Exchange Fees Error -- cgit v1.2.3