Background
One of the nice features a gallery can have is to let users view the images in focus mode and fade out other information. In Wikipedia preview gallery a tap gesture on an image would fade out image description and attribution information and let user view the image in focus mode.
this is how a tap gesture work inside the android app gallery.
Solution
Enable a single tap interaction which have gallery open in focus mode. Other gestures(swipe right / left) still remain active.