[Android] Add seen TV icon for video

Alexandre Perraud git at videolan.org
Wed Jul 12 11:54:54 CEST 2017


vlc-android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Tue Jul 11 18:10:01 2017 +0200| [28b920f47ba462ed3d7097845749693e73a2cebd] | committer: Alexandre Perraud

Add seen TV icon for video

> https://code.videolan.org/videolan/vlc-android/commit/28b920f47ba462ed3d7097845749693e73a2cebd
---

 assets/images/svg/ic_seen_tv_normal.svg            |  73 +++++++++++++++++++++
 .../res/drawable-hdpi/ic_seen_tv_normal.png        | Bin 0 -> 252 bytes
 .../res/drawable-ldpi/ic_seen_tv_normal.png        | Bin 0 -> 194 bytes
 .../res/drawable-mdpi/ic_seen_tv_normal.png        | Bin 0 -> 219 bytes
 .../res/drawable-xhdpi/ic_seen_tv_normal.png       | Bin 0 -> 279 bytes
 5 files changed, 73 insertions(+)

diff --git a/assets/images/svg/ic_seen_tv_normal.svg b/assets/images/svg/ic_seen_tv_normal.svg
new file mode 100644
index 000000000..2fae4da82
--- /dev/null
+++ b/assets/images/svg/ic_seen_tv_normal.svg
@@ -0,0 +1,73 @@
+<?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="8"
+   height="8"
+   id="svg4682"
+   version="1.1"
+   inkscape:version="0.92.1 r15371"
+   sodipodi:docname="ic_seen_tv_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="22.627417"
+     inkscape:cx="-9.6215267"
+     inkscape:cy="16.831068"
+     inkscape:document-units="px"
+     inkscape:current-layer="layer1"
+     showgrid="true"
+     inkscape:window-width="1920"
+     inkscape:window-height="1027"
+     inkscape:window-x="0"
+     inkscape:window-y="27"
+     inkscape:window-maximized="1">
+    <inkscape:grid
+       type="xygrid"
+       id="grid3846"
+       empspacing="4"
+       visible="true"
+       enabled="true"
+       snapvisiblegridlinesonly="true" />
+  </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 />
+      </cc:Work>
+    </rdf:RDF>
+  </metadata>
+  <g
+     inkscape:label="Layer 1"
+     inkscape:groupmode="layer"
+     id="layer1"
+     transform="translate(0,-1044.3622)">
+    <path
+       sodipodi:nodetypes="ccccccc"
+       inkscape:connector-curvature="0"
+       style="color:#000000;display:inline;overflow:visible;visibility:visible;fill:#fafafa;fill-opacity:1;fill-rule:nonzero;stroke:none;stroke-width:0.25;marker:none;enable-background:accumulate"
+       d="m 6.9755382,1048.3984 0.530405,0.5304 -2,2 -1.2790178,-1.279 0.53632,-0.5246 0.7427728,0.7427 z"
+       id="path8724" />
+  </g>
+</svg>
diff --git a/vlc-android/res/drawable-hdpi/ic_seen_tv_normal.png b/vlc-android/res/drawable-hdpi/ic_seen_tv_normal.png
new file mode 100644
index 000000000..341739cee
Binary files /dev/null and b/vlc-android/res/drawable-hdpi/ic_seen_tv_normal.png differ
diff --git a/vlc-android/res/drawable-ldpi/ic_seen_tv_normal.png b/vlc-android/res/drawable-ldpi/ic_seen_tv_normal.png
new file mode 100644
index 000000000..d5ea89ab0
Binary files /dev/null and b/vlc-android/res/drawable-ldpi/ic_seen_tv_normal.png differ
diff --git a/vlc-android/res/drawable-mdpi/ic_seen_tv_normal.png b/vlc-android/res/drawable-mdpi/ic_seen_tv_normal.png
new file mode 100644
index 000000000..ea3c03359
Binary files /dev/null and b/vlc-android/res/drawable-mdpi/ic_seen_tv_normal.png differ
diff --git a/vlc-android/res/drawable-xhdpi/ic_seen_tv_normal.png b/vlc-android/res/drawable-xhdpi/ic_seen_tv_normal.png
new file mode 100644
index 000000000..a827f7420
Binary files /dev/null and b/vlc-android/res/drawable-xhdpi/ic_seen_tv_normal.png differ



More information about the Android mailing list