Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a693e478 authored by Todd Lee's avatar Todd Lee
Browse files

Increase scroll fling friction on watches

Bug: b/399710412
Test: manual build
Flag: NONE exempt trivial change
Change-Id: I77c794f1d33f59f9f6f85b9aec4fadd7d4e80a43
parent d2784c89
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -114,4 +114,7 @@
    <!-- By default ActivityOptions#makeScaleUpAnimation is only used between activities. This
     config enables OEMs to support its usage across tasks.-->
    <bool name="config_enableCrossTaskScaleUpAnimation">true</bool>

    <!-- The amount of friction applied to scrolls and flings. -->
    <item name="config_scrollFriction" format="float" type="dimen">0.023</item>
</resources>