From b40f130499b1874a8751760788a2cb055db518ae Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexis=20Laferri=C3=A8re?= Date: Sat, 3 Jan 2015 11:49:55 -0500 Subject: [PATCH] contrib/friends: add icon for Android MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Alexis Laferrière --- contrib/friendz/Makefile | 3 +- contrib/friendz/art/icon.svg | 327 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 329 insertions(+), 1 deletion(-) create mode 100644 contrib/friendz/art/icon.svg diff --git a/contrib/friendz/Makefile b/contrib/friendz/Makefile index 0039fff..f35d399 100644 --- a/contrib/friendz/Makefile +++ b/contrib/friendz/Makefile @@ -5,7 +5,8 @@ linux: ../../bin/nitc -o bin/friendz src/friendz_linux.nit android: - mkdir -p bin + mkdir -p bin res + ../inkscape_tools/bin/svg_to_icons art/icon.svg --android --out res/ ../../bin/nitc -o bin/friendz.apk src/friendz_android.nit doc: diff --git a/contrib/friendz/art/icon.svg b/contrib/friendz/art/icon.svg new file mode 100644 index 0000000..3584b06 --- /dev/null +++ b/contrib/friendz/art/icon.svg @@ -0,0 +1,327 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- 1.7.9.5