Add margin to reactions in sent and received messages

This commit is contained in:
Arne 2025-01-03 15:14:33 +01:00
parent bc14aba87d
commit c47b256218
2 changed files with 2 additions and 0 deletions

View file

@ -168,6 +168,7 @@
android:layout_marginStart="7dp"
android:orientation="horizontal"
android:visibility="visible"
android:layout_marginTop="3dp"
app:chipSpacingHorizontal="2dp"
app:chipSpacingVertical="4dp"
app:layout_constrainedWidth="true"

View file

@ -164,6 +164,7 @@
android:layout_marginEnd="7dp"
android:orientation="horizontal"
android:visibility="visible"
android:layout_marginTop="3dp"
app:chipSpacingHorizontal="2dp"
app:chipSpacingVertical="4dp"
app:layout_constrainedWidth="true"