From: asmw Date: Sun, 4 Mar 2012 17:27:08 +0000 (+0100) Subject: Icon svg source + generated icon resources X-Git-Url: http://git.joshuawise.com/dumload.git/commitdiff_plain/0b297a271fef73b08f9b7efeadb40f2db3fcc38e Icon svg source + generated icon resources --- diff --git a/dumload.svg b/dumload.svg new file mode 100644 index 0000000..aacf0ee --- /dev/null +++ b/dumload.svg @@ -0,0 +1,183 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + scp + + + + diff --git a/mkicon.sh b/mkicon.sh new file mode 100755 index 0000000..7a77b10 --- /dev/null +++ b/mkicon.sh @@ -0,0 +1,9 @@ +#!/bin/bash + +name=dumload +type=svg +#type=png + +convert -size 36x36 $name.$type res/drawable-ldpi/$name.png +convert -size 48x48 $name.$type res/drawable-mdpi/$name.png +convert -size 72x72 $name.$type res/drawable-hdpi/$name.png diff --git a/res/drawable-hdpi/dumload.png b/res/drawable-hdpi/dumload.png new file mode 100644 index 0000000..9e354d4 Binary files /dev/null and b/res/drawable-hdpi/dumload.png differ diff --git a/res/drawable-ldpi/dumload.png b/res/drawable-ldpi/dumload.png new file mode 100644 index 0000000..9e354d4 Binary files /dev/null and b/res/drawable-ldpi/dumload.png differ diff --git a/res/drawable-mdpi/dumload.png b/res/drawable-mdpi/dumload.png new file mode 100644 index 0000000..9e354d4 Binary files /dev/null and b/res/drawable-mdpi/dumload.png differ