Occupy all vertical space for emoji grid

Fixes the recent emoji list leaving an empty gap at the bottom of the
drawer depending on the number of items shown.
pull/1/head
Veeti Paananen 10 years ago committed by Jake McGinty
parent 9e74b5c892
commit bef5b8f3e9

@ -9,7 +9,7 @@
android:paddingRight="10dp"
android:visibility="visible"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_height="match_parent"
android:stretchMode="columnWidth"
android:columnWidth="@dimen/emoji_drawer_size"
android:horizontalSpacing="0dp"

Loading…
Cancel
Save