From bf798c5895ff078b5f67a5de979942b18347a43b Mon Sep 17 00:00:00 2001 From: Georg Lukas Date: Wed, 2 Oct 2013 17:54:46 +0200 Subject: [PATCH] SVG for app logo alternatives --- img/aprsdroid-notification.svg | 769 +++++++++++++++++++++++++++++ img/aprsdroid-v11-notification.svg | 679 +++++++++++++++++++++++++ img/update.sh | 17 + 3 files changed, 1465 insertions(+) create mode 100644 img/aprsdroid-notification.svg create mode 100644 img/aprsdroid-v11-notification.svg create mode 100644 img/update.sh diff --git a/img/aprsdroid-notification.svg b/img/aprsdroid-notification.svg new file mode 100644 index 0000000..66ea40d --- /dev/null +++ b/img/aprsdroid-notification.svg @@ -0,0 +1,769 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/img/aprsdroid-v11-notification.svg b/img/aprsdroid-v11-notification.svg new file mode 100644 index 0000000..86ad26f --- /dev/null +++ b/img/aprsdroid-v11-notification.svg @@ -0,0 +1,679 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + diff --git a/img/update.sh b/img/update.sh new file mode 100644 index 0000000..2b4e3e4 --- /dev/null +++ b/img/update.sh @@ -0,0 +1,17 @@ +IN=aprsdroid.svg + +inkscape -z -f $IN -C -d 60 -e aprsdroid48.png +cp aprsdroid48.png ../res/drawable-ldpi/icon.png + +inkscape -z -f $IN -C -d 80 -e aprsdroid64.png +cp aprsdroid64.png ../res/drawable/icon.png + +inkscape -z -f $IN -C -d 90 -e aprsdroid72.png +cp aprsdroid72.png ../res/drawable-hdpi/icon.png + +inkscape -z -f $IN -C -d 120 -e ../res/drawable-xhdpi/icon.png + +inkscape -z -f aprsdroid-v11-notification.svg -C -d 60 -e ../res/drawable-xhdpi-v11/ic_status.png +inkscape -z -f aprsdroid-v11-notification.svg -C -d 45 -e ../res/drawable-hdpi-v11/ic_status.png +inkscape -z -f aprsdroid-v11-notification.svg -C -d 40 -e ../res/drawable-v11/ic_status.png +