omni: overlay: add adaptive icon for email

since we hardly change anything else in this app just provide it
via overlay instead of forking the repo

Change-Id: Ida734dbaf9fe4ba7a5ff8082a0a752768a5496ff
diff --git a/overlay/common/packages/apps/UnifiedEmail/res/mipmap-anydpi/ic_launcher_mail.xml b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-anydpi/ic_launcher_mail.xml
new file mode 100644
index 0000000..c690539
--- /dev/null
+++ b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-anydpi/ic_launcher_mail.xml
@@ -0,0 +1,19 @@
+<?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.
+-->
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+    <background android:drawable="@mipmap/ic_background"/>
+    <foreground android:drawable="@mipmap/ic_foreground"/>
+</adaptive-icon>
diff --git a/overlay/common/packages/apps/UnifiedEmail/res/mipmap-hdpi/ic_background.png b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-hdpi/ic_background.png
new file mode 100644
index 0000000..b0f574f
--- /dev/null
+++ b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-hdpi/ic_background.png
Binary files differ
diff --git a/overlay/common/packages/apps/UnifiedEmail/res/mipmap-hdpi/ic_foreground.png b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-hdpi/ic_foreground.png
new file mode 100644
index 0000000..06db99b
--- /dev/null
+++ b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-hdpi/ic_foreground.png
Binary files differ
diff --git a/overlay/common/packages/apps/UnifiedEmail/res/mipmap-mdpi/ic_background.png b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-mdpi/ic_background.png
new file mode 100644
index 0000000..13f94bd
--- /dev/null
+++ b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-mdpi/ic_background.png
Binary files differ
diff --git a/overlay/common/packages/apps/UnifiedEmail/res/mipmap-mdpi/ic_foreground.png b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-mdpi/ic_foreground.png
new file mode 100644
index 0000000..d476170
--- /dev/null
+++ b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-mdpi/ic_foreground.png
Binary files differ
diff --git a/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xhdpi/ic_background.png b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xhdpi/ic_background.png
new file mode 100644
index 0000000..e6c7bf9
--- /dev/null
+++ b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xhdpi/ic_background.png
Binary files differ
diff --git a/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xhdpi/ic_foreground.png b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xhdpi/ic_foreground.png
new file mode 100644
index 0000000..5216e45
--- /dev/null
+++ b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xhdpi/ic_foreground.png
Binary files differ
diff --git a/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxhdpi/ic_background.png b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxhdpi/ic_background.png
new file mode 100644
index 0000000..355d564
--- /dev/null
+++ b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxhdpi/ic_background.png
Binary files differ
diff --git a/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxhdpi/ic_foreground.png b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxhdpi/ic_foreground.png
new file mode 100644
index 0000000..9334641
--- /dev/null
+++ b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxhdpi/ic_foreground.png
Binary files differ
diff --git a/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxxhdpi/ic_background.png b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxxhdpi/ic_background.png
new file mode 100644
index 0000000..04ce89f
--- /dev/null
+++ b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxxhdpi/ic_background.png
Binary files differ
diff --git a/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxxhdpi/ic_foreground.png b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxxhdpi/ic_foreground.png
new file mode 100644
index 0000000..4657707
--- /dev/null
+++ b/overlay/common/packages/apps/UnifiedEmail/res/mipmap-xxxhdpi/ic_foreground.png
Binary files differ