I have a typical listview with an edittext and a button at the bottom of the activity.
When I click onto the edittext, the sof
For those who aren't get it:
double ckeck if your xml already has a @drawable setted (this was the error for me, i was setting via android manifest but it was already setted on the root of xml)
after that create a theme style with background:
Then in your activity on AndroidManifest.xml:
and that's it: the activity enter in a screen with the keyboard up, resizing up the items and the background stays at normal size