From 4f665e694b819f7999bb96919d8b468c2a3de48b Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Fri, 17 Jul 2020 16:25:14 -0300 Subject: [wallet] add UI for making manual withdrawal via exchange --- wallet/src/main/res/layout/list_item_exchange.xml | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'wallet/src/main/res/layout/list_item_exchange.xml') diff --git a/wallet/src/main/res/layout/list_item_exchange.xml b/wallet/src/main/res/layout/list_item_exchange.xml index 4c646fe..c9d1df4 100644 --- a/wallet/src/main/res/layout/list_item_exchange.xml +++ b/wallet/src/main/res/layout/list_item_exchange.xml @@ -21,16 +21,17 @@ android:layout_height="wrap_content" android:background="@drawable/selectable_background" android:foreground="?attr/selectableItemBackground" - android:padding="16dp"> + android:paddingTop="16dp" + android:paddingBottom="16dp"> @@ -40,11 +41,22 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="8dp" - android:layout_marginEnd="8dp" android:textSize="14sp" - app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintEnd_toStartOf="@+id/overflowIcon" app:layout_constraintStart_toStartOf="@+id/urlView" app:layout_constraintTop_toBottomOf="@+id/urlView" tools:text="@string/exchange_list_currency" /> + + -- cgit v1.2.3