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

Commit 032d5f74 authored by Tobias Dubois's avatar Tobias Dubois Committed by android-build-merger
Browse files

Merge "Lint fix: Invalid vector path in horizontal_ellipsis"

am: b15c1374

Change-Id: If5dd26b27db18df9e882abc2d48763e9013ad47a
parents f70f75a0 b15c1374
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,6 +22,6 @@
        android:tint="?android:attr/textColorSecondary" >

    <path
        android:pathData="M6 10c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm12 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm-6 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2z"
        android:pathData="M6 10c-1.1 0-2 0.9-2 2s0.9 2 2 2 2-0.9 2-2-0.9-2-2-2zm12 0c-1.1 0-2 0.9-2 2s0.9 2 2 2 2-0.9 2-2-0.9-2-2-2zm-6 0c-1.1 0-2 0.9-2 2s0.9 2 2 2 2-0.9 2-2-0.9-2-2-2z"
        android:fillColor="@android:color/white" />
</vector>
 No newline at end of file