java - Softkeyboard overlaps multilineEditText -


i have multiline edittext in scrollview. need make whole edittext visible when keyboard shown. overlaps bottom part of edittext showing first line. have read lot of questions here, tried adjustpan/adjustresize combinations etc nothing helps.

<edittext         android:id="@+id/et_feedback"         android:layout_width="match_parent"         android:layout_height="wrap_content"         android:layout_margintop="10dp"         android:lines="8"         android:maxlines="10"         android:minlines="6"         android:padding="10dp"         android:gravity="top|left"         android:inputtype="textmultiline"         android:background="@drawable/et_bg"         android:scrollbars="vertical" /> 

Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -