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 +