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

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

View File

@@ -217,7 +217,7 @@ public class UserDictionarySettings extends ListFragment implements DialogCreata
if (mAutoReturn) activity.onBackPressed(); if (mAutoReturn) activity.onBackPressed();
}}) }})
.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;
} }