Fix timeline thread summary padding

This commit is contained in:
ariskotsomitopoulos 2022-03-22 16:03:49 +02:00
parent 09a017aaa8
commit c455912969
1 changed files with 2 additions and 2 deletions

View File

@ -154,8 +154,8 @@
android:layout_below="@id/informationBottom"
android:layout_marginEnd="32dp"
android:layout_marginBottom="4dp"
android:paddingStart="13dp"
android:paddingEnd="13dp"
android:paddingStart="12dp"
android:paddingEnd="12dp"
android:layout_toEndOf="@id/messageStartGuideline"
android:background="@drawable/rounded_rect_shape_8"
android:contentDescription="@string/room_threads_filter"