summaryrefslogtreecommitdiff
path: root/wallet/src/main/res/layout
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-09-28 12:12:20 -0300
committerTorsten Grote <t@grobox.de>2020-09-28 14:27:47 -0300
commit0936fc851232c8c6c41ce4a0c479ba7a1e452137 (patch)
tree8e69b1a58319a275901456056558b28643cb8063 /wallet/src/main/res/layout
parent841d87d5f9f05bc4a5e050948af2577cd87efade (diff)
downloadtaler-android-0936fc851232c8c6c41ce4a0c479ba7a1e452137.tar.gz
taler-android-0936fc851232c8c6c41ce4a0c479ba7a1e452137.tar.bz2
taler-android-0936fc851232c8c6c41ce4a0c479ba7a1e452137.zip
[wallet] implement exchange selection for withdrawals
Diffstat (limited to 'wallet/src/main/res/layout')
-rw-r--r--wallet/src/main/res/layout/fragment_exchange_fees.xml (renamed from wallet/src/main/res/layout/fragment_select_exchange.xml)0
-rw-r--r--wallet/src/main/res/layout/fragment_prompt_withdraw.xml2
2 files changed, 1 insertions, 1 deletions
diff --git a/wallet/src/main/res/layout/fragment_select_exchange.xml b/wallet/src/main/res/layout/fragment_exchange_fees.xml
index 6f8814f..6f8814f 100644
--- a/wallet/src/main/res/layout/fragment_select_exchange.xml
+++ b/wallet/src/main/res/layout/fragment_exchange_fees.xml
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"