diff --git a/vector/src/main/res/layout/item_timeline_event_base.xml b/vector/src/main/res/layout/item_timeline_event_base.xml index 722928a874..182e9c04a4 100644 --- a/vector/src/main/res/layout/item_timeline_event_base.xml +++ b/vector/src/main/res/layout/item_timeline_event_base.xml @@ -152,8 +152,10 @@ android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_below="@id/informationBottom" - android:layout_marginEnd="40dp" + android:layout_marginEnd="48dp" android:layout_marginBottom="4dp" + android:layout_marginTop="4dp" + android:layout_marginStart="8dp" android:layout_toEndOf="@id/messageStartGuideline" android:background="@drawable/rounded_rect_shape_8" android:contentDescription="@string/room_threads_filter"