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 d3aea2de..789bbf8b 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_width="wrap_content" android:layout_height="wrap_content" android:elevation="8dp" + android:adjustViewBounds="true" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toStartOf="parent"