mirror of
https://codeberg.org/monocles/monocles_chat.git
synced 2025-01-15 14:12:21 +01:00
Add margin to reactions in sent and received messages
This commit is contained in:
parent
bc14aba87d
commit
c47b256218
2 changed files with 2 additions and 0 deletions
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue