From d43bcf09b25b1a55621b8bedbbb68427b4577896 Mon Sep 17 00:00:00 2001 From: r-ca Date: Sat, 20 Jan 2024 16:13:42 +0900 Subject: [PATCH] =?UTF-8?q?UI=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shared/ui/src/main/res/layout/common_list_item.xml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/shared/ui/src/main/res/layout/common_list_item.xml b/shared/ui/src/main/res/layout/common_list_item.xml index 2a9850e5..5ff6ecd1 100644 --- a/shared/ui/src/main/res/layout/common_list_item.xml +++ b/shared/ui/src/main/res/layout/common_list_item.xml @@ -3,13 +3,14 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:padding="16dp"> + android:paddingHorizontal="24dp" + android:paddingVertical="16dp">