am aad188d4: Merge "Height of the keyboard for spellchecker is too large."

* commit 'aad188d40ad90f688c1967eea8189a8857d333e2':
  Height of the keyboard for spellchecker is too large.
main
Keisuke Kuroyanagi 2014-10-24 06:34:32 +00:00 committed by Android Git Automerger
commit e5f5687710
1 changed files with 1 additions and 1 deletions

View File

@ -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_";