I'm creating android app, in that there is bottom navigation bar like youtube and other social media. And there is one textbox in my application, so when i type on textbox keyboard is open and bottom navigation bar is reside over my keyboard. So how can i hide bottom navigation bar when i start typing.
Parent layout of app is Linearlayout.
And adjustPan will not work.