in android only push some part of view instead whole view, while open keyboard -
in android only push some part of view instead whole view, while open keyboard -
i want force part of screen instead whole view
for illustration below screen
when click on edit text in centerview scrollview want pushup, title bar , below sentinal button should remain same
instead right
i have read many post related issue
also have set
mactivity.getwindow().setsoftinputmode( windowmanager.layoutparams.soft_input_state_visible | windowmanager.layoutparams.soft_input_adjust_resize);
i have set in menifest file
android:windowsoftinputmode="statehidden|adjustpan" >
general overview of design
activity -----linearlayout------- weightsum(20) title bar(textview)------ weight - 3 fragment weight - 15 -----scrollview------- <linearlayout> --list_item 1 --list_item 2 --list_item 3 --list_item 4 <linearlayout> bottombar(textview)---------- weight - 2
but nil happening
put view want adujsted in scrollview , enable when keyboard comes up
use requestfocus on edittext .. nil gets ajdusted , since scrollview edittext comes editing
android
Comments
Post a Comment