summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorAmin Shaikh <ashaikh@google.com>2019-03-14 16:38:13 +0000
committerAmin Shaikh <ashaikh@google.com>2019-03-26 15:46:24 +0000
commitf30eed6ac53befcdaeeb55c568ac184d6c0529db (patch)
treeea595bd52c86d2c30fcaa2b65eb3ebdcd2a430e7 /res
parent99b46aabdb7dc904bfc89e71ddfb6d58dac33b8e (diff)
downloadandroid_packages_apps_Bluetooth-f30eed6ac53befcdaeeb55c568ac184d6c0529db.tar.gz
android_packages_apps_Bluetooth-f30eed6ac53befcdaeeb55c568ac184d6c0529db.tar.bz2
android_packages_apps_Bluetooth-f30eed6ac53befcdaeeb55c568ac184d6c0529db.zip
Update Bluetooth to use adaptive icon.
Change-Id: I212059d79c2e25e138b7d872b5299761b0eeb77c Fixes: 116357908 Test: make Bluetooth
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