1
Explanation:
I have an application that has a field of type EditText
used for observation, of which it is too small, because there is no room for it.
If I open the screen in "horizontal orientation" mode and click on the field, Android takes care of opening a horizontal keyboard which has space to type and a button "finish", as we can see in the image below:
I would like it to activate this Android feature always. Theoretically it is only triggered if the orientation is "lying down", that is, in the horizontal mode.
Question:
I want to know how to activate the Horizontal Keyboard regardless of the orientation that the user is, how can I do this?
It didn’t work here, I tried everything that says there on the link, but it seems that it is no longer done that way, who knows this is depreciated, I do not know.... but I can’t implement.
– Paulo Roberto Rosa