How to resize layout with displaying keyboard in Android? -


i have activity inside of displaying fragment .i want when keyboard displaying activity resize try android:windowsoftinputmode="adjustresize" in manifest doesn't resize layout.my layout inside scrollview also.

introduced following property activity tag in manifest file:

 android:windowsoftinputmode="statevisible|adjustresize|adjustpan" 

also needed add following code in activity's oncreate function:

this.getwindow().setsoftinputmode(windowmanager.layoutparams.soft_input_state_always_hidden); 

Comments

Popular posts from this blog

javascript - Jquery show_hide, what to add in order to make the page scroll to the bottom of the hidden field once button is clicked -

javascript - Highcharts multi-color line -

javascript - Enter key does not work in search box -