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

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

View File

@@ -224,7 +224,7 @@ public class UserDictionarySettings extends ListActivity {
if (mAutoReturn) finish();
}})
.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;
}