diff AndroidManifest.xml @ 8:e7cdd6eaaeb3

use custom icon
author Carl Byington <carl@five-ten-sg.com>
date Tue, 24 Jun 2014 07:30:28 -0700
parents f12df02aa228
children 42a5337cbcdd
line wrap: on
line diff
--- a/AndroidManifest.xml	Mon Jun 23 17:14:44 2014 -0700
+++ b/AndroidManifest.xml	Tue Jun 24 07:30:28 2014 -0700
@@ -15,7 +15,7 @@
     <application
         android:debuggable="true"
         android:allowBackup="false"
-        android:icon="@drawable/ic_launcher"
+        android:icon="@drawable/icon"
         android:label="@string/app_name"
         android:theme="@style/AppTheme" >
         <activity