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

@@ -5,8 +5,8 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:paddingTop="20dp"
android:paddingBottom="21dp"
android:paddingTop="12dp"
android:paddingBottom="13dp"
android:paddingLeft="28dp"
android:paddingRight="28dp">