Skip to content

Commit

Permalink
add some margin at the bottom of the new "show full message" buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
adbenitez committed Oct 27, 2024
1 parent de4e95d commit 9675c41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/main/res/layout/conversation_item_received.xml
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,7 @@
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/message_bubble_horizontal_padding"
android:layout_marginRight="@dimen/message_bubble_horizontal_padding"
android:layout_marginBottom="@dimen/message_bubble_collapsed_footer_padding"
android:padding="@dimen/message_bubble_showmore_padding"
android:minHeight="1dp"
android:minWidth="0dp"
Expand Down
1 change: 1 addition & 0 deletions src/main/res/layout/conversation_item_sent.xml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
android:layout_gravity="center_vertical"
android:layout_marginLeft="@dimen/message_bubble_horizontal_padding"
android:layout_marginRight="@dimen/message_bubble_horizontal_padding"
android:layout_marginBottom="@dimen/message_bubble_collapsed_footer_padding"
android:padding="@dimen/message_bubble_showmore_padding"
android:minHeight="1dp"
android:minWidth="0dp"
Expand Down

0 comments on commit 9675c41

Please sign in to comment.