[Android] New Android Auto audio icon
Alexandre Perraud
git at videolan.org
Wed Nov 16 16:15:16 CET 2016
vlc-android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Wed Nov 16 16:06:50 2016 +0100| [1726a7d6b534c8217ab5cd4c68df42b4b1734b29] | committer: Alexandre Perraud
New Android Auto audio icon
> https://code.videolan.org/videolan/vlc-android/commit/1726a7d6b534c8217ab5cd4c68df42b4b1734b29
---
assets/images/svg/ic_auto_audio_normal.svg | 81 +++++++++++++++++++++
.../res/drawable-hdpi/ic_auto_audio_normal.png | Bin 0 -> 709 bytes
.../res/drawable-ldpi/ic_auto_audio_normal.png | Bin 0 -> 419 bytes
.../res/drawable-mdpi/ic_auto_audio_normal.png | Bin 0 -> 500 bytes
.../res/drawable-xhdpi/ic_auto_audio_normal.png | Bin 0 -> 745 bytes
5 files changed, 81 insertions(+)
diff --git a/assets/images/svg/ic_auto_audio_normal.svg b/assets/images/svg/ic_auto_audio_normal.svg
new file mode 100644
index 0000000..e76bd01
--- /dev/null
+++ b/assets/images/svg/ic_auto_audio_normal.svg
@@ -0,0 +1,81 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<!-- Created with Inkscape (http://www.inkscape.org/) -->
+
+<svg
+ xmlns:dc="http://purl.org/dc/elements/1.1/"
+ xmlns:cc="http://creativecommons.org/ns#"
+ xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
+ xmlns:svg="http://www.w3.org/2000/svg"
+ xmlns="http://www.w3.org/2000/svg"
+ xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
+ xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
+ width="24"
+ height="24"
+ id="svg4682"
+ version="1.1"
+ inkscape:version="0.91 r13725"
+ sodipodi:docname="ic_auto_audio_normal.svg"
+ inkscape:export-filename="/home/corbax/Dev/android/Icons/Test 1/ic_play_normal.png"
+ inkscape:export-xdpi="90"
+ inkscape:export-ydpi="90">
+ <defs
+ id="defs4684" />
+ <sodipodi:namedview
+ id="base"
+ pagecolor="#ffffff"
+ bordercolor="#666666"
+ borderopacity="1.0"
+ inkscape:pageopacity="0.0"
+ inkscape:pageshadow="2"
+ inkscape:zoom="15.839192"
+ inkscape:cx="-11.124304"
+ inkscape:cy="16.457278"
+ inkscape:document-units="px"
+ inkscape:current-layer="layer1"
+ showgrid="true"
+ inkscape:window-width="1920"
+ inkscape:window-height="1056"
+ inkscape:window-x="0"
+ inkscape:window-y="24"
+ inkscape:window-maximized="1"
+ inkscape:snap-global="true"
+ inkscape:snap-bbox="true"
+ inkscape:bbox-paths="true"
+ inkscape:bbox-nodes="true"
+ inkscape:snap-bbox-edge-midpoints="true"
+ inkscape:snap-bbox-midpoints="true"
+ inkscape:snap-nodes="true"
+ inkscape:object-paths="true"
+ inkscape:object-nodes="true"
+ inkscape:snap-smooth-nodes="true"
+ inkscape:snap-midpoints="true"
+ inkscape:snap-object-midpoints="true"
+ inkscape:snap-center="true">
+ <inkscape:grid
+ type="xygrid"
+ id="grid2983" />
+ </sodipodi:namedview>
+ <metadata
+ id="metadata4687">
+ <rdf:RDF>
+ <cc:Work
+ rdf:about="">
+ <dc:format>image/svg+xml</dc:format>
+ <dc:type
+ rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
+ <dc:title></dc:title>
+ </cc:Work>
+ </rdf:RDF>
+ </metadata>
+ <g
+ inkscape:label="Layer 1"
+ inkscape:groupmode="layer"
+ id="layer1"
+ transform="translate(0,-1028.3622)">
+ <path
+ inkscape:connector-curvature="0"
+ style="color:#000000;display:inline;overflow:visible;visibility:visible;opacity:1;fill:#757575;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:1.77165353;stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4;stroke-dasharray:none;stroke-dashoffset:0;stroke-opacity:1;marker:none;enable-background:accumulate"
+ d="m 17.75,1032.3622 c -2.87091,1.2764 -5.54431,2.4639 -8.25781,3.6699 -0.74268,0.3301 -0.74219,1.3301 -0.74219,1.3301 l 0,6.5156 a 2.25,2.25 0 0 0 -0.25,-0.016 2.25,2.25 0 0 0 -2.25,2.25 2.25,2.25 0 0 0 2.25,2.25 2.25,2.25 0 0 0 2.25,-2.25 l 0,-7.75 5,-2 0,5.7656 a 2.25,2.25 0 0 0 -0.25,-0.016 2.25,2.25 0 0 0 -2.25,2.25 2.25,2.25 0 0 0 2.25,2.25 2.25,2.25 0 0 0 2.25,-2.25 l 0,-12 z"
+ id="path7165" />
+ </g>
+</svg>
diff --git a/vlc-android/res/drawable-hdpi/ic_auto_audio_normal.png b/vlc-android/res/drawable-hdpi/ic_auto_audio_normal.png
new file mode 100644
index 0000000..3c7845c
Binary files /dev/null and b/vlc-android/res/drawable-hdpi/ic_auto_audio_normal.png differ
diff --git a/vlc-android/res/drawable-ldpi/ic_auto_audio_normal.png b/vlc-android/res/drawable-ldpi/ic_auto_audio_normal.png
new file mode 100644
index 0000000..fa985d1
Binary files /dev/null and b/vlc-android/res/drawable-ldpi/ic_auto_audio_normal.png differ
diff --git a/vlc-android/res/drawable-mdpi/ic_auto_audio_normal.png b/vlc-android/res/drawable-mdpi/ic_auto_audio_normal.png
new file mode 100644
index 0000000..a69c752
Binary files /dev/null and b/vlc-android/res/drawable-mdpi/ic_auto_audio_normal.png differ
diff --git a/vlc-android/res/drawable-xhdpi/ic_auto_audio_normal.png b/vlc-android/res/drawable-xhdpi/ic_auto_audio_normal.png
new file mode 100644
index 0000000..6f3f626
Binary files /dev/null and b/vlc-android/res/drawable-xhdpi/ic_auto_audio_normal.png differ
More information about the Android
mailing list