So I have a button in my app and an edittext. When I click the button and write something in the edittext, a textview changes. It all works as it should except for one thing
If you are inflating view to another one, try to set on parent view:
view.setFocusable(false);
worked for me.