android - how to block UI from coming up on softkeyboard display -


i using same activity multiple fragments. every fragment there searchview. except home fragment in other fragment display listviews. in home fragment have linear layouts display buttons , footer view. , when type in searchview in home fragment display listview.i want resize screen when keyboard up. have used below mentioned tag in manifest file actvity.

 android:windowsoftinputmode="adjustresize"  

it wokring fine in fragments except home fragment. in home fragment when tap on searchview(before typing.ie still displaying buttons) screen including footer view up. no issues layout contains buttons. becuase scrollable. topmost layout not visible fully. possible stop pushing footer layout top in fragment?


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -