Snackbar appears behind keyboard
On newer Android versions, above 4.4, the SnackBar does not appear when the Soft Keyboard is visible.
My activity has android:windowSoftInputMode="adjustResize"
, so its size is being adjusted whenever the keyboard is shown.
However, when the keyboard is closed the SnackBar appears correctly at the bottom of the screen.
链接地址: http://www.djcxy.com/p/93438.html上一篇: 如何打开EditText的软键盘ontouchListener
下一篇: 小吃店出现在键盘后面