summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorTony Wickham <twickham@google.com>2017-04-12 22:47:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-04-12 22:47:13 +0000
commit5a2a655475fb95d967a5468f98a3ea8fb82e3df9 (patch)
treef29b5ce542443e40da5d48f67f06025b7820688b /res/drawable
parent616bb65051f686906323b77593b69edbeee32616 (diff)
parent25e8f6d83e41e80a49d31fbbe4d9a94d854f726d (diff)
downloadandroid_packages_apps_Trebuchet-5a2a655475fb95d967a5468f98a3ea8fb82e3df9.tar.gz
android_packages_apps_Trebuchet-5a2a655475fb95d967a5468f98a3ea8fb82e3df9.tar.bz2
android_packages_apps_Trebuchet-5a2a655475fb95d967a5468f98a3ea8fb82e3df9.zip
Merge "Add app info icon with no shadow for popup" into ub-launcher3-dorval
am: 25e8f6d83e Change-Id: I8ea2798c98033d395e4afbbb5d86957518f33c22
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_info_no_shadow.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/drawable/ic_info_no_shadow.xml b/res/drawable/ic_info_no_shadow.xml
new file mode 100644
index 000000000..3d0c6d6e4
--- /dev/null
+++ b/res/drawable/ic_info_no_shadow.xml
@@ -0,0 +1,24 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2017 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:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:fillColor="@color/workspace_icon_text_color"
+ android:pathData="M11 17h2v-6h-2v6zm1-15C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zM11 9h2V7h-2v2z"/>
+</vector>