Have a ACToolbar with a button, a label and a number of menu items with icons. I currently have 3 menu groups (will be a few more) and currently I change these by clicking the button or the label. This works well, but this is perhaps not according to the usual Android behaviour, so would like to try to change these groups with a swipe over the menubar. Left swipe for menu group down and right swipe for menu group up.
What would be the best/simplest way to do this?
I did try the GestureDetector library and this is quite simple, but wasn't quite reliable, maybe because I only did bind to the ACToolbar:
Could I do this without an extra library, maybe with a panel overlaying the ACToolbar?
RBS
What would be the best/simplest way to do this?
I did try the GestureDetector library and this is quite simple, but wasn't quite reliable, maybe because I only did bind to the ACToolbar:
B4X:
GD.SetOnGestureListener(ActionBar, "Gesture")
Could I do this without an extra library, maybe with a panel overlaying the ACToolbar?
RBS