How to edit the editText keyboard to take up less space?

0

I have several editText , when it calls the keyboard it compresses all together with the button has how to solve this.

    
asked by anonymous 08.04.2015 / 21:45

1 answer

0

I do not know if I understood correctly but see if it is not the case to put this in EditText:

android:imeOptions="flagNoExtractUi"
    
14.04.2015 / 17:29