[Android] New Android Auto history icon

Alexandre Perraud git at videolan.org
Wed Nov 16 16:15:19 CET 2016


vlc-android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Wed Nov 16 16:11:06 2016 +0100| [541a3129ab5eff3be9c616e34ec93e9e18cfc8cf] | committer: Alexandre Perraud

New Android Auto history icon

> https://code.videolan.org/videolan/vlc-android/commit/541a3129ab5eff3be9c616e34ec93e9e18cfc8cf
---

 assets/images/svg/ic_auto_history_normal.svg       |  81 +++++++++++++++++++++
 .../res/drawable-hdpi/ic_auto_history_normal.png   | Bin 0 -> 1246 bytes
 .../res/drawable-ldpi/ic_auto_history_normal.png   | Bin 0 -> 608 bytes
 .../res/drawable-mdpi/ic_auto_history_normal.png   | Bin 0 -> 876 bytes
 .../res/drawable-xhdpi/ic_auto_history_normal.png  | Bin 0 -> 1664 bytes
 5 files changed, 81 insertions(+)

diff --git a/assets/images/svg/ic_auto_history_normal.svg b/assets/images/svg/ic_auto_history_normal.svg
new file mode 100644
index 0000000..22794a2
--- /dev/null
+++ b/assets/images/svg/ic_auto_history_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_history_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="7.919596"
+     inkscape:cx="-6.7851873"
+     inkscape:cy="51.950994"
+     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
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#757575;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;enable-background:accumulate"
+       d="m 11.99995,1032.3622 c -4.41828,0 -8,3.5817 -8,8 l -2,0 3,3 3,-3 -2,0 c 0,-3.3137 2.68629,-6 6,-6 3.31371,0 6,2.6863 6,6 0,3.3137 -2.68629,6 -6,6 -1.64891,0 -3.13422,-0.7046 -4.21875,-1.7812 l -0.0312,0 -1.40625,1.4375 c 1.44771,1.4477 3.44711,2.3437 5.65625,2.3437 4.41828,0 8,-3.5817 8,-8 0,-4.4183 -3.58172,-8 -8,-8 z m -1,3.5 0,4.7813 0,0.125 0.0937,0.094 2.6875,2.6562 1.40625,-1.4062 -2.1875,-2.1563 0,-4.0937 -2,0 z"
+       id="path5029-3"
+       inkscape:connector-curvature="0" />
+  </g>
+</svg>
diff --git a/vlc-android/res/drawable-hdpi/ic_auto_history_normal.png b/vlc-android/res/drawable-hdpi/ic_auto_history_normal.png
new file mode 100644
index 0000000..c4c7b95
Binary files /dev/null and b/vlc-android/res/drawable-hdpi/ic_auto_history_normal.png differ
diff --git a/vlc-android/res/drawable-ldpi/ic_auto_history_normal.png b/vlc-android/res/drawable-ldpi/ic_auto_history_normal.png
new file mode 100644
index 0000000..6d5ce84
Binary files /dev/null and b/vlc-android/res/drawable-ldpi/ic_auto_history_normal.png differ
diff --git a/vlc-android/res/drawable-mdpi/ic_auto_history_normal.png b/vlc-android/res/drawable-mdpi/ic_auto_history_normal.png
new file mode 100644
index 0000000..92adccc
Binary files /dev/null and b/vlc-android/res/drawable-mdpi/ic_auto_history_normal.png differ
diff --git a/vlc-android/res/drawable-xhdpi/ic_auto_history_normal.png b/vlc-android/res/drawable-xhdpi/ic_auto_history_normal.png
new file mode 100644
index 0000000..3651525
Binary files /dev/null and b/vlc-android/res/drawable-xhdpi/ic_auto_history_normal.png differ



More information about the Android mailing list