Add another condition to your touch events, something like "Touch.Y<(layoutHeight*0.9)"
This will ignore touches in the bottom 10% of your layout.
If you want to allow players to keep one finger on the screen, you will need to process multiple touches:
loop from 0 to TouchCount, compare Touch.YAt(loopindex)