diff --git a/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml b/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml index f26a6bf7ab..d3c0dc4dc5 100644 --- a/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml +++ b/vector/src/main/res/layout/item_timeline_event_voice_broadcast_listening_stub.xml @@ -138,6 +138,9 @@ android:layout_width="0dp" android:layout_height="wrap_content" android:layout_marginTop="24dp" + android:layout_marginEnd="6dp" + android:paddingStart="0dp" + android:paddingEnd="0dp" android:progressDrawable="@drawable/bg_seek_bar" android:thumbTint="?vctr_content_tertiary" app:layout_constraintBottom_toBottomOf="parent"