From d6b43c474bcb0bd724be84cb4cab59582c2733ff Mon Sep 17 00:00:00 2001 From: Sylvain Berfini Date: Tue, 15 Jul 2025 10:22:21 +0200 Subject: [PATCH] Prevent huge and pixelated emojis in picker when device is connected to an external screen --- app/src/main/res/layout/chat_conversation_send_area.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/chat_conversation_send_area.xml b/app/src/main/res/layout/chat_conversation_send_area.xml index ea6500ae3..8e4e0610f 100644 --- a/app/src/main/res/layout/chat_conversation_send_area.xml +++ b/app/src/main/res/layout/chat_conversation_send_area.xml @@ -55,6 +55,7 @@ android:background="?attr/color_grey_100" android:visibility="@{viewModel.isEmojiPickerOpen ? View.VISIBLE : View.GONE, default=gone}" app:emojiPickedListener="@{(emoji) -> viewModel.insertEmoji(emoji.emoji)}" + app:emojiGridRows="5" app:layout_constraintTop_toBottomOf="@id/attachments" />