I have 4 buttons in my android app activity. This is what it looks like:
As yo
karioki 's solution works well. In order to make it work even when we start the move from inside one of the buttons, just add
android:clickable="false"
for every button in xml.