Skip to content

Commit 721e620

Browse files
committed
Merge pull request #65 from MrOutis/master
Remove ic_launcher from library
2 parents 92bfcfe + ddf9d8a commit 721e620

File tree

4 files changed

+1
-2
lines changed

4 files changed

+1
-2
lines changed

AndroidManifest.xml

+1-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88

99
<application
1010
android:theme="@android:style/Theme.NoTitleBar"
11-
android:icon="@drawable/ic_launcher"
1211
android:label="@string/app_name" >
1312
<activity
1413
android:label="@string/app_name"
@@ -19,4 +18,4 @@
1918
</activity>
2019
</application>
2120

22-
</manifest>
21+
</manifest>

res/drawable-hdpi/ic_launcher.png

-4.05 KB
Binary file not shown.

res/drawable-ldpi/ic_launcher.png

-1.68 KB
Binary file not shown.

res/drawable-mdpi/ic_launcher.png

-2.51 KB
Binary file not shown.

0 commit comments

Comments
 (0)