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

Commit cad5ab38 authored by George Lin's avatar George Lin Committed by Android (Google) Code Review
Browse files

Merge "Snappier clock carousel" into udc-dev

parents 1d9388ad b2287d7c
Loading
Loading
Loading
Loading
+10 −5
Original line number Diff line number Diff line
@@ -21,20 +21,25 @@
    <Transition
        motion:constraintSetStart="@id/start"
        motion:constraintSetEnd="@+id/next"
        motion:duration="1000"
        motion:duration="200"
        android:id="@+id/forward">
        <OnSwipe
            motion:dragDirection="dragLeft"
            motion:touchAnchorSide="left" />
            motion:dragDirection="dragStart"
            motion:touchAnchorSide="start"
            motion:maxVelocity="10"
            motion:maxAcceleration="100"/>
    </Transition>

    <Transition
        motion:constraintSetStart="@+id/start"
        motion:constraintSetEnd="@+id/previous"
        motion:duration="200"
        android:id="@+id/backward">
        <OnSwipe
            motion:dragDirection="dragRight"
            motion:touchAnchorSide="right" />
            motion:dragDirection="dragEnd"
            motion:touchAnchorSide="end"
            motion:maxVelocity="10"
            motion:maxAcceleration="100" />
    </Transition>

    <ConstraintSet android:id="@+id/previous">