From d164820bca8d2182869108f8a015ce3d987d048d Mon Sep 17 00:00:00 2001 From: Jules Aguillon Date: Fri, 1 May 2026 20:25:20 +0200 Subject: Reduce the size of suggestions to fit (#1248) The font size of the suggested words is reduced if the word would otherwise split on two lines.--- res/layout/keyboard.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'res/layout') diff --git a/res/layout/keyboard.xml b/res/layout/keyboard.xml index f512979..3fb611f 100644 --- a/res/layout/keyboard.xml +++ b/res/layout/keyboard.xml @@ -1,9 +1,9 @@ - - - - + + + + -- cgit v1.2.3 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 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'res/layout') 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 @@ - - - + + + + -- cgit v1.2.3