Android screen resize when native keyboard come

when keyboard come up screen size get reduced and bottom icon also comes up.when i am trying hide-on-keyboard-open that one is also not working.

In the android manifest, find android:windowSoftInputMode and set it to adjustPan. That will cause the screen to not be resized when the keyboard comes up but the keyboard will cover anything that it underneath it rendering it inaccessible unless you can scroll to it.

Thanks @bradleft :- I have already tried with adustPan.But as you told same problem occurs.Now i am using keyboard event handler i am hiding and showing bar but now problem is that flickr is there.As keyboard comes up on tapping input feilds bar also comes up and then it is hiding but with small flickr. so is there any possible solution to hide that bar as fast possible when keyboard comes up