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.
This commit is contained in:
Veeti Paananen 2014-07-31 01:48:39 +03:00 committed by Jake McGinty
parent 9e74b5c892
commit bef5b8f3e9

View File

@ -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"