summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAmin Shaikh <ashaikh@google.com>2019-03-26 14:17:02 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-03-26 14:17:02 -0700
commit295ac57e61ef5963331023f9dd64129301cb09fa (patch)
tree2bcd8596cd8621866bb9242c61779e274099d71f /res
parentc9240e929180b9c4630ca9520bccc9eeb5af7c6e (diff)
parentecd2909306bc6721818b672a281ca0b5560743af (diff)
downloadandroid_packages_apps_Bluetooth-295ac57e61ef5963331023f9dd64129301cb09fa.tar.gz
android_packages_apps_Bluetooth-295ac57e61ef5963331023f9dd64129301cb09fa.tar.bz2
android_packages_apps_Bluetooth-295ac57e61ef5963331023f9dd64129301cb09fa.zip
Merge "Update Bluetooth to use adaptive icon." am: d0e8d2cfd0 am: 337243f71e
am: ecd2909306 Change-Id: I1c8c793a725f9064217bb2799389d04ebb9eb090
Diffstat (limited to 'res')
-rw-r--r--res/mipmap-anydpi/bt_share.xml28
-rw-r--r--res/mipmap-hdpi/bt_share.pngbin4716 -> 0 bytes
-rw-r--r--res/mipmap-mdpi/bt_share.pngbin2916 -> 0 bytes
-rw-r--r--res/mipmap-xhdpi/bt_share.pngbin6575 -> 0 bytes
-rw-r--r--res/mipmap-xxhdpi/bt_share.pngbin10881 -> 0 bytes
-rw-r--r--res/mipmap-xxxhdpi/bt_share.pngbin14942 -> 0 bytes
6 files changed, 28 insertions, 0 deletions
diff --git a/res/mipmap-anydpi/bt_share.xml b/res/mipmap-anydpi/bt_share.xml
new file mode 100644
index 000000000..c99e5609e
--- /dev/null
+++ b/res/mipmap-anydpi/bt_share.xml
@@ -0,0 +1,28 @@
+<!--
+ Copyright (C) 2019 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
+ -->
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+ <foreground>
+ <inset
+ android:drawable="@*android:drawable/ic_bluetooth_share_icon"
+ android:insetTop="25%"
+ android:insetRight="25%"
+ android:insetBottom="25%"
+ android:insetLeft="25%" />
+ </foreground>
+ <background>
+ <color android:color="@android:color/white" />
+ </background>
+</adaptive-icon>
diff --git a/res/mipmap-hdpi/bt_share.png b/res/mipmap-hdpi/bt_share.png
deleted file mode 100644
index 6d16ebf12..000000000
--- a/res/mipmap-hdpi/bt_share.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-mdpi/bt_share.png b/res/mipmap-mdpi/bt_share.png
deleted file mode 100644
index 1f514d2ff..000000000
--- a/res/mipmap-mdpi/bt_share.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xhdpi/bt_share.png b/res/mipmap-xhdpi/bt_share.png
deleted file mode 100644
index 7bd0e9c5b..000000000
--- a/res/mipmap-xhdpi/bt_share.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xxhdpi/bt_share.png b/res/mipmap-xxhdpi/bt_share.png
deleted file mode 100644
index 0fe218ed4..000000000
--- a/res/mipmap-xxhdpi/bt_share.png
+++ /dev/null
Binary files differ
diff --git a/res/mipmap-xxxhdpi/bt_share.png b/res/mipmap-xxxhdpi/bt_share.png
deleted file mode 100644
index 7bf313fca..000000000
--- a/res/mipmap-xxxhdpi/bt_share.png
+++ /dev/null
Binary files differ