summaryrefslogtreecommitdiffstats
path: root/quickstep/res
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2019-04-12 16:18:14 -0700
committerHyunyoung Song <hyunyoungs@google.com>2019-04-12 16:19:53 -0700
commit7924a3c97a898a242e13ee0ed799892bc7385c6b (patch)
treea9fcdea7acbb9b12ee0dfa1744ac555694cc743c /quickstep/res
parenteba17ec2ac96db0df24720501a72620994adfabb (diff)
downloadandroid_packages_apps_Trebuchet-7924a3c97a898a242e13ee0ed799892bc7385c6b.tar.gz
android_packages_apps_Trebuchet-7924a3c97a898a242e13ee0ed799892bc7385c6b.tar.bz2
android_packages_apps_Trebuchet-7924a3c97a898a242e13ee0ed799892bc7385c6b.zip
Change default icons for launcher [2/3]
Bug: 126738409 Bug: 129955150 Change-Id: Ia140c5d16b74e4719131aa5035313b7b27028ad1
Diffstat (limited to 'quickstep/res')
-rw-r--r--quickstep/res/drawable/ic_pin.xml10
1 files changed, 8 insertions, 2 deletions
diff --git a/quickstep/res/drawable/ic_pin.xml b/quickstep/res/drawable/ic_pin.xml
index 8c799e38e..2f8458c9a 100644
--- a/quickstep/res/drawable/ic_pin.xml
+++ b/quickstep/res/drawable/ic_pin.xml
@@ -21,6 +21,12 @@
android:viewportHeight="24.0">
<path
- android:fillColor="#FFffffff"
- android:pathData="M16,12L16,4l1,0L17,2L7,2l0,2l1,0l0,8l-2,2l0,2l5.2,0l0,6l1.6,0l0,-6L18,16l0,-2L16,12z"/>
+ android:strokeColor="#FFFFFFFF"
+ android:strokeAlpha=".008"
+ android:pathData="M0 0h24v24H0z" />
+ <path
+ android:fillColor="#FFFFFFFF"
+ android:pathData="M17 4v7l2 3v2h-6v5l-1 1-1-1v-5H5v-2l2-3V4c0-1.1 0.9 -2 2-2h6c1.11 0 2 0.89 2
+2zM9 4v7.75L7.5 14h9L15 11.75V4H9z" />
+
</vector> \ No newline at end of file