From bef5b8f3e95b57fc341a2e745f5a6aa834ae2771 Mon Sep 17 00:00:00 2001 From: Veeti Paananen Date: Thu, 31 Jul 2014 01:48:39 +0300 Subject: [PATCH] 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. --- res/layout/emoji_grid_layout.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/emoji_grid_layout.xml b/res/layout/emoji_grid_layout.xml index fe17f6e449..6d49b500b4 100644 --- a/res/layout/emoji_grid_layout.xml +++ b/res/layout/emoji_grid_layout.xml @@ -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"