Android Question hidden button

mtgama

New Member
"Friends, I intend to create a button on the page that is clickable but not visible. My goal is to create a button for navigating to the next page, but I want to place this button across pages so that the user can swipe the edges of the screen to navigate to the next page. However, these buttons should not be visible on the edges of the page."
 

mangojack

Expert
Licensed User
Longtime User
A transparent Panel would be better suited for this . You could then handle the Panels Touch events to determine a swipe action.

Or use the Gesture Detector lib ..


Or this Custom View might do all the work for you . You can set the Tab height to 0 if you would prefer no Tabs...

 
Last edited:
Upvote 0
Top