summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2015-02-09 15:00:20 +0100
committerVictor Häggqvist <[email protected]>2015-02-09 15:00:20 +0100
commitb07898fdd0d63d1349022e0167efaadc7f867305 (patch)
tree22400aea3a3f7aadf15b2d66de0d4e847d5a22a7
parent348c33b0b7edbb17d24e19db10ebc4449896c8e9 (diff)
fix: remove drawables from lib
-rw-r--r--aboutit/src/main/AndroidManifest.xml3
-rw-r--r--aboutit/src/main/res/drawable-hdpi/ic_launcher.pngbin9397 -> 0 bytes
-rw-r--r--aboutit/src/main/res/drawable-mdpi/ic_launcher.pngbin5237 -> 0 bytes
-rw-r--r--aboutit/src/main/res/drawable-xhdpi/ic_launcher.pngbin14383 -> 0 bytes
-rw-r--r--aboutit/src/main/res/drawable-xxhdpi/ic_launcher.pngbin19388 -> 0 bytes
5 files changed, 1 insertions, 2 deletions
diff --git a/aboutit/src/main/AndroidManifest.xml b/aboutit/src/main/AndroidManifest.xml
index aa76a22..09cd21b 100644
--- a/aboutit/src/main/AndroidManifest.xml
+++ b/aboutit/src/main/AndroidManifest.xml
@@ -1,7 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.snilius.aboutit">
- <application android:allowBackup="true" android:label="@string/app_name"
- android:icon="@drawable/ic_launcher">
+ <application android:allowBackup="true" android:label="@string/app_name">
</application>
diff --git a/aboutit/src/main/res/drawable-hdpi/ic_launcher.png b/aboutit/src/main/res/drawable-hdpi/ic_launcher.png
deleted file mode 100644
index 96a442e..0000000
--- a/aboutit/src/main/res/drawable-hdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/aboutit/src/main/res/drawable-mdpi/ic_launcher.png b/aboutit/src/main/res/drawable-mdpi/ic_launcher.png
deleted file mode 100644
index 359047d..0000000
--- a/aboutit/src/main/res/drawable-mdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/aboutit/src/main/res/drawable-xhdpi/ic_launcher.png b/aboutit/src/main/res/drawable-xhdpi/ic_launcher.png
deleted file mode 100644
index 71c6d76..0000000
--- a/aboutit/src/main/res/drawable-xhdpi/ic_launcher.png
+++ /dev/null
Binary files differ
diff --git a/aboutit/src/main/res/drawable-xxhdpi/ic_launcher.png b/aboutit/src/main/res/drawable-xxhdpi/ic_launcher.png
deleted file mode 100644
index 4df1894..0000000
--- a/aboutit/src/main/res/drawable-xxhdpi/ic_launcher.png
+++ /dev/null
Binary files differ