am db65907a
: Merge "Adding pan behavior on preference dialog."
* commit 'db65907a2148f053e51f941979f0f7694acd5923': Adding pan behavior on preference dialog.
This commit is contained in:
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user