From c9e170637466b4a507ac4d534f73b03a9328e96d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Tue, 23 Jul 2024 13:29:45 +0900 Subject: [PATCH] =?UTF-8?q?UI=E5=BE=AE=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wallet/src/main/res/layout/fragment_wallet_content.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/feature/wallet/src/main/res/layout/fragment_wallet_content.xml b/feature/wallet/src/main/res/layout/fragment_wallet_content.xml index f6d65e9..8ae2f2e 100644 --- a/feature/wallet/src/main/res/layout/fragment_wallet_content.xml +++ b/feature/wallet/src/main/res/layout/fragment_wallet_content.xml @@ -16,9 +16,12 @@ android:id="@+id/frameLayout" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="24dp" - android:layout_marginBottom="24dp" + android:background="@color/colorSurface" + android:backgroundTintMode="add" + android:elevation="16px" app:layout_constraintBottom_toTopOf="@+id/historyItemRecyclerView" + app:layout_constraintEnd_toEndOf="parent" + app:layout_constraintStart_toStartOf="parent" app:layout_constraintTop_toTopOf="parent">