Browse Source

Rework the launcher icon so it is different to the eyes-free icon, using the eSpeak lips icon as the reference.

master
Reece H. Dunn 12 years ago
parent
commit
437a660cda

+ 27
- 0
android/icons/launcher.svg View File

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" version="1.1">

<g transform="translate(28,0)">
<g transform="translate(5,-880)"> <!-- width: 200 height: 175 -->
<path fill="#d40000" d="
m 78,1050
c -6, -3 -16,-12 -32,-33
C 23, 987 14,980 3,977 1,977 0,977 0,976
c 0, 0 5, -5 11,-11 6, -6 18,-19 27,-29 18,-21 35,-40 36,-40 0,0 2,3 4,6 5,9 10,15 15,15 7,0 16,-10 24,-26
l 3,-7 4,6
c 13,19 33,43 52,62
l 15,15 -5, 1
c -7, 2 -13,5 -21,12 -6,5 -13,12 -38,40 -17,20 -32,31 -40,31 -2,0 -5,-1 -7,-2
z
m 24,-49
c 7,-3 17,-13 25,-25 6,-9 12,-20 12,-21 0,0 -1,-1 -2,-1 -1,0 -7,-2 -13,-5 -12,-6 -20,-8 -26,-8
C 94,942 83,948 69,957 64,961 58,965 57,965
c -2,0 -3,1 -3,1 0,1 7,12 10,17 13,18 25,24 38,17
z
" />
</g>
</g>

<text x="15" y="230" font-size="64px" font-family="Droid Sans" font-weight="bold" fill="#ffffff">eSpeak</text>

</svg>

+ 6
- 0
android/mkicons.sh View File

#!/bin/bash

rsvg -w 24 -h 24 icons/launcher.svg res/drawable-ldpi/icon.png
rsvg -w 32 -h 32 icons/launcher.svg res/drawable-mdpi/icon.png
rsvg -w 48 -h 48 icons/launcher.svg res/drawable-hdpi/icon.png
rsvg -w 64 -h 64 icons/launcher.svg res/drawable-xhdpi/icon.png

BIN
android/res/drawable-hdpi/icon.png View File


BIN
android/res/drawable-ldpi/icon.png View File


BIN
android/res/drawable-mdpi/icon.png View File


BIN
android/res/drawable-xhdpi/icon.png View File


BIN
android/res/drawable/icon.png View File


Loading…
Cancel
Save