Merge "Adding pan behavior on preference dialog."

This commit is contained in:
Amith Yamasani
2010-11-11 08:50:52 -08:00
committed by Android Code Review

View File

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