summaryrefslogtreecommitdiffstats
path: root/res/drawable
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-08-27 23:55:08 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-08-28 14:42:25 -0700
commitf6ae67403c20cec20bc8f906411fce4c9ea769f0 (patch)
treea0059e2fac41c93b2a73063fa1d8d4a9fd3a1580 /res/drawable
parent725e0efad2db833fd8455a08b2921fea0b92b022 (diff)
downloadandroid_packages_apps_Bluetooth-f6ae67403c20cec20bc8f906411fce4c9ea769f0.tar.gz
android_packages_apps_Bluetooth-f6ae67403c20cec20bc8f906411fce4c9ea769f0.tar.bz2
android_packages_apps_Bluetooth-f6ae67403c20cec20bc8f906411fce4c9ea769f0.zip
Updating incoming file notification
> Notificaiton shows the file name, sender and file size > Quick action to accept or decline > Shows as heads-up, removed toast Bug: 23490378 Change-Id: I6a1b4110fbf0c0198a31f91b818df00914fa2da3
Diffstat (limited to 'res/drawable')
-rw-r--r--res/drawable/ic_accept.xml24
-rw-r--r--res/drawable/ic_decline.xml24
2 files changed, 48 insertions, 0 deletions
diff --git a/res/drawable/ic_accept.xml b/res/drawable/ic_accept.xml
new file mode 100644
index 000000000..5ed8b4eeb
--- /dev/null
+++ b/res/drawable/ic_accept.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="M9 16.2L4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4L9 16.2z"
+ android:fillColor="#FF000000"/>
+</vector>
diff --git a/res/drawable/ic_decline.xml b/res/drawable/ic_decline.xml
new file mode 100644
index 000000000..6c7d83a5e
--- /dev/null
+++ b/res/drawable/ic_decline.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="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"
+ android:fillColor="#FF000000"/>
+</vector>