overlay: Increase max fling velocity
Allow scrolling faster, corresponding to our reduced scroll friction. Change-Id: Iefdca56f18a6b5f4e9db578a0b4b3133b8b13c80
This commit is contained in:
parent
b611580baf
commit
82fc02848d
|
@ -138,4 +138,7 @@
|
|||
<item>9</item> <!-- COLOR_MODE_DISPLAY_P3 -->
|
||||
</integer-array>
|
||||
|
||||
<!-- Maximum velocity to initiate a fling, as measured in dips per second. -->
|
||||
<dimen name="config_viewMaxFlingVelocity">12000dp</dimen>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in New Issue