Give up on using vector drawables for launch icons

Instead use svg files in art/ and a script to build the png files.
This commit is contained in:
Fredrik Fornwall
2016-12-24 01:05:33 +01:00
parent b6ea29d260
commit 34afb9de43
17 changed files with 71 additions and 59 deletions

21
art/ic_launcher_round.svg Normal file
View File

@@ -0,0 +1,21 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48">
<!-- Screen and border. -->
<path fill="#000"
stroke="#BFCBCD"
stroke-width="2"
d="M 24, 24
m -21, 0
a 21,21 0 1,0 42,0
a 21,21 0 1,0 -42,0"
/>
<!-- Block cursor. -->
<path fill="#FFF"
d="M15,15
l5,0
l0,10
l-5,0"
/>
</svg>

After

Width:  |  Height:  |  Size: 429 B