overlay: Increase max fling velocity

Allow scrolling faster, corresponding to our reduced scroll friction.

Change-Id: Iefdca56f18a6b5f4e9db578a0b4b3133b8b13c80
This commit is contained in:
Adithya R 2024-01-15 17:23:36 +05:30 committed by CHRISL7
parent b611580baf
commit 82fc02848d
1 changed files with 3 additions and 0 deletions

View File

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