From 55ceb2838e314e5e731c3633fc607c3ae993b406 Mon Sep 17 00:00:00 2001 From: r-ca Date: Mon, 29 Jan 2024 01:13:35 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6=E3=83=88?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- component/common/src/main/res/layout/apply_tag_list_item.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/component/common/src/main/res/layout/apply_tag_list_item.xml b/component/common/src/main/res/layout/apply_tag_list_item.xml index e52e6eae..cc5b331e 100644 --- a/component/common/src/main/res/layout/apply_tag_list_item.xml +++ b/component/common/src/main/res/layout/apply_tag_list_item.xml @@ -8,7 +8,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:textSize="16sp" - android:layout_margin="16dp" + android:layout_marginHorizontal="16dp" + android:layout_marginVertical="8dp" android:text="CheckBox" /> \ No newline at end of file