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 --------------------- 3 files changed, 141 insertions(+), 141 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/layout') 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 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - -- cgit v1.2.3