From 9c23e6c5f3459240a87898762cbfa90cef766ad7 Mon Sep 17 00:00:00 2001
From: Jules Aguillon
Date: Sat, 2 May 2026 19:32:21 +0200
Subject: Emoji suggestion (#1235)
Suggest an emoji in addition to the 3 suggested words when the
current word matches an alias in the emoji dictionary, if
available.---
res/layout/keyboard.xml | 7 +-
res/values/styles.xml | 11 +++
srcs/juloo.keyboard2/Config.java | 1 +
srcs/juloo.keyboard2/KeyEventHandler.java | 4 +-
srcs/juloo.keyboard2/Keyboard2.java | 7 +-
.../suggestions/CandidatesView.java | 32 +++++---
srcs/juloo.keyboard2/suggestions/Suggestions.java | 88 ++++++++++++++--------
vendor/cdict | 2 +-
8 files changed, 101 insertions(+), 51 deletions(-)
diff --git a/res/layout/keyboard.xml b/res/layout/keyboard.xml
index 3fb611f..712c48a 100644
--- a/res/layout/keyboard.xml
+++ b/res/layout/keyboard.xml
@@ -1,9 +1,10 @@
-
-
-
+
+
+
+
diff --git a/res/values/styles.xml b/res/values/styles.xml
index ce8894a..9963c9e 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -13,8 +13,19 @@
- 1
- center
- ?attr/colorLabel
+ - match_parent
+ - match_parent
+ - 1
+ - ?attr/colorLabel
- 1
+
+