forked from mirror/monocles_chat_clean
Add margin to the end of message bubbles again
This commit is contained in:
parent
c852082312
commit
b015dbd502
2 changed files with 4 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue