fix width misalignment in header

This commit is contained in:
sk 2023-02-01 11:05:50 +01:00
parent 31d0bfb434
commit c2df989217
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
android:id="@+id/name_wrap"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
android:layout_marginEnd="8dp"
android:layout_marginTop="7dp"
android:layout_toStartOf="@id/unread_indicator"
android:layout_toEndOf="@id/avatar"