What is the simplest way to attach a layout defined in xml at the top of Android soft keyboard. This view should only appear when the keyboard appears.
I think the best way is to detect when the keyboard appears and then attach view to the bottom of the screen (it will be above the keyboard after resizing all layout).