How to avoid full screen this MaskedEditText on landscape mode in android tablet
attifmazhar opened this issue · 0 comments
attifmazhar commented
When it appears on tablet in landscape, it goes to full screen which cause to hide all remaining review on UI and only softkey and MaskedEditText is shown, So i have tried this
android:imeOptions="flagNoFullscreen|flagNoExtractUi"
but this is not working on it.