Merge "Lint fix: Invalid vector path in horizontal_ellipsis" am: b15c137466 am: 032d5f742b

am: 0e22e744ae

Change-Id: If1639ace39ef444dc01b2e9aa4bd06f6fd3729ee
This commit is contained in:
Tobias Dubois
2019-03-05 02:24:11 -08:00
committed by android-build-merger
+1 -1
View File
@@ -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>