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:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user