[Android] UI : add missing Equalizer icons

Alexandre Perraud git at videolan.org
Thu Jul 30 09:48:45 CEST 2015


vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Wed Jul 29 19:02:40 2015 +0200| [2cec972b7fdf0b81240a0ac6806452cf707674bb] | committer: Thomas Guillem

UI : add missing Equalizer icons

Signed-off-by: Thomas Guillem <thomas at gllm.fr>

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=2cec972b7fdf0b81240a0ac6806452cf707674bb
---

 assets/images/svg/ic_equalizer_pressed.svg         |   72 ++++++++++++++++++++
 .../res/drawable-hdpi/ic_equalizer_pressed.png     |  Bin 0 -> 255 bytes
 .../res/drawable-ldpi/ic_equalizer_pressed.png     |  Bin 0 -> 245 bytes
 .../res/drawable-mdpi/ic_equalizer_pressed.png     |  Bin 0 -> 219 bytes
 .../res/drawable-xhdpi/ic_equalizer_pressed.png    |  Bin 0 -> 311 bytes
 5 files changed, 72 insertions(+)

diff --git a/assets/images/svg/ic_equalizer_pressed.svg b/assets/images/svg/ic_equalizer_pressed.svg
new file mode 100644
index 0000000..66ea240
--- /dev/null
+++ b/assets/images/svg/ic_equalizer_pressed.svg
@@ -0,0 +1,72 @@
+<?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_equalizer_pressed.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="10.57638"
+     inkscape:cy="10.130341"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="960"
+     inkscape:window-height="1028"
+     inkscape:window-x="1920"
+     inkscape:window-y="24"
+     inkscape:window-maximized="0">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3002" />
+  </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)">
+    <g
+       id="g5269"
+       style="font-size:16px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Roboto;-inkscape-font-specification:Roboto"
+       transform="translate(-64,740.00002)" />
+    <path
+       style="color:#000000;fill:#ffb54c;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate"
+       d="M 5 4 L 5 15 L 4 15 L 4 17 L 5 17 L 5 20 L 7 20 L 7 17 L 8 17 L 8 15 L 7 15 L 7 4 L 5 4 z M 11 4 L 11 6 L 10 6 L 10 8 L 11 8 L 11 20 L 13 20 L 13 8 L 14 8 L 14 6 L 13 6 L 13 4 L 11 4 z M 17 4 L 17 12 L 16 12 L 16 14 L 17 14 L 17 20 L 19 20 L 19 14 L 20 14 L 20 12 L 19 12 L 19 4 L 17 4 z "
+       transform="translate(0,1028.3622)"
+       id="rect6729" />
+  </g>
+</svg>
diff --git a/vlc-android/res/drawable-hdpi/ic_equalizer_pressed.png b/vlc-android/res/drawable-hdpi/ic_equalizer_pressed.png
new file mode 100644
index 0000000..ce2507d
Binary files /dev/null and b/vlc-android/res/drawable-hdpi/ic_equalizer_pressed.png differ
diff --git a/vlc-android/res/drawable-ldpi/ic_equalizer_pressed.png b/vlc-android/res/drawable-ldpi/ic_equalizer_pressed.png
new file mode 100644
index 0000000..6c86aeb
Binary files /dev/null and b/vlc-android/res/drawable-ldpi/ic_equalizer_pressed.png differ
diff --git a/vlc-android/res/drawable-mdpi/ic_equalizer_pressed.png b/vlc-android/res/drawable-mdpi/ic_equalizer_pressed.png
new file mode 100644
index 0000000..8ba6f6d
Binary files /dev/null and b/vlc-android/res/drawable-mdpi/ic_equalizer_pressed.png differ
diff --git a/vlc-android/res/drawable-xhdpi/ic_equalizer_pressed.png b/vlc-android/res/drawable-xhdpi/ic_equalizer_pressed.png
new file mode 100644
index 0000000..ea879a1
Binary files /dev/null and b/vlc-android/res/drawable-xhdpi/ic_equalizer_pressed.png differ



More information about the Android mailing list