From dbf92306e91b073d12e754ca27e5e668ad8d4dd5 Mon Sep 17 00:00:00 2001 From: Terence Eden Date: Sun, 8 Nov 2020 16:16:14 +0000 Subject: [PATCH] Update readme with Android details --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d8a68be..c8841f4a 100644 --- a/README.md +++ b/README.md @@ -497,7 +497,14 @@ Want more icons? Tell me by raising an issue! Think the icons look wrong? [Compare them against the official logos](https://github.com/edent/SuperTinyIcons/blob/master/images/reference/index.md). If they still look wrong, tell me by raising an issue! -**New!** Icons also available in [Android Vector Drawables](https://developer.android.com/guide/topics/graphics/vector-drawable-resources.html) so you can easily use them in Android apps. Converted using https://inloop.github.io/svg2android/ - not guaranteed to be under 1KB. +## Android Vector Drawables +Icons also available as [Android Vector Drawables](https://developer.android.com/guide/topics/graphics/vector-drawable-resources.html), so you can easily use them in Android apps. + +They are converted using Android Studio and are **not** guaranteed to be under 1KB. + +To convert in Android Studio, go to Tools ➡ Resource Manager ➡ Drawable ➡ + ➡ Import Drawables ➡ then select the SVGs. + +*Note* Android Studio doesn't like rounded corners. Before importing, run `sed -i '/rx\=\"15\%\"/d' ./*.svg` ## Submitting Icons