Skip to content Skip to sidebar Skip to footer

Custom Keyboard Push Layout

I have created a custom keyboard (using KeyboardView) to be used only inside my app. I add the KeyboardView to my layout but the keyboard just overlays the layout. I want to push m

Solution 1:

I fixed it by adding wrapper relative layout that had the keyboard and the view.
And a little playing with the scroll view got it to work.


Post a Comment for "Custom Keyboard Push Layout"