AllAngleExpandableButton
AllAngleExpandableButton copied to clipboard
Click is not working on Top of MapView inside a ViewPager
I'm using 'AllAngleExpandableButton' widget in a fragment on top of a MapView, that fragment is inside a ViewPager. When i click on the button , it doesn't perform any action. Seems like AllAngleExpandableButton is not accepting touch events in this case.
I have the same problem
Hello, I have solved this problem
@Override
public boolean onTouchEvent(MotionEvent event) {
detachMask();
attachMask();
pressPointF.set(event.getRawX(), event.getRawY());