feat: update launcher icon

Fit to api 27 requirements

Change-Id: I499ac97fce69fc55dd991d86c3a6db8ae38b3be8
diff --git a/ring-android/app/src/main/res/drawable-hdpi/ic_launcher.png b/ring-android/app/src/main/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index 9653dca..0000000
--- a/ring-android/app/src/main/res/drawable-hdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/ring-android/app/src/main/res/drawable-mdpi/ic_launcher.png b/ring-android/app/src/main/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index 72e8e96..0000000
--- a/ring-android/app/src/main/res/drawable-mdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/ring-android/app/src/main/res/drawable-xhdpi/ic_launcher.png b/ring-android/app/src/main/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index 4ee2753..0000000
--- a/ring-android/app/src/main/res/drawable-xhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/ring-android/app/src/main/res/drawable-xxhdpi/ic_launcher.png b/ring-android/app/src/main/res/drawable-xxhdpi/ic_launcher.png
deleted file mode 100644
index 8f54eeb..0000000
--- a/ring-android/app/src/main/res/drawable-xxhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/ring-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..036d09b
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+    <background android:drawable="@color/ic_launcher_background"/>
+    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
+</adaptive-icon>
\ No newline at end of file
diff --git a/ring-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/ring-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..036d09b
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="utf-8"?>
+<adaptive-icon xmlns:android="http://schemas.android.com/apk/res/android">
+    <background android:drawable="@color/ic_launcher_background"/>
+    <foreground android:drawable="@mipmap/ic_launcher_foreground"/>
+</adaptive-icon>
\ No newline at end of file
diff --git a/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher.png b/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..151eb1b
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png b/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
new file mode 100644
index 0000000..d56113b
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher_background.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..08577da
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png b/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 0000000..302b525
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher.png b/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..b91f5ba
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png b/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
new file mode 100644
index 0000000..3a80fd9
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher_background.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..65d2041
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png b/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 0000000..eb116ab
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher.png b/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..ea30c82
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png b/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..32244fc
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher_background.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..ee262c4
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..42e7db4
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png b/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..bd49312
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png b/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..e49b1c8
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_background.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..27b0bd2
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..5b76f686
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..ae0e035
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png b/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..65810ed
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_background.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..859549b
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..64a07e4
--- /dev/null
+++ b/ring-android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
Binary files differ
diff --git a/ring-android/app/src/main/res/values/ic_launcher_background.xml b/ring-android/app/src/main/res/values/ic_launcher_background.xml
new file mode 100644
index 0000000..c5d5899
--- /dev/null
+++ b/ring-android/app/src/main/res/values/ic_launcher_background.xml
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+    <color name="ic_launcher_background">#FFFFFF</color>
+</resources>
\ No newline at end of file