In my Android app, I'd like to slide a custom view up from the bottom of the screen while the keyboard is onscreen, either overlaying the keyboard or temporarily animating it out of the way. Ideally the view would be the same size as the keyboard. The user would briefly reference with the custom view, then tap to dismiss it, bringing back the keyboard.
How would I go about doing this? Thanks.