Skip to content
This repository was archived by the owner on Jul 25, 2024. It is now read-only.

Commit 5a446e4

Browse files
saketkumarSam1301
authored andcommitted
Fixes #388: Add missing paddingBottom for message tile layout.
1 parent ef04a4c commit 5a446e4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/src/main/res/layout/message_tile.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
android:paddingLeft="8dp"
6767
android:paddingRight="16dp"
6868
android:paddingStart="8dp"
69+
android:paddingBottom="8dp"
6970
tools:text="Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam mollis pretium purus, faucibus accumsan enim placerat non. " />
7071

7172
<FrameLayout

0 commit comments

Comments
 (0)