summaryrefslogtreecommitdiff
path: root/android/app/src
diff options
context:
space:
mode:
Diffstat (limited to 'android/app/src')
-rw-r--r--android/app/src/main/AndroidManifest.xml2
-rw-r--r--android/app/src/main/res/drawable-hdpi/ic_launcher_background.pngbin0 -> 920 bytes
-rw-r--r--android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.pngbin0 -> 3540 bytes
-rw-r--r--android/app/src/main/res/drawable-mdpi/ic_launcher_background.pngbin0 -> 373 bytes
-rw-r--r--android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.pngbin0 -> 1831 bytes
-rw-r--r--android/app/src/main/res/drawable-xhdpi/ic_launcher_background.pngbin0 -> 723 bytes
-rw-r--r--android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.pngbin0 -> 3721 bytes
-rw-r--r--android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.pngbin0 -> 1062 bytes
-rw-r--r--android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.pngbin0 -> 5682 bytes
-rw-r--r--android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.pngbin0 -> 1749 bytes
-rw-r--r--android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.pngbin0 -> 7919 bytes
-rw-r--r--android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml9
-rw-r--r--android/app/src/main/res/mipmap-hdpi/launcher_icon.pngbin0 -> 1941 bytes
-rw-r--r--android/app/src/main/res/mipmap-mdpi/launcher_icon.pngbin0 -> 1177 bytes
-rw-r--r--android/app/src/main/res/mipmap-xhdpi/launcher_icon.pngbin0 -> 2280 bytes
-rw-r--r--android/app/src/main/res/mipmap-xxhdpi/launcher_icon.pngbin0 -> 3687 bytes
-rw-r--r--android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.pngbin0 -> 4417 bytes
17 files changed, 10 insertions, 1 deletions
diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml
index 13a4f47..0b2ea84 100644
--- a/android/app/src/main/AndroidManifest.xml
+++ b/android/app/src/main/AndroidManifest.xml
@@ -3,7 +3,7 @@
<application
android:label="Sia"
android:name="${applicationName}"
- android:icon="@mipmap/ic_launcher">
+ android:icon="@mipmap/launcher_icon">
<activity
android:name=".MainActivity"
android:exported="true"
diff --git a/android/app/src/main/res/drawable-hdpi/ic_launcher_background.png b/android/app/src/main/res/drawable-hdpi/ic_launcher_background.png
new file mode 100644
index 0000000..2c61a4f
--- /dev/null
+++ b/android/app/src/main/res/drawable-hdpi/ic_launcher_background.png
Binary files differ
diff --git a/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..edd3837
--- /dev/null
+++ b/android/app/src/main/res/drawable-hdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/android/app/src/main/res/drawable-mdpi/ic_launcher_background.png b/android/app/src/main/res/drawable-mdpi/ic_launcher_background.png
new file mode 100644
index 0000000..a9a5ecf
--- /dev/null
+++ b/android/app/src/main/res/drawable-mdpi/ic_launcher_background.png
Binary files differ
diff --git a/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..8e6790b
--- /dev/null
+++ b/android/app/src/main/res/drawable-mdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png b/android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..e4bbb65
--- /dev/null
+++ b/android/app/src/main/res/drawable-xhdpi/ic_launcher_background.png
Binary files differ
diff --git a/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..e4fef3c
--- /dev/null
+++ b/android/app/src/main/res/drawable-xhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..4658e07
--- /dev/null
+++ b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_background.png
Binary files differ
diff --git a/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..2a74cad
--- /dev/null
+++ b/android/app/src/main/res/drawable-xxhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png
new file mode 100644
index 0000000..17e3050
--- /dev/null
+++ b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_background.png
Binary files differ
diff --git a/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..52d156d
--- /dev/null
+++ b/android/app/src/main/res/drawable-xxxhdpi/ic_launcher_foreground.png
Binary files differ
diff --git a/android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml b/android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml
new file mode 100644
index 0000000..d047760
--- /dev/null
+++ b/android/app/src/main/res/mipmap-anydpi-v26/launcher_icon.xml
@@ -0,0 +1,9 @@
+<?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>
+ <inset
+ android:drawable="@drawable/ic_launcher_foreground"
+ android:inset="16%" />
+ </foreground>
+</adaptive-icon>
diff --git a/android/app/src/main/res/mipmap-hdpi/launcher_icon.png b/android/app/src/main/res/mipmap-hdpi/launcher_icon.png
new file mode 100644
index 0000000..cfe7370
--- /dev/null
+++ b/android/app/src/main/res/mipmap-hdpi/launcher_icon.png
Binary files differ
diff --git a/android/app/src/main/res/mipmap-mdpi/launcher_icon.png b/android/app/src/main/res/mipmap-mdpi/launcher_icon.png
new file mode 100644
index 0000000..b40a4db
--- /dev/null
+++ b/android/app/src/main/res/mipmap-mdpi/launcher_icon.png
Binary files differ
diff --git a/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png
new file mode 100644
index 0000000..1126b7b
--- /dev/null
+++ b/android/app/src/main/res/mipmap-xhdpi/launcher_icon.png
Binary files differ
diff --git a/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png
new file mode 100644
index 0000000..f65cbfb
--- /dev/null
+++ b/android/app/src/main/res/mipmap-xxhdpi/launcher_icon.png
Binary files differ
diff --git a/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png b/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png
new file mode 100644
index 0000000..3e59e80
--- /dev/null
+++ b/android/app/src/main/res/mipmap-xxxhdpi/launcher_icon.png
Binary files differ