WindowSoftInputMode

enumeration

Description

Mirrors the WindowSoftInputMode enum.

For more information about the attribute, see Android's documentation: WindowSoftInputMode attribute

Properties

NullAttribute is not set and will not appear in the element.
StateUnspecifiedMirrors android:windowSoftInputMode="stateUnspecified".
StateUnchangedMirrors android:windowSoftInputMode="stateUnchanged".
StateHiddenMirrors android:windowSoftInputMode="stateHidden".
StateAlwaysHiddenMirrors android:windowSoftInputMode="stateAlwaysHidden".
StateVisibleMirrors android:windowSoftInputMode="stateVisible".
StateAlwaysVisibleMirrors android:windowSoftInputMode="stateAlwaysVisible".
AdjustUnspecifiedMirrors android:windowSoftInputMode="adjustUnspecified".
AdjustResizeMirrors android:windowSoftInputMode="adjustResize".
AdjustPanMirrors android:windowSoftInputMode="adjustPan".

Did you find this page useful? Please give it a rating: