mirror of
https://gitlab.futo.org/keyboard/latinime.git
synced 2024-09-28 14:54:30 +01:00
Merge "Height of the keyboard for spellchecker is too large."
This commit is contained in:
commit
aad188d40a
@ -53,7 +53,7 @@ public final class AndroidSpellCheckerService extends SpellCheckerService
|
||||
public static final String PREF_USE_CONTACTS_KEY = "pref_spellcheck_use_contacts";
|
||||
|
||||
private static final int SPELLCHECKER_DUMMY_KEYBOARD_WIDTH = 480;
|
||||
private static final int SPELLCHECKER_DUMMY_KEYBOARD_HEIGHT = 368;
|
||||
private static final int SPELLCHECKER_DUMMY_KEYBOARD_HEIGHT = 301;
|
||||
|
||||
private static final String DICTIONARY_NAME_PREFIX = "spellcheck_";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user