Merge "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:17:03 -07:00
committed by Android Code Review

View File

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