mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-26 01:22:50 +01: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
@ -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…
Reference in New Issue
Block a user