diff options
-rw-r--r-- | system.prop | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system.prop b/system.prop index 7bc3bb5..f803c84 100644 --- a/system.prop +++ b/system.prop @@ -155,3 +155,8 @@ ro.allow.mock.location=1 persist.service.adb.enable=1 persist.service.debuggable=1 persist.sys.usb.config=mtp,adb + +# Higher fling velocities +# for smoother scrolling and better responsiveness +ro.min.fling_velocity=160 +ro.max.fling_velocity=20000 |