diff --git a/DroidFishApp/launcher.svg b/DroidFishApp/launcher.svg
new file mode 100644
index 0000000..6844e83
--- /dev/null
+++ b/DroidFishApp/launcher.svg
@@ -0,0 +1,58 @@
+
+
+
diff --git a/DroidFishApp/launcher_round.svg b/DroidFishApp/launcher_round.svg
new file mode 100644
index 0000000..fe39347
--- /dev/null
+++ b/DroidFishApp/launcher_round.svg
@@ -0,0 +1,58 @@
+
+
+
diff --git a/DroidFishApp/src/main/AndroidManifest.xml b/DroidFishApp/src/main/AndroidManifest.xml
index d543387..2104a0e 100644
--- a/DroidFishApp/src/main/AndroidManifest.xml
+++ b/DroidFishApp/src/main/AndroidManifest.xml
@@ -9,7 +9,8 @@
= 21;
- int icon = silhouette ? R.drawable.silhouette : R.mipmap.icon;
+ int icon = silhouette ? R.drawable.silhouette : R.mipmap.ic_launcher;
String tickerText = getString(R.string.heavy_cpu_usage);
long when = System.currentTimeMillis();
Context context = getApplicationContext();
diff --git a/DroidFishApp/src/main/res/drawable/ic_launcher_foreground.xml b/DroidFishApp/src/main/res/drawable/ic_launcher_foreground.xml
new file mode 100644
index 0000000..1675c57
--- /dev/null
+++ b/DroidFishApp/src/main/res/drawable/ic_launcher_foreground.xml
@@ -0,0 +1,13 @@
+
+
+
+
diff --git a/DroidFishApp/src/main/res/drawable/ic_launcher_foreground_round.xml b/DroidFishApp/src/main/res/drawable/ic_launcher_foreground_round.xml
new file mode 100644
index 0000000..ca8fc58
--- /dev/null
+++ b/DroidFishApp/src/main/res/drawable/ic_launcher_foreground_round.xml
@@ -0,0 +1,13 @@
+
+
+
+
diff --git a/DroidFishApp/src/main/res/mipmap-anydpi-v26/ic_launcher.xml b/DroidFishApp/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
new file mode 100644
index 0000000..5ed0a2d
--- /dev/null
+++ b/DroidFishApp/src/main/res/mipmap-anydpi-v26/ic_launcher.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/DroidFishApp/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml b/DroidFishApp/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
new file mode 100644
index 0000000..983751a
--- /dev/null
+++ b/DroidFishApp/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml
@@ -0,0 +1,5 @@
+
+
+
+
+
diff --git a/DroidFishApp/src/main/res/mipmap-hdpi/ic_launcher.png b/DroidFishApp/src/main/res/mipmap-hdpi/ic_launcher.png
new file mode 100644
index 0000000..bbd5276
Binary files /dev/null and b/DroidFishApp/src/main/res/mipmap-hdpi/ic_launcher.png differ
diff --git a/DroidFishApp/src/main/res/mipmap-hdpi/ic_launcher_round.png b/DroidFishApp/src/main/res/mipmap-hdpi/ic_launcher_round.png
new file mode 100644
index 0000000..5074486
Binary files /dev/null and b/DroidFishApp/src/main/res/mipmap-hdpi/ic_launcher_round.png differ
diff --git a/DroidFishApp/src/main/res/mipmap-hdpi/icon.png b/DroidFishApp/src/main/res/mipmap-hdpi/icon.png
deleted file mode 100644
index 47d6f2b..0000000
Binary files a/DroidFishApp/src/main/res/mipmap-hdpi/icon.png and /dev/null differ
diff --git a/DroidFishApp/src/main/res/mipmap-ldpi/icon.png b/DroidFishApp/src/main/res/mipmap-ldpi/icon.png
deleted file mode 100644
index 4ae2de5..0000000
Binary files a/DroidFishApp/src/main/res/mipmap-ldpi/icon.png and /dev/null differ
diff --git a/DroidFishApp/src/main/res/mipmap-mdpi/ic_launcher.png b/DroidFishApp/src/main/res/mipmap-mdpi/ic_launcher.png
new file mode 100644
index 0000000..cb346fc
Binary files /dev/null and b/DroidFishApp/src/main/res/mipmap-mdpi/ic_launcher.png differ
diff --git a/DroidFishApp/src/main/res/mipmap-mdpi/ic_launcher_round.png b/DroidFishApp/src/main/res/mipmap-mdpi/ic_launcher_round.png
new file mode 100644
index 0000000..bb5ef59
Binary files /dev/null and b/DroidFishApp/src/main/res/mipmap-mdpi/ic_launcher_round.png differ
diff --git a/DroidFishApp/src/main/res/mipmap-xhdpi/ic_launcher.png b/DroidFishApp/src/main/res/mipmap-xhdpi/ic_launcher.png
new file mode 100644
index 0000000..a477c60
Binary files /dev/null and b/DroidFishApp/src/main/res/mipmap-xhdpi/ic_launcher.png differ
diff --git a/DroidFishApp/src/main/res/mipmap-xhdpi/ic_launcher_round.png b/DroidFishApp/src/main/res/mipmap-xhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..4f6aead
Binary files /dev/null and b/DroidFishApp/src/main/res/mipmap-xhdpi/ic_launcher_round.png differ
diff --git a/DroidFishApp/src/main/res/mipmap-xhdpi/icon.png b/DroidFishApp/src/main/res/mipmap-xhdpi/icon.png
deleted file mode 100644
index 0262690..0000000
Binary files a/DroidFishApp/src/main/res/mipmap-xhdpi/icon.png and /dev/null differ
diff --git a/DroidFishApp/src/main/res/mipmap-xxhdpi/ic_launcher.png b/DroidFishApp/src/main/res/mipmap-xxhdpi/ic_launcher.png
new file mode 100644
index 0000000..11ee233
Binary files /dev/null and b/DroidFishApp/src/main/res/mipmap-xxhdpi/ic_launcher.png differ
diff --git a/DroidFishApp/src/main/res/mipmap-xxhdpi/ic_launcher_round.png b/DroidFishApp/src/main/res/mipmap-xxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..f150415
Binary files /dev/null and b/DroidFishApp/src/main/res/mipmap-xxhdpi/ic_launcher_round.png differ
diff --git a/DroidFishApp/src/main/res/mipmap-xxhdpi/icon.png b/DroidFishApp/src/main/res/mipmap-xxhdpi/icon.png
deleted file mode 100644
index dc974ef..0000000
Binary files a/DroidFishApp/src/main/res/mipmap-xxhdpi/icon.png and /dev/null differ
diff --git a/DroidFishApp/src/main/res/mipmap-xxxhdpi/ic_launcher.png b/DroidFishApp/src/main/res/mipmap-xxxhdpi/ic_launcher.png
new file mode 100644
index 0000000..a3fc7bd
Binary files /dev/null and b/DroidFishApp/src/main/res/mipmap-xxxhdpi/ic_launcher.png differ
diff --git a/DroidFishApp/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png b/DroidFishApp/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png
new file mode 100644
index 0000000..4352b19
Binary files /dev/null and b/DroidFishApp/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png differ
diff --git a/DroidFishApp/src/main/res/mipmap-xxxhdpi/icon.png b/DroidFishApp/src/main/res/mipmap-xxxhdpi/icon.png
deleted file mode 100644
index 9b3e482..0000000
Binary files a/DroidFishApp/src/main/res/mipmap-xxxhdpi/icon.png and /dev/null differ
diff --git a/DroidFishApp/src/main/res/values/ic_launcher_background.xml b/DroidFishApp/src/main/res/values/ic_launcher_background.xml
new file mode 100644
index 0000000..5c34efb
--- /dev/null
+++ b/DroidFishApp/src/main/res/values/ic_launcher_background.xml
@@ -0,0 +1,4 @@
+
+
+ #DE1735
+