Tweaking pickup animation, vibration and removing glow from drag view.
Change-Id: I8c9741e8b63ca9a0fc4af90e178dbb02fa912d83
This commit is contained in:
@@ -541,6 +541,7 @@ public class DragLayer extends FrameLayout {
|
||||
if (dist < maxDist) {
|
||||
duration *= mCubicEaseOutInterpolator.getInterpolation(dist / maxDist);
|
||||
}
|
||||
duration = Math.max(duration, res.getInteger(R.integer.config_dropAnimMinDuration));
|
||||
}
|
||||
|
||||
if (mDropAnim != null) {
|
||||
|
||||
Reference in New Issue
Block a user