android - How does Google Inbox show a snackbar covering the keyboard? -


snackbar on keyboard (not above)

how google inbox show snackbar on (covering, layering) keyboard? not default behaviour, i've tested basic coordinator layout, keyboard open , snackbar: default behaviour showing snackbar behind keyboard. there many answers on question: 'how show snackbar above keyboard', haven't found how reproduce google's own inbox app's snackbar behaviour.

can show me how achieve this?


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -