Android- EditText's text pushing other views down -


i have app in main view popupwindow couple of imageviews , edittext on top of them. problem when enter long text , text box expands down , pushing image views out of view , can't see them, , in order see them need delete text.

what proper way of overcoming this?

thanks.

try add xml that:

    android:maxlines = "5"     android:scrollbars = "vertical" 

Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -