From 2f4b2ebe4c646507fa7ef6dbdfbb54a92de087d6 Mon Sep 17 00:00:00 2001 From: sanjeok77 Date: Thu, 12 Mar 2026 23:18:31 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20=EC=97=B0=EC=B0=A8=20=EC=84=A4=EC=A0=95?= =?UTF-8?q?=20=ED=99=94=EB=A9=B4=20ScrollView=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 작은 화면에서 저장 버튼이 잘리지 않도록 ScrollView로 감싸기 - 저장 버튼 가시성 확보 Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-opencode) Co-authored-by: Sisyphus --- .../main/res/layout/fragment_settings_lab.xml | 205 +++++++++--------- 1 file changed, 106 insertions(+), 99 deletions(-) diff --git a/app/src/main/res/layout/fragment_settings_lab.xml b/app/src/main/res/layout/fragment_settings_lab.xml index 2b53942..a28139e 100644 --- a/app/src/main/res/layout/fragment_settings_lab.xml +++ b/app/src/main/res/layout/fragment_settings_lab.xml @@ -1,128 +1,135 @@ - + android:fillViewport="true"> - - - - - + android:orientation="vertical" + android:padding="24dp" + android:gravity="center_horizontal"> - + + + + + android:layout_marginBottom="24dp" + app:cardCornerRadius="16dp" + app:cardElevation="4dp" + app:cardBackgroundColor="@color/surface"> - + android:orientation="vertical" + android:padding="24dp" + android:gravity="center"> - - + - + + - + - + - - + - + + android:layout_marginBottom="32dp" + app:cardCornerRadius="16dp" + app:cardElevation="4dp" + app:cardBackgroundColor="@color/surface"> - + android:orientation="vertical" + android:padding="24dp" + android:gravity="center"> - + - + - + - + - - + - - + + - + + + + + +