mirror of
https://github.com/oxen-io/session-android.git
synced 2024-11-23 18:15:22 +00:00
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:
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…
Reference in New Issue
Block a user