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"