summaryrefslogtreecommitdiffstats
path: root/res/drawable/ic_allapps_search.xml
diff options
context:
space:
mode:
authorPeter Schiller <peterschiller@google.com>2016-06-30 13:52:36 -0700
committerPeter Schiller <peterschiller@google.com>2016-06-30 18:09:51 -0700
commit310a9889937677091868ae7759c90d033ca08bb6 (patch)
treedc8a6dd6a00c96ec5f8973566d7bb0c9dfed85f7 /res/drawable/ic_allapps_search.xml
parentb1e9e8d662d3e6c945c817d09270c799b62b4af3 (diff)
downloadandroid_packages_apps_Trebuchet-310a9889937677091868ae7759c90d033ca08bb6.tar.gz
android_packages_apps_Trebuchet-310a9889937677091868ae7759c90d033ca08bb6.tar.bz2
android_packages_apps_Trebuchet-310a9889937677091868ae7759c90d033ca08bb6.zip
Updating all apps to match spec
Change-Id: Ie351fdea2e3b05ca911e6533f0c5d00c17e0847c
Diffstat (limited to 'res/drawable/ic_allapps_search.xml')
-rw-r--r--res/drawable/ic_allapps_search.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/drawable/ic_allapps_search.xml b/res/drawable/ic_allapps_search.xml
new file mode 100644
index 000000000..2aeb9479b
--- /dev/null
+++ b/res/drawable/ic_allapps_search.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?><!--
+ Copyright (C) 2016 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.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportHeight="24.0"
+ android:viewportWidth="24.0">
+ <path
+ android:fillColor="?android:attr/colorAccent"
+ android:pathData="M15.5,14h-0.79l-0.28,-0.27C15.41,12.59 16,11.11 16,9.5 16,5.91 13.09,3 9.5,3S3,5.91 3,9.5 5.91,16 9.5,16c1.61,0 3.09,-0.59 4.23,-1.57l0.27,0.28v0.79l5,4.99L20.49,19l-4.99,-5zM9.5,14C7.01,14 5,11.99 5,9.5S7.01,5 9.5,5 14,7.01 14,9.5 11.99,14 9.5,14z" />
+</vector>