Reduce right margin on incoming message bubbles.
Fixes #3499 // FREEBIE
This commit is contained in:
parent
df67471959
commit
98b99ef5b1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
android:layout_height="wrap_content"
|
||||
android:layout_toRightOf="@id/contact_photo"
|
||||
android:layout_toEndOf="@id/contact_photo"
|
||||
android:layout_marginRight="50dp"
|
||||
android:layout_marginRight="35dp"
|
||||
android:background="@drawable/received_bubble"
|
||||
android:orientation="vertical">
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue