I use the code from https://github.com/Dreddik/AndroidTouchGallery to implement pinch zoom for imageView. It works great. But now I want to call getActionBar.show() and hide() inside the touchEvent of TouchImageView class.
The problem is this class extends ImageView so I cannot call getActionBar().
Any advice?