diff --git a/platform/android/app/src/main/AndroidManifest.xml b/platform/android/app/src/main/AndroidManifest.xml
index bef9beb..1319d68 100644
--- a/platform/android/app/src/main/AndroidManifest.xml
+++ b/platform/android/app/src/main/AndroidManifest.xml
@@ -13,7 +13,7 @@
android:allowBackup="true"
android:icon="@mipmap/ic_launcher"
android:label="@string/app_name"
- android:roundIcon="@mipmap/ic_launcher"
+ android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:theme="@style/AppTheme">
diff --git a/platform/android/app/src/main/ic_launcher-web.png b/platform/android/app/src/main/ic_launcher-web.png
new file mode 100644
index 0000000..1de1111
Binary files /dev/null and b/platform/android/app/src/main/ic_launcher-web.png differ
diff --git a/platform/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml b/platform/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
deleted file mode 100644
index 971add5..0000000
--- a/platform/android/app/src/main/res/drawable-v24/ic_launcher_foreground.xml
+++ /dev/null
@@ -1,34 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
diff --git a/platform/android/app/src/main/res/drawable/ic_launcher_background.xml b/platform/android/app/src/main/res/drawable/ic_launcher_background.xml
deleted file mode 100644
index eed7a42..0000000
--- a/platform/android/app/src/main/res/drawable/ic_launcher_background.xml
+++ /dev/null
@@ -1,170 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/platform/android/app/src/main/res/layout/rom_item.xml b/platform/android/app/src/main/res/layout/rom_item.xml
index 8bc03da..ffdfdaa 100644
--- a/platform/android/app/src/main/res/layout/rom_item.xml
+++ b/platform/android/app/src/main/res/layout/rom_item.xml
@@ -17,7 +17,7 @@
android:layout_margin="5dp"
android:scaleType="centerCrop"
android:background="@drawable/round_button"
- app:srcCompat="@drawable/icon" />
+ app:srcCompat="@mipmap/ic_launcher" />
+ app:srcCompat="@mipmap/ic_launcher" />
+ app:srcCompat="@mipmap/ic_launcher" />
diff --git a/platform/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/platform/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
index a26f6fb..67820c5 100644
--- a/platform/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
+++ b/platform/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -1,5 +1,5 @@
-
-
+
+
\ No newline at end of file
diff --git a/platform/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/platform/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..67820c5
--- /dev/null
+++ b/platform/android/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/platform/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png b/platform/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..0b7f1e2
Binary files /dev/null and b/platform/android/app/src/main/res/mipmap-hdpi/ic_launcher_foreground.png differ
diff --git a/platform/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png b/platform/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..ad374fb
Binary files /dev/null and b/platform/android/app/src/main/res/mipmap-mdpi/ic_launcher_foreground.png differ
diff --git a/platform/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png b/platform/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..0f0ed4b
Binary files /dev/null and b/platform/android/app/src/main/res/mipmap-xhdpi/ic_launcher_foreground.png differ
diff --git a/platform/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png b/platform/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..0f9ea36
Binary files /dev/null and b/platform/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_foreground.png differ
diff --git a/platform/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png b/platform/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png
new file mode 100644
index 0000000..ef5f762
Binary files /dev/null and b/platform/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_foreground.png differ
diff --git a/platform/android/app/src/main/res/values/ic_launcher_background.xml b/platform/android/app/src/main/res/values/ic_launcher_background.xml
new file mode 100644
index 0000000..d18493f
--- /dev/null
+++ b/platform/android/app/src/main/res/values/ic_launcher_background.xml
@@ -0,0 +1,4 @@
+
+
+ #A4A5DF
+
\ No newline at end of file