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

Commit 0a6fb2c9 authored by Saumya Prakash's avatar Saumya Prakash Committed by Schneider Victor-tulias
Browse files

Update Lottie animations for gesture navigation tutorial to enable custom colors

This change introduces tokens for all the lottie animations in the
gesture navigation tutorial so that the colors can be changed to match
with the current design spec at http://shortn/_aig7n8W7rF

Flag: ENABLE_NEW_GESTURE_NAV_TUTORIAL
Bug: 279823249
Bug: 281764891
Test: Tried changing colors and verified that lottie animations changed
appropriately.

Change-Id: If2c820826603fb1cf424f5f0c97d83b195d26606
parent 474f3c4e
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -16,5 +16,4 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <corners android:radius="?android:attr/dialogCornerRadius"/>
    <solid android:color="?android:attr/colorAccent"/>
</shape>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@
        <shape
            android:shape="rectangle">
            <corners android:radius="50dp"/>
            <solid android:color="?androidprv:attr/materialColorPrimary"/>
            <solid android:color="@android:color/white"/>
        </shape>
    </item>
</layer-list>
 No newline at end of file
+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1

File changed.

Preview size limit exceeded, changes collapsed.

Loading