Apply message bubble paddings to both top and bottom

Batch selecting messages now feels better. Fixes #8035.
This commit is contained in:
art1fa
2018-07-23 14:08:45 +02:00
committed by Greyson Parrelli
parent 79830049c4
commit faea8fd2ec
5 changed files with 21 additions and 16 deletions

View File

@@ -9,7 +9,7 @@
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="24dp"
android:paddingBottom="16dp"
android:scrollbars="vertical"
android:cacheColorHint="?conversation_background"
android:clipChildren="false"