florent37 / MaterialViewPager

A Material Design ViewPager easy to use library
https://www.fiches-plateau-moto.fr
Apache License 2.0
8.13k stars 1.48k forks source link

ActionBar scrolled down on shown keyboard #293

Open mladenbabic opened 7 years ago

mladenbabic commented 7 years ago

Hi,

I have EditText component on the list_tem_card_small.xml and when the keyboard is visible for editing, the action bar (actionbarlayout) is scrolled down.

Screenshot from sample https://drive.google.com/file/d/0Bw8S4koVoEeDVlhreEM5WVhzXzA/view?usp=drivesdk

mladenbabic commented 7 years ago

The workaround is to set android:windowSoftInputMode="adjustNothing" in manifest.xml for the current activity.

zboing commented 5 years ago

For me it worked with android:windowSoftInputMode="adjustPan"