From 54eb242032f597125bf65f2e81df1f760f2ddbbe Mon Sep 17 00:00:00 2001 From: KIM MINJEONG Date: Wed, 17 Jan 2024 22:37:32 +0900 Subject: [PATCH] =?UTF-8?q?#79=20[ui]=20=ED=85=8C=EB=A7=88=20&=20=EB=A3=A8?= =?UTF-8?q?=ED=8B=B4=20=EC=84=A0=ED=83=9D=20=EB=A6=AC=EC=82=AC=EC=9D=B4?= =?UTF-8?q?=ED=81=B4=EB=9F=AC=EB=B7=B0=20=EC=9C=84=EC=B9=98=20=EC=A1=B0?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/fragment_onboarding_choice_routine.xml | 4 ++-- app/src/main/res/layout/fragment_onboarding_choice_theme.xml | 4 ++-- app/src/main/res/layout/item_onboarding_choice_theme.xml | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/fragment_onboarding_choice_routine.xml b/app/src/main/res/layout/fragment_onboarding_choice_routine.xml index cdb65905..a10655d3 100644 --- a/app/src/main/res/layout/fragment_onboarding_choice_routine.xml +++ b/app/src/main/res/layout/fragment_onboarding_choice_routine.xml @@ -63,9 +63,9 @@ android:layout_marginTop="37dp" android:layout_marginBottom="90dp" android:layout_marginStart="30dp" - android:layout_marginEnd="10dp" + android:layout_marginEnd="20dp" android:scrollbars="vertical" - android:scrollbarStyle="outsideInset" + android:scrollbarStyle="outsideOverlay" android:scrollbarThumbVertical="@drawable/ic_scrollbar" app:layout_constraintTop_toBottomOf="@id/iv_onboarding_choice_routine_speech_background" app:layout_constraintBottom_toTopOf="@id/btn_onboarding_routine_back_theme" diff --git a/app/src/main/res/layout/fragment_onboarding_choice_theme.xml b/app/src/main/res/layout/fragment_onboarding_choice_theme.xml index 83f3ec14..2778b5ac 100644 --- a/app/src/main/res/layout/fragment_onboarding_choice_theme.xml +++ b/app/src/main/res/layout/fragment_onboarding_choice_theme.xml @@ -23,11 +23,11 @@ + xmlns:app="http://schemas.android.com/apk/res-auto" + android:paddingHorizontal="10dp">