Add margin to the end of message bubbles again

This commit is contained in:
Arne 2024-10-03 17:58:01 +02:00
parent c852082312
commit b015dbd502
2 changed files with 4 additions and 0 deletions

View file

@ -47,6 +47,8 @@
android:longClickable="true"
android:paddingLeft="7dp"
android:minHeight="48dp"
android:layout_marginEnd="20dp"
android:layout_marginRight="20dp"
app:layout_constrainedWidth="true"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHorizontal_bias="0.0"

View file

@ -53,6 +53,8 @@
android:longClickable="true"
android:minHeight="48dp"
android:paddingRight="7dp"
android:layout_marginLeft="20dp"
android:layout_marginStart="20dp"
app:layout_constrainedWidth="true"
app:layout_constraintEnd_toStartOf="@id/message_photo_box"
app:layout_constraintHorizontal_bias="1.0"