Add some padding between message sender/date top line and content

Change-Id: I9a43c889e4177480252d525e310da0e488f7b2c3
This commit is contained in:
SpiritCroc 2021-05-06 18:30:22 +02:00
parent 12e7bb64fe
commit 1afce468da
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@
android:layout_height="wrap_content"
android:layout_alignBaseline="@+id/bubbleMessageMemberNameView"
android:layout_alignEnd="@id/viewStubContainer"
android:layout_marginBottom="4dp"
android:maxLines="1"
android:textColor="?riotx_text_secondary"
android:textSize="12sp"