Android

EditText, Keyboard is filling the entire screen when Landscape Orientation

Hi Guys, If you face a scenario, With EditText when screen is in landscape orientation, EditText and Keyboard fills the entire screen and not able to see other views.

set

android:imeOptions="actionDone|flagNoExtractUi"

for EditText in XML file.

Solves the issue.

Leave a Reply

Your email address will not be published.