From 71986bb17dae0b158308cefe762206fd8629660b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=8D=E3=82=80=E3=81=AD=E3=81=93?= Date: Thu, 25 Jan 2024 16:38:53 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=AA=E3=82=B9=E3=83=88=E3=82=A2=E3=82=A4?= =?UTF-8?q?=E3=83=86=E3=83=A0=E3=83=AC=E3=82=A4=E3=82=A2=E3=82=A6=E3=83=88?= =?UTF-8?q?=E5=AE=9F=E8=A3=85=20WIP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/tag_list_full_item.xml | 41 ++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/shared/ui/src/main/res/layout/tag_list_full_item.xml b/shared/ui/src/main/res/layout/tag_list_full_item.xml index 77d9ef65..e0c5bc13 100644 --- a/shared/ui/src/main/res/layout/tag_list_full_item.xml +++ b/shared/ui/src/main/res/layout/tag_list_full_item.xml @@ -1,6 +1,45 @@ + android:layout_height="wrap_content" + android:paddingHorizontal="24dp" + android:paddingVertical="16dp"> + + + + + + + + + + + \ No newline at end of file