summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorEvan Severson <evanseverson@google.com>2019-04-03 13:13:37 -0700
committerEvan Severson <evanseverson@google.com>2019-04-03 14:22:54 -0700
commitdca8c7de5ab9c796ed0ac3c28f066f72bea6e732 (patch)
treef6c7c6c3bb801843c8ec7c039b1fc7bf213f9fa8 /res
parent87777900f76c15cccff280a539c7cbf3adce4de3 (diff)
downloadandroid_packages_apps_PackageInstaller-dca8c7de5ab9c796ed0ac3c28f066f72bea6e732.tar.gz
android_packages_apps_PackageInstaller-dca8c7de5ab9c796ed0ac3c28f066f72bea6e732.tar.bz2
android_packages_apps_PackageInstaller-dca8c7de5ab9c796ed0ac3c28f066f72bea6e732.zip
Change the location access check icon to pin drop
Fixes: 129668261 Test: Check new icon using vd-tool and build Change-Id: Ibea3e6aece3922f6663a2aaf3d2e739cd664b56d
Diffstat (limited to 'res')
-rw-r--r--res/drawable/ic_pin_drop.xml (renamed from res/drawable/ic_signal_location.xml)8
1 files changed, 4 insertions, 4 deletions
diff --git a/res/drawable/ic_signal_location.xml b/res/drawable/ic_pin_drop.xml
index 0e0d8d5d..ceb32598 100644
--- a/res/drawable/ic_signal_location.xml
+++ b/res/drawable/ic_pin_drop.xml
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
- Copyright (C) 2018 The Android Open Source Project
+ Copyright (C) 2019 The Android Open Source Project
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
@@ -22,8 +22,8 @@
android:viewportHeight="24.0">
<path
android:fillColor="@*android:color/system_notification_accent_color"
- android:pathData="M12,2C8.13,2 5,5.13 5,9c0,5.25 7,13 7,13s7,-7.75 7,-13C19,5.13 15.87,2 12,2zM7,9c0,-2.76 2.24,-5 5,-5s5,2.24 5,5c0,2.88 -2.88,7.19 -5,9.88C9.92,16.21 7,11.85 7,9z"/>
+ android:pathData="M12,4c1.93,0 5,1.4 5,5.15 0,2.16 -1.72,4.67 -5,7.32 -3.28,-2.65 -5,-5.17 -5,-7.32C7,5.4 10.07,4 12,4m0,-2C8.73,2 5,4.46 5,9.15c0,3.12 2.33,6.41 7,9.85 4.67,-3.44 7,-6.73 7,-9.85C19,4.46 15.27,2 12,2z"/>
<path
android:fillColor="@*android:color/system_notification_accent_color"
- android:pathData="M12,9m-2.5,0a2.5,2.5 0,1 1,5 0a2.5,2.5 0,1 1,-5 0"/>
-</vector> \ No newline at end of file
+ android:pathData="M12,7c-1.1,0 -2,0.9 -2,2s0.9,2 2,2a2,2 0,1 0,0 -4zM5,20h14v2H5v-2z"/>
+</vector>