SwipeToAction
SwipeToAction copied to clipboard
how to set durations....
your lib is so goooood!!
thx..!!
but i want customized durations
private static final int SWIPE_ANIMATION_DURATION = 300;
private static final int RESET_ANIMATION_DURATION = 500;
private static final int REVEAL_THRESHOLD = 50;
private static final int SWIPE_THRESHOLD_WIDTH_RATIO = 5;
private static final int LONG_PRESS_TIME = 500;
but i can't find solution...