Renamed launcher icon.
authordswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 7 Nov 2008 15:07:54 +0000 (15:07 +0000)
committerdswitkin <dswitkin@59b500cc-1b3d-0410-9834-0bbf25fbcc57>
Fri, 7 Nov 2008 15:07:54 +0000 (15:07 +0000)
git-svn-id: http://zxing.googlecode.com/svn/trunk@676 59b500cc-1b3d-0410-9834-0bbf25fbcc57

android/AndroidManifest.xml
android/res/drawable/ic_launcher_barcodes.png [deleted file]
android/res/drawable/launcher_icon.png [new file with mode: 0755]

index 65bfc83..2875bb7 100755 (executable)
@@ -22,7 +22,7 @@ versionName is 2.31, 2.4, or 3.0. -->
           package="com.google.zxing.client.android"
           android:versionName="2.3"
           android:versionCode="6">
-  <application android:icon="@drawable/ic_launcher_barcodes"
+  <application android:icon="@drawable/launcher_icon"
                android:label="@string/app_name">
     <activity android:name=".BarcodesCaptureActivity"
               android:screenOrientation="landscape"
diff --git a/android/res/drawable/ic_launcher_barcodes.png b/android/res/drawable/ic_launcher_barcodes.png
deleted file mode 100755 (executable)
index eb6929a..0000000
Binary files a/android/res/drawable/ic_launcher_barcodes.png and /dev/null differ
diff --git a/android/res/drawable/launcher_icon.png b/android/res/drawable/launcher_icon.png
new file mode 100755 (executable)
index 0000000..eb6929a
Binary files /dev/null and b/android/res/drawable/launcher_icon.png differ