diff --git a/apps/Development/AndroidManifest.xml b/apps/Development/AndroidManifest.xml index 827b57a7c..c91e21be3 100644 --- a/apps/Development/AndroidManifest.xml +++ b/apps/Development/AndroidManifest.xml @@ -44,12 +44,12 @@ + android:icon="@mipmap/ic_launcher_devtools"> + android:icon="@mipmap/ic_launcher_devtools"> diff --git a/apps/Development/res/drawable-hdpi/ic_launcher_devtools.png b/apps/Development/res/mipmap-hdpi/ic_launcher_devtools.png similarity index 100% rename from apps/Development/res/drawable-hdpi/ic_launcher_devtools.png rename to apps/Development/res/mipmap-hdpi/ic_launcher_devtools.png diff --git a/apps/Development/res/drawable-mdpi/ic_launcher_devtools.png b/apps/Development/res/mipmap-mdpi/ic_launcher_devtools.png similarity index 100% rename from apps/Development/res/drawable-mdpi/ic_launcher_devtools.png rename to apps/Development/res/mipmap-mdpi/ic_launcher_devtools.png