OSDN Git Service

new icon.
authorNick Kralevich <nnk@google.com>
Tue, 5 Oct 2010 19:44:50 +0000 (12:44 -0700)
committerNick Kralevich <nnk@google.com>
Tue, 5 Oct 2010 19:44:50 +0000 (12:44 -0700)
Change-Id: I17751bbd0dc9d900002ef68ee51a4ddaf1600281

apps/Tag/AndroidManifest.xml
apps/Tag/res/drawable/ic_launcher_nfc.png [new file with mode: 0644]

index 13feddd..adb9373 100644 (file)
@@ -22,7 +22,7 @@
 <manifest xmlns:android="http://schemas.android.com/apk/res/android"
     package="com.android.apps.tag">
     <application android:label="Tags">
-        <activity android:name="Tags">
+        <activity android:name="Tags" android:icon="@drawable/ic_launcher_nfc">
             <intent-filter>
                 <action android:name="android.intent.action.MAIN"/>
                 <category android:name="android.intent.category.LAUNCHER"/>
diff --git a/apps/Tag/res/drawable/ic_launcher_nfc.png b/apps/Tag/res/drawable/ic_launcher_nfc.png
new file mode 100644 (file)
index 0000000..9b076ab
Binary files /dev/null and b/apps/Tag/res/drawable/ic_launcher_nfc.png differ