am db65907a: Merge "Adding pan behavior on preference dialog."

* commit 'db65907a2148f053e51f941979f0f7694acd5923':
  Adding pan behavior on preference dialog.
This commit is contained in:
Amith Yamasani
2010-11-11 09:06:02 -08:00
committed by Android Git Automerger

View File

@ -322,7 +322,7 @@ public abstract class DialogPreference extends Preference implements
private void requestInputMethod(Dialog dialog) { private void requestInputMethod(Dialog dialog) {
Window window = dialog.getWindow(); Window window = dialog.getWindow();
window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE | window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE |
WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE); WindowManager.LayoutParams.SOFT_INPUT_ADJUST_PAN);
} }
/** /**