MaterialViewPager icon indicating copy to clipboard operation
MaterialViewPager copied to clipboard

ActionBar scrolled down on shown keyboard

Open mladenbabic opened this issue 8 years ago • 2 comments

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 avatar Dec 19 '16 14:12 mladenbabic

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

mladenbabic avatar Dec 19 '16 14:12 mladenbabic

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

zboing avatar Jul 25 '19 17:07 zboing