From 76f6820bac44cabfccc91158d3e6f29a0816c2ca Mon Sep 17 00:00:00 2001 From: Tangem Date: Mon, 14 Sep 2020 15:20:26 +0300 Subject: [PATCH] Updated on 2026-08-14 --- app/src/main/res/layout/fragment_send.xml | 31 +++++++++++++------ .../res/layout/layout_send_address_payid.xml | 2 +- .../main/res/layout/layout_send_amount.xml | 2 +- 3 files changed, 23 insertions(+), 12 deletions(-) diff --git a/app/src/main/res/layout/fragment_send.xml b/app/src/main/res/layout/fragment_send.xml index 3817a01615..e2ad6d3337 100644 --- a/app/src/main/res/layout/fragment_send.xml +++ b/app/src/main/res/layout/fragment_send.xml @@ -1,25 +1,36 @@ - - + android:layout_height="wrap_content" + android:background="@color/backgroundLightGray" + android:fitsSystemWindows="true" + app:liftOnScroll="true"> + + + + + android:fillViewport="true" + app:layout_behavior="@string/appbar_scrolling_view_behavior"> - \ No newline at end of file + \ No newline at end of file diff --git a/app/src/main/res/layout/layout_send_address_payid.xml b/app/src/main/res/layout/layout_send_address_payid.xml index 16cd313308..61d371ae01 100644 --- a/app/src/main/res/layout/layout_send_address_payid.xml +++ b/app/src/main/res/layout/layout_send_address_payid.xml @@ -12,7 +12,7 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:hint="@string/send_address_or_payid" - app:boxBackgroundColor="@android:color/transparent" + app:boxBackgroundColor="@color/backgroundLightGray" app:errorIconDrawable="@null" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" diff --git a/app/src/main/res/layout/layout_send_amount.xml b/app/src/main/res/layout/layout_send_amount.xml index 4a6c5066e6..0df63b41cc 100644 --- a/app/src/main/res/layout/layout_send_amount.xml +++ b/app/src/main/res/layout/layout_send_amount.xml @@ -44,7 +44,7 @@ android:layout_height="wrap_content" android:layout_marginStart="16dp" android:layout_marginEnd="16dp" - app:boxBackgroundColor="@android:color/transparent" + app:boxBackgroundColor="@color/backgroundLightGray" app:errorIconDrawable="@null">