diff --git a/app/src/main/res/layout/conversation_item_update.xml b/app/src/main/res/layout/conversation_item_update.xml index d39b501ebb..3e83d558b5 100644 --- a/app/src/main/res/layout/conversation_item_update.xml +++ b/app/src/main/res/layout/conversation_item_update.xml @@ -28,7 +28,8 @@ android:id="@+id/conversation_update_collapsed" android:layout_width="wrap_content" android:layout_height="wrap_content" - android:minHeight="32dp" + android:minHeight="0dp" + android:paddingVertical="6dp" android:layout_marginBottom="12dp" android:background="@drawable/rounded_rectangle_38" android:paddingHorizontal="16dp"