RulerView icon indicating copy to clipboard operation
RulerView copied to clipboard

惯性滑动,超过一定距离后一直滑动到指定的位置,TimeRuleView.java

Open Roben1016 opened this issue 1 year ago • 0 comments

TimeRuleView.java 第441行 final int maxDistance = (int) (MAX_TIME_VALUE / mUnitGap * mUnitGap); 改为: final int maxDistance = (int) (MAX_TIME_VALUE / mUnitSecond * mUnitGap);

Roben1016 avatar Apr 12 '24 01:04 Roben1016