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

Commit 6a00ad2c authored by Tenghui Zhu's avatar Tenghui Zhu Committed by Android (Google) Code Review
Browse files

Merge "Update material circular progress spinner (indeterminate)" into nyc-dev

parents 2a4e4954 077b4491
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -16,7 +16,7 @@
-->

<objectAnimator xmlns:android="http://schemas.android.com/apk/res/android"
    android:duration="6665"
    android:duration="4444"
    android:interpolator="@android:anim/linear_interpolator"
    android:propertyName="rotation"
    android:repeatCount="-1"
+6 −6
Original line number Diff line number Diff line
@@ -16,22 +16,22 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:height="76dp"
        android:width="76dp"
        android:viewportHeight="48"
        android:viewportWidth="48"
        android:viewportHeight="76"
        android:viewportWidth="76"
        android:tint="?attr/colorControlActivated">

    <group
        android:name="root"
        android:translateX="24.0"
        android:translateY="24.0" >
        android:translateX="38.0"
        android:translateY="38.0" >
        <path
            android:name="progressBar"
            android:fillColor="#00000000"
            android:pathData="M0, 0 m 0, -19 a 19,19 0 1,1 0,38 a 19,19 0 1,1 0,-38"
            android:pathData="M0, 0 m 0, -29 a 29,29 0 1,1 0,58 a 29,29 0 1,1 0,-58"
            android:strokeColor="@color/white"
            android:strokeLineCap="square"
            android:strokeLineJoin="miter"
            android:strokeWidth="4"
            android:strokeWidth="6"
            android:trimPathEnd="0"
            android:trimPathOffset="0"
            android:trimPathStart="0" />
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        <path
            android:name="progressBar"
            android:fillColor="#00000000"
            android:pathData="M0, 0 m 0, -19 a 19,19 0 1,1 0,38 a 19,19 0 1,1 0,-38"
            android:pathData="M0, 0 m 0, -18 a 18,18 0 1,1 0,36 a 18,18 0 1,1 0,-36"
            android:strokeColor="@color/white"
            android:strokeLineCap="square"
            android:strokeLineJoin="miter"
+6 −6
Original line number Diff line number Diff line
@@ -16,22 +16,22 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:height="16dp"
        android:width="16dp"
        android:viewportHeight="48"
        android:viewportWidth="48"
        android:viewportHeight="16"
        android:viewportWidth="16"
        android:tint="?attr/colorControlActivated">

    <group
        android:name="root"
        android:translateX="24.0"
        android:translateY="24.0" >
        android:translateX="8.0"
        android:translateY="8.0" >
        <path
            android:name="progressBar"
            android:fillColor="#00000000"
            android:pathData="M0, 0 m 0, -19 a 19,19 0 1,1 0,38 a 19,19 0 1,1 0,-38"
            android:pathData="M0, 0 m 0, -5.9375 a 5.9375,5.9375 0 1,1 0,11.875 a 5.9375,5.9375 0 1,1 0,-11.875"
            android:strokeColor="@color/white"
            android:strokeLineCap="square"
            android:strokeLineJoin="miter"
            android:strokeWidth="4"
            android:strokeWidth="2.125"
            android:trimPathEnd="0"
            android:trimPathOffset="0"
            android:trimPathStart="0" />