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

Commit b282446d authored by Schneider Victor-tulias's avatar Schneider Victor-tulias
Browse files

Fix gesture navigation tutorial colors to match SUW colors.

- Updated the gesture nav tutorial to use the system accent color for buttons and the feedback animations

Fixes: 222269039
Test: built change, flashed and factory reset device
Change-Id: I4e515aef0ccdab98f1d3900007f6006b1975b41b
parent 968c3256
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,5 +16,5 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <corners android:radius="?android:attr/dialogCornerRadius"/>
    <solid android:color="@color/gesture_tutorial_primary_color"/>
    <solid android:color="?android:attr/colorAccent"/>
</shape>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@
        <shape
            android:shape="rectangle">
            <corners android:radius="50dp"/>
            <solid android:color="@color/gesture_tutorial_primary_color"/>
            <solid android:color="?android:attr/colorAccent"/>
        </shape>
    </item>
</layer-list>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -17,5 +17,5 @@
    android:shape="rectangle">
    <corners android:radius="50dp"/>
    <solid android:color="@android:color/transparent"/>
    <stroke android:width="1dp" android:color="@color/gesture_tutorial_primary_color"/>
    <stroke android:width="1dp" android:color="?android:attr/colorAccent"/>
</shape>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
    <solid android:color="@color/gesture_tutorial_primary_color" />
    <solid android:color="?android:attr/colorAccent" />
    <size android:width="92dp" android:height="92dp"/>
</shape>
 No newline at end of file
+1 −1
Original line number Diff line number Diff line
@@ -85,7 +85,7 @@
                    <path
                        android:name="_R_G_L_0_G_D_0_P_0"
                        android:fillAlpha="0.25"
                        android:fillColor="@color/gesture_tutorial_primary_color"
                        android:fillColor="?android:attr/colorAccent"
                        android:fillType="nonZero"
                        android:pathData=" M12.5 -446 C12.5,-446 12.5,446 12.5,446 C12.5,446 -12.5,446 -12.5,446 C-12.5,446 -12.5,-446 -12.5,-446 C-12.5,-446 12.5,-446 12.5,-446c " />
                </group>
Loading