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:
SpiritCroc 2020-12-02 10:18:21 +01:00
parent d6ea5648b6
commit fb42a6a89d

View File

@ -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">