From 858744a75aeedb6ce2b9ec9eab1899feb3aa66fc Mon Sep 17 00:00:00 2001 From: Severiano Jaramillo Date: Fri, 27 Sep 2019 18:59:13 -0500 Subject: [PATCH] Fix UI issue in SendTransactionFragment. - There was a small UI bug in the To and Memo fields, the right-hand side of those fields was cut off. --- .../main/res/layout/fragment_send_transaction.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/app/src/main/res/layout/fragment_send_transaction.xml b/app/src/main/res/layout/fragment_send_transaction.xml index dc03729..414b647 100644 --- a/app/src/main/res/layout/fragment_send_transaction.xml +++ b/app/src/main/res/layout/fragment_send_transaction.xml @@ -34,12 +34,14 @@ + app:layout_constraintTop_toTopOf="parent" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toEndOf="parent"> + app:layout_constraintTop_toBottomOf="@id/tilAmount" + app:layout_constraintStart_toStartOf="parent" + app:layout_constraintEnd_toEndOf="parent">