am f14f96ef: am b3f6116e: am fd73824d: Merge "Fix: Text is cut in Edit word edit box when adding word to dictionary"

* commit 'f14f96efa831e9a81983869d8959e7cef6caba9a':
  Fix: Text is cut in Edit word edit box when adding word to dictionary
This commit is contained in:
Amith Yamasani
2011-08-12 16:26:49 -07:00
committed by Android Git Automerger

View File

@@ -259,7 +259,7 @@ public class UserDictionarySettings extends ListFragment implements DialogCreata
if (mAutoReturn) activity.onBackPressed();
}})
.create();
dialog.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE |
dialog.getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN |
WindowManager.LayoutParams.SOFT_INPUT_STATE_VISIBLE);
return dialog;
}