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

Commit 27747796 authored by Jorim Jaggi's avatar Jorim Jaggi Committed by android-build-merger
Browse files

Merge "Update non-remote wallpaper anim to spec" into pi-dev am: 269fc175

am: 011decd4

Change-Id: Ia4d16602249fef96b9d721c5cb542719052e7de8
parents 69c5220b 011decd4
Loading
Loading
Loading
Loading
+8 −7
Original line number Diff line number Diff line
@@ -22,13 +22,14 @@

    <alpha android:fromAlpha="0" android:toAlpha="1.0"
        android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
        android:interpolator="@interpolator/decelerate_quart"
        android:startOffset="300"
        android:duration="167"/>
        android:interpolator="@interpolator/linear"
        android:duration="133"/>

    <translate android:fromYDelta="110%" android:toYDelta="0"
    <scale android:fromXScale="70%" android:toXScale="100%"
        android:fromYScale="70%" android:toYScale="100%"
        android:pivotX="50%"
        android:pivotY="50%"
        android:fillEnabled="true" android:fillBefore="true" android:fillAfter="true"
        android:interpolator="@interpolator/decelerate_quint"
        android:startOffset="300"
        android:duration="417" />
        android:interpolator="@interpolator/linear_out_slow_in"
        android:duration="275" />
</set>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -20,5 +20,5 @@
<set xmlns:android="http://schemas.android.com/apk/res/android"
        android:detachWallpaper="true" android:shareInterpolator="false" android:zAdjustment="normal">
    <alpha android:fromAlpha="1.0" android:toAlpha="1.0"
            android:duration="417" />
            android:duration="275" />
</set>
 No newline at end of file