Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Donskoy <donskdmitry@mail.ru>2019-05-13 17:13:29 +0300
committerDaria Volvenkova <d.volvenkova@corp.mail.ru>2019-05-17 18:45:59 +0300
commit3b75fbd1b9a46e29bb85470990efb88c9562ff56 (patch)
tree935e81ef1c10b131ae8a136963aaf00912c3969e /android
parent97dfe7ffb887ffa2fc4afe17e6936a66b1571642 (diff)
[android] Added new icons
Diffstat (limited to 'android')
-rw-r--r--android/res/drawable-hdpi/ic_launcher_background.pngbin0 -> 857 bytes
-rw-r--r--android/res/drawable-hdpi/ic_launcher_foreground.pngbin0 -> 3605 bytes
-rw-r--r--android/res/drawable-mdpi/ic_launcher_background.pngbin0 -> 464 bytes
-rw-r--r--android/res/drawable-mdpi/ic_launcher_foreground.pngbin0 -> 2136 bytes
-rw-r--r--android/res/drawable-v26/ic_launcher.xml5
-rw-r--r--android/res/drawable-xhdpi/ic_launcher_background.pngbin0 -> 1321 bytes
-rw-r--r--android/res/drawable-xhdpi/ic_launcher_foreground.pngbin0 -> 5258 bytes
-rw-r--r--android/res/drawable-xxhdpi/ic_launcher_background.pngbin0 -> 2572 bytes
-rw-r--r--android/res/drawable-xxhdpi/ic_launcher_foreground.pngbin0 -> 9015 bytes
-rw-r--r--android/res/drawable-xxxhdpi/ic_launcher_background.pngbin0 -> 4237 bytes
-rw-r--r--android/res/drawable-xxxhdpi/ic_launcher_foreground.pngbin0 -> 13589 bytes
11 files changed, 5 insertions, 0 deletions
diff --git a/android/res/drawable-hdpi/ic_launcher_background.png b/android/res/drawable-hdpi/ic_launcher_background.png
new file mode 100644
index 0000000000..ccb82f76c5
--- /dev/null
+++ b/android/res/drawable-hdpi/ic_launcher_background.png
Binary files differ
diff --git a/android/res/drawable-hdpi/ic_launcher_foreground.png b/android/res/drawable-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000..336f56a049
--- /dev/null
+++ b/android/res/drawable-hdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/android/res/drawable-mdpi/ic_launcher_background.png b/android/res/drawable-mdpi/ic_launcher_background.png
new file mode 100644
index 0000000000..81eaac3232
--- /dev/null
+++ b/android/res/drawable-mdpi/ic_launcher_background.png
Binary files differ
diff --git a/android/res/drawable-mdpi/ic_launcher_foreground.png b/android/res/drawable-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000..fb3149b544
--- /dev/null
+++ b/android/res/drawable-mdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/android/res/drawable-v26/ic_launcher.xml b/android/res/drawable-v26/ic_launcher.xml
new file mode 100644
index 0000000000..ea737cd487
--- /dev/null
+++ b/android/res/drawable-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="@drawable/ic_launcher_background" />
+ <foreground android:drawable="@drawable/ic_launcher_foreground" />
+</adaptive-icon>
diff --git a/android/res/drawable-xhdpi/ic_launcher_background.png b/android/res/drawable-xhdpi/ic_launcher_background.png
new file mode 100644
index 0000000000..628c1204d9
--- /dev/null
+++ b/android/res/drawable-xhdpi/ic_launcher_background.png
Binary files differ
diff --git a/android/res/drawable-xhdpi/ic_launcher_foreground.png b/android/res/drawable-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000..f1111aa495
--- /dev/null
+++ b/android/res/drawable-xhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/android/res/drawable-xxhdpi/ic_launcher_background.png b/android/res/drawable-xxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000000..96a725635a
--- /dev/null
+++ b/android/res/drawable-xxhdpi/ic_launcher_background.png
Binary files differ
diff --git a/android/res/drawable-xxhdpi/ic_launcher_foreground.png b/android/res/drawable-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000..053eb39e34
--- /dev/null
+++ b/android/res/drawable-xxhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/android/res/drawable-xxxhdpi/ic_launcher_background.png b/android/res/drawable-xxxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000000..b2a7c8500b
--- /dev/null
+++ b/android/res/drawable-xxxhdpi/ic_launcher_background.png
Binary files differ
diff --git a/android/res/drawable-xxxhdpi/ic_launcher_foreground.png b/android/res/drawable-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000000..8317bd70c1
--- /dev/null
+++ b/android/res/drawable-xxxhdpi/ic_launcher_foreground.png
Binary files differ