summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorTobias Dubois <tobias.dubois@sony.com>2018-06-11 17:00:47 +0200
committerSunny Goyal <sunnygoyal@google.com>2019-03-05 10:31:56 -0800
commitfb0544e51281a0dc880c252b9eac0855cf47c157 (patch)
tree7888add1593d58433a97dd5aef9924518f37c543 /res
parent84eb812bcd23674a61c83f1b6c97064d745b1a46 (diff)
downloadandroid_packages_apps_Trebuchet-fb0544e51281a0dc880c252b9eac0855cf47c157.tar.gz
android_packages_apps_Trebuchet-fb0544e51281a0dc880c252b9eac0855cf47c157.tar.bz2
android_packages_apps_Trebuchet-fb0544e51281a0dc880c252b9eac0855cf47c157.zip
Lint fix: Invalid vector path in horizontal_ellipsis
Use 0.9 instead of .9 in the vector drawable path to avoid crashes on some devices. Test: Manual Change-Id: I9d5889fdf48fbb2f09995b75d4f20c47454ef591
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