Why is my SimpleOnGestureListener not functioning?
问题 I'm using my own GestureDetector class to detect a left|right onFling event. Everything I see looks good in my code but nothing happens...? I need the added functionality beyond my toggle button that opens|closes a navigation view in my fragments. The toggle calls on a method in my AnimationLayout class as follows: public void toggleSidebar() { if (mContent.getAnimation() != null) { return; } if (mOpened) { /* opened, make close animation */ mAnimation = new TranslateAnimation(0,