summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-03-05 19:21:44 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-03-05 19:21:44 +0000
commit9cf493a7354a2480cb29c171ea20e502401a4563 (patch)
treeb8008f9d853d8a668b42376fae913838dcff7a83 /res
parentb67ea2a0e9b185d79e6f8b1f498675a25549e0a0 (diff)
parentfb0544e51281a0dc880c252b9eac0855cf47c157 (diff)
downloadandroid_packages_apps_Trebuchet-9cf493a7354a2480cb29c171ea20e502401a4563.tar.gz
android_packages_apps_Trebuchet-9cf493a7354a2480cb29c171ea20e502401a4563.tar.bz2
android_packages_apps_Trebuchet-9cf493a7354a2480cb29c171ea20e502401a4563.zip
Merge "Lint fix: Invalid vector path in horizontal_ellipsis" into ub-launcher3-master
Diffstat (limited to 'res')
-rw-r--r--res/drawable/horizontal_ellipsis.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable/horizontal_ellipsis.xml b/res/drawable/horizontal_ellipsis.xml
index ad0852901..65e958d42 100644
--- a/res/drawable/horizontal_ellipsis.xml
+++ b/res/drawable/horizontal_ellipsis.xml
@@ -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