CB-8722 - Move icons from drawable to mipmap

This closes #340
This commit is contained in:
Darryl Pogue
2016-10-06 12:55:26 -07:00
committed by Joe Bowser
parent fb53452d37
commit ca0cbad1c7
6 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
<uses-permission android:name="android.permission.INTERNET" />
<application android:icon="@drawable/icon" android:label="@string/app_name"
<application android:icon="@mipmap/icon" android:label="@string/app_name"
android:hardwareAccelerated="true" android:supportsRtl="true">
<activity android:name="__ACTIVITY__"
android:label="@string/activity_name"