MaterialViewPager
MaterialViewPager copied to clipboard
ActionBar scrolled down on shown keyboard
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
The workaround is to set android:windowSoftInputMode="adjustNothing" in manifest.xml for the current activity.
For me it worked with android:windowSoftInputMode="adjustPan"