[Android] UI : add missing Sleep 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:41 2015 +0200| [f2b3f471335d5ba168d7482dc8ad3b2f7b33df52] | committer: Thomas Guillem

UI : add missing Sleep icons

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

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

 assets/images/svg/ic_sleep_normal_o.svg            |   72 ++++++++++++++++++++
 assets/images/svg/ic_sleep_pressed.svg             |   72 ++++++++++++++++++++
 .../res/drawable-hdpi/ic_sleep_normal_o.png        |  Bin 0 -> 1491 bytes
 vlc-android/res/drawable-hdpi/ic_sleep_pressed.png |  Bin 0 -> 1555 bytes
 .../res/drawable-ldpi/ic_sleep_normal_o.png        |  Bin 0 -> 702 bytes
 vlc-android/res/drawable-ldpi/ic_sleep_pressed.png |  Bin 0 -> 770 bytes
 .../res/drawable-mdpi/ic_sleep_normal_o.png        |  Bin 0 -> 1059 bytes
 vlc-android/res/drawable-mdpi/ic_sleep_pressed.png |  Bin 0 -> 1102 bytes
 .../res/drawable-xhdpi/ic_sleep_normal_o.png       |  Bin 0 -> 1983 bytes
 .../res/drawable-xhdpi/ic_sleep_pressed.png        |  Bin 0 -> 2088 bytes
 10 files changed, 144 insertions(+)

diff --git a/assets/images/svg/ic_sleep_normal_o.svg b/assets/images/svg/ic_sleep_normal_o.svg
new file mode 100644
index 0000000..0a7fadc
--- /dev/null
+++ b/assets/images/svg/ic_sleep_normal_o.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_sleep_normal_o.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="22.4"
+     inkscape:cx="11.414383"
+     inkscape:cy="15.548271"
+     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
+       inkscape:connector-curvature="0"
+       id="path6721"
+       d="m 7.75,1029.8934 -4.09375,2.875 1.125,1.6563 4.09375,-2.875 -1.125,-1.6563 z m 8.5,0 -1.125,1.6563 4.09375,2.875 1.125,-1.6563 -4.09375,-2.875 z m -4.25,2.4688 c -4.41828,0 -8,3.5817 -8,8 0,4.4182 3.58172,8 8,8 4.41828,0 8,-3.5818 8,-8 0,-4.4183 -3.58172,-8 -8,-8 z m 0,2 c 3.31371,0 6,2.6862 6,6 0,3.3137 -2.68629,6 -6,6 -3.31371,0 -6,-2.6863 -6,-6 0,-3.3138 2.68629,-6 6,-6 z m -3,2 0,2 4,0 -4,4 0,2 6,0 0,-2 -4,0 4,-4 0,-2 -6,0 z"
+       style="color:#000000;fill:#ff8800;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.5;marker:none;visibility:visible;display:inline;overflow:visible;enable-background:accumulate" />
+  </g>
+</svg>
diff --git a/assets/images/svg/ic_sleep_pressed.svg b/assets/images/svg/ic_sleep_pressed.svg
new file mode 100644
index 0000000..c2fccdd
--- /dev/null
+++ b/assets/images/svg/ic_sleep_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_sleep_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="22.4"
+     inkscape:cx="11.414383"
+     inkscape:cy="15.548271"
+     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
+       inkscape:connector-curvature="0"
+       id="path6721"
+       d="m 7.75,1029.8934 -4.09375,2.875 1.125,1.6563 4.09375,-2.875 -1.125,-1.6563 z m 8.5,0 -1.125,1.6563 4.09375,2.875 1.125,-1.6563 -4.09375,-2.875 z m -4.25,2.4688 c -4.41828,0 -8,3.5817 -8,8 0,4.4182 3.58172,8 8,8 4.41828,0 8,-3.5818 8,-8 0,-4.4183 -3.58172,-8 -8,-8 z m 0,2 c 3.31371,0 6,2.6862 6,6 0,3.3137 -2.68629,6 -6,6 -3.31371,0 -6,-2.6863 -6,-6 0,-3.3138 2.68629,-6 6,-6 z m -3,2 0,2 4,0 -4,4 0,2 6,0 0,-2 -4,0 4,-4 0,-2 -6,0 z"
+       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" />
+  </g>
+</svg>
diff --git a/vlc-android/res/drawable-hdpi/ic_sleep_normal_o.png b/vlc-android/res/drawable-hdpi/ic_sleep_normal_o.png
new file mode 100644
index 0000000..b21694b
Binary files /dev/null and b/vlc-android/res/drawable-hdpi/ic_sleep_normal_o.png differ
diff --git a/vlc-android/res/drawable-hdpi/ic_sleep_pressed.png b/vlc-android/res/drawable-hdpi/ic_sleep_pressed.png
new file mode 100644
index 0000000..3446b15
Binary files /dev/null and b/vlc-android/res/drawable-hdpi/ic_sleep_pressed.png differ
diff --git a/vlc-android/res/drawable-ldpi/ic_sleep_normal_o.png b/vlc-android/res/drawable-ldpi/ic_sleep_normal_o.png
new file mode 100644
index 0000000..7d30ff7
Binary files /dev/null and b/vlc-android/res/drawable-ldpi/ic_sleep_normal_o.png differ
diff --git a/vlc-android/res/drawable-ldpi/ic_sleep_pressed.png b/vlc-android/res/drawable-ldpi/ic_sleep_pressed.png
new file mode 100644
index 0000000..563faeb
Binary files /dev/null and b/vlc-android/res/drawable-ldpi/ic_sleep_pressed.png differ
diff --git a/vlc-android/res/drawable-mdpi/ic_sleep_normal_o.png b/vlc-android/res/drawable-mdpi/ic_sleep_normal_o.png
new file mode 100644
index 0000000..6368f3f
Binary files /dev/null and b/vlc-android/res/drawable-mdpi/ic_sleep_normal_o.png differ
diff --git a/vlc-android/res/drawable-mdpi/ic_sleep_pressed.png b/vlc-android/res/drawable-mdpi/ic_sleep_pressed.png
new file mode 100644
index 0000000..737e982
Binary files /dev/null and b/vlc-android/res/drawable-mdpi/ic_sleep_pressed.png differ
diff --git a/vlc-android/res/drawable-xhdpi/ic_sleep_normal_o.png b/vlc-android/res/drawable-xhdpi/ic_sleep_normal_o.png
new file mode 100644
index 0000000..5059694
Binary files /dev/null and b/vlc-android/res/drawable-xhdpi/ic_sleep_normal_o.png differ
diff --git a/vlc-android/res/drawable-xhdpi/ic_sleep_pressed.png b/vlc-android/res/drawable-xhdpi/ic_sleep_pressed.png
new file mode 100644
index 0000000..187b5af
Binary files /dev/null and b/vlc-android/res/drawable-xhdpi/ic_sleep_pressed.png differ



More information about the Android mailing list