SwipeToAction icon indicating copy to clipboard operation
SwipeToAction copied to clipboard

how to set durations....

Open wackijaki opened this issue 9 years ago • 0 comments

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...

wackijaki avatar Mar 15 '17 03:03 wackijaki