summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-08-29 09:45:13 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-08-29 09:45:41 -0700
commite715faa48e09ef108ffebc4ce5836608a9a40ea0 (patch)
tree1476ae1963ad2c652ab5f88148438c563932a848 /res/drawable
parent725e0efad2db833fd8455a08b2921fea0b92b022 (diff)
downloadandroid_packages_apps_Bluetooth-e715faa48e09ef108ffebc4ce5836608a9a40ea0.tar.gz
android_packages_apps_Bluetooth-e715faa48e09ef108ffebc4ce5836608a9a40ea0.tar.bz2
android_packages_apps_Bluetooth-e715faa48e09ef108ffebc4ce5836608a9a40ea0.zip
Using vector drawable to notification icon
Change-Id: I5e23b5d3e23b4089f21024cd1edef137efe58944
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/bt_incomming_file_notification.xml24
1 files changed, 24 insertions, 0 deletions
diff --git a/res/drawable/bt_incomming_file_notification.xml b/res/drawable/bt_incomming_file_notification.xml
new file mode 100644
index 000000000..ed45b3bce
--- /dev/null
+++ b/res/drawable/bt_incomming_file_notification.xml
@@ -0,0 +1,24 @@
+<!--
+Copyright (C) 2015 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="24.0dp"
+ android:height="24.0dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:pathData="M13.5 8.1l-6.2-6.1v8.9l-3.8-3.5-.9 1 4 3.6-3.9 3.7.9 1 3.8-3.5v8.8l6.2-6.1-3.9-4.3 3.8-3.5zm-4.5-2.6l2.6 2.6-2.6 2.2v-4.8zm2.6 10.4l-2.6 2.6v-5.5l2.6 2.9zm5.6-7.5h-1.7l2.7-3.6 2.7 3.6h-1.7v2.7h-2v-2.7zm0 4.6h2v2.7h1.7l-2.7 3.6-2.7-3.6h1.7v-2.7z"
+ android:fillColor="#FFFFFFFF"/>
+</vector>