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

Commit 9f47fc4b authored by Oren Blasberg's avatar Oren Blasberg Committed by android-build-merger
Browse files

Fix vector "right arrow" drawable to be properly 24dp.

am: 8ec0c5eb

* commit '8ec0c5eb':
  Fix vector "right arrow" drawable to be properly 24dp.
parents b08e8b6f 8ec0c5eb
Loading
Loading
Loading
Loading
+5 −6
Original line number Diff line number Diff line
@@ -15,10 +15,10 @@
-->

<vector xmlns:android="http://schemas.android.com/apk/res/android"
    android:height="25.0dp"
    android:viewportHeight="25.0"
    android:height="24.0dp"
    android:viewportHeight="24.0"
    android:viewportWidth="24.0"
    android:width="25.0dp"
    android:width="24.0dp"
    android:tint="?attr/colorControlNormal"
    android:autoMirrored="true">

@@ -26,8 +26,7 @@
        android:name="arrow"
        android:rotation="90.0"
        android:pivotX="12.0"
        android:pivotY="13.0"
        android:translateY="1.0">
        android:pivotY="12.0">
        <path android:fillColor="#000000" android:pathData="M7,14 L12,9 L17,14 L7,14 Z" />
        <path android:pathData="M0,0 L24,0 L24,24 L0,24 L0,0 Z" />
    </group>