Fix longmessage and shared contact footer alignment

This commit is contained in:
Alex Hart 2019-10-21 10:00:28 -03:00
parent 3fa5843c93
commit ed271c6f3e
3 changed files with 3 additions and 0 deletions

View file

@ -33,6 +33,7 @@
android:layout_marginStart="@dimen/message_bubble_horizontal_padding"
android:layout_marginEnd="@dimen/message_bubble_horizontal_padding"
android:layout_marginBottom="@dimen/message_bubble_bottom_padding"
android:gravity="end"
android:clipChildren="false"
android:clipToPadding="false"
android:alpha="0.7"

View file

@ -34,6 +34,7 @@
android:layout_marginEnd="@dimen/message_bubble_horizontal_padding"
android:layout_marginBottom="@dimen/message_bubble_bottom_padding"
android:layout_gravity="end"
android:gravity="end"
android:clipChildren="false"
android:clipToPadding="false"
app:footer_text_color="?attr/conversation_item_sent_text_secondary_color"

View file

@ -63,6 +63,7 @@
android:layout_marginEnd="@dimen/message_bubble_horizontal_padding"
android:layout_marginTop="4dp"
android:layout_gravity="end"
android:gravity="end"
android:elevation="9dp"
android:orientation="horizontal" />