Pasha Shkaran

Results 2 comments of Pasha Shkaran

Find another one solution that works for me. ``` swipeLayout.addSwipeListener(new SimpleSwipeListener() { @Override public void onStartOpen(SwipeLayout layout) { isOpenSwipeLayout = true; } @Override public void onStartClose(SwipeLayout layout) { isOpenSwipeLayout =...