From 4cb0e94b98dc226bca28ae93b2c72a46948a6173 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Fri, 28 Dec 2012 21:18:08 +0100 Subject: added launcher icon, taken from public domain Tango icon theme ( http://tango.freedesktop.org/ ). --- AndroidManifest.xml | 3 +- paste-icon.svg | 531 +++++++++++++++++++++++++++++ res/drawable-hdpi/ic_launcher_pasteit.png | Bin 0 -> 2894 bytes res/drawable-ldpi/ic_launcher_pasteit.png | Bin 0 -> 1384 bytes res/drawable-mdpi/ic_launcher_pasteit.png | Bin 0 -> 1834 bytes res/drawable-xhdpi/ic_launcher_pasteit.png | Bin 0 -> 3874 bytes res/drawable/ic_launcher_pasteit.png | Bin 0 -> 1834 bytes 7 files changed, 533 insertions(+), 1 deletion(-) create mode 100644 paste-icon.svg create mode 100644 res/drawable-hdpi/ic_launcher_pasteit.png create mode 100644 res/drawable-ldpi/ic_launcher_pasteit.png create mode 100644 res/drawable-mdpi/ic_launcher_pasteit.png create mode 100644 res/drawable-xhdpi/ic_launcher_pasteit.png create mode 100644 res/drawable/ic_launcher_pasteit.png diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 967c2dc..02e314c 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -3,7 +3,8 @@ package="eu.deki.paste" android:versionCode="1" android:versionName="1.0"> - + diff --git a/paste-icon.svg b/paste-icon.svg new file mode 100644 index 0000000..39150d7 --- /dev/null +++ b/paste-icon.svg @@ -0,0 +1,531 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + Edit Paste + 2005-10-10 + + + Andreas Nilsson + + + + + edit + paste + + + + + + Jakub Steiner + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/res/drawable-hdpi/ic_launcher_pasteit.png b/res/drawable-hdpi/ic_launcher_pasteit.png new file mode 100644 index 0000000..ab2a43c Binary files /dev/null and b/res/drawable-hdpi/ic_launcher_pasteit.png differ diff --git a/res/drawable-ldpi/ic_launcher_pasteit.png b/res/drawable-ldpi/ic_launcher_pasteit.png new file mode 100644 index 0000000..a9d68df Binary files /dev/null and b/res/drawable-ldpi/ic_launcher_pasteit.png differ diff --git a/res/drawable-mdpi/ic_launcher_pasteit.png b/res/drawable-mdpi/ic_launcher_pasteit.png new file mode 100644 index 0000000..2c7b8f9 Binary files /dev/null and b/res/drawable-mdpi/ic_launcher_pasteit.png differ diff --git a/res/drawable-xhdpi/ic_launcher_pasteit.png b/res/drawable-xhdpi/ic_launcher_pasteit.png new file mode 100644 index 0000000..66f53bd Binary files /dev/null and b/res/drawable-xhdpi/ic_launcher_pasteit.png differ diff --git a/res/drawable/ic_launcher_pasteit.png b/res/drawable/ic_launcher_pasteit.png new file mode 100644 index 0000000..2c7b8f9 Binary files /dev/null and b/res/drawable/ic_launcher_pasteit.png differ -- cgit v1.2.3