From 483e63875415ca6acf5aae646b2b7a4670a8ef0e Mon Sep 17 00:00:00 2001 From: rca Date: Tue, 9 Jul 2024 00:02:41 +0900 Subject: [PATCH] =?UTF-8?q?=E5=AD=90=E4=BE=9B=E3=81=AE=E6=95=B0=E3=81=8C?= =?UTF-8?q?=E5=A4=9A=E3=81=84=E3=81=A8=E3=81=8D=E3=81=AF=E3=82=B9=E3=82=AF?= =?UTF-8?q?=E3=83=AD=E3=83=BC=E3=83=AB=E3=81=99=E3=82=8B=E3=82=88=E3=81=86?= =?UTF-8?q?=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/main/res/layout/fragment_wallet_parent_wrapper.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/feature/wallet/src/main/res/layout/fragment_wallet_parent_wrapper.xml b/feature/wallet/src/main/res/layout/fragment_wallet_parent_wrapper.xml index dc9b2fa..57018fa 100644 --- a/feature/wallet/src/main/res/layout/fragment_wallet_parent_wrapper.xml +++ b/feature/wallet/src/main/res/layout/fragment_wallet_parent_wrapper.xml @@ -12,7 +12,8 @@ android:layout_height="wrap_content" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent" - app:layout_constraintTop_toTopOf="parent"> + app:layout_constraintTop_toTopOf="parent" + app:tabMode="scrollable">