mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Pad content also to the right, not only to the left
Fixes: - messages going directly to the right of the screen in no-bubble layout - different padding of incoming and outgoing bubbles in dual-bubble layout Change-Id: I7ac3ec72fed6dd925392eda0a96a2beadc8ff496
This commit is contained in:
parent
d6ea5648b6
commit
fb42a6a89d
1 changed files with 1 additions and 2 deletions
|
@ -83,8 +83,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_below="@id/messageMemberNameView"
|
||||
android:layout_toEndOf="@id/messageStartGuideline"
|
||||
android:layout_marginStart="8dp"
|
||||
android:layout_marginEnd="0dp"
|
||||
android:layout_marginHorizontal="8dp"
|
||||
android:clipChildren="false"
|
||||
android:clipToPadding="false">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue