From 18eee403ef0d5642438d664ab7061881e8b6d81c Mon Sep 17 00:00:00 2001 From: r-ca Date: Tue, 23 Jan 2024 02:09:36 +0900 Subject: [PATCH] fixUI --- component/viewer/src/main/res/layout/viewer_body_list_item.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/component/viewer/src/main/res/layout/viewer_body_list_item.xml b/component/viewer/src/main/res/layout/viewer_body_list_item.xml index 0b11f8ff..015878eb 100644 --- a/component/viewer/src/main/res/layout/viewer_body_list_item.xml +++ b/component/viewer/src/main/res/layout/viewer_body_list_item.xml @@ -11,6 +11,7 @@ android:layout_height="wrap_content" android:elevation="8dp" android:adjustViewBounds="true" + android:layout_marginBottom="16dp" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"