[Android] Add missing svgs

Nicolas Pomepuy git at videolan.org
Tue Jun 30 14:06:25 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Jun 25 11:50:23 2020 +0200| [ebbc91574b21ca359b668f697dd59d70d1be2253] | committer: Nicolas Pomepuy

Add missing svgs

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

 application/resources/assets/images/svg/ic_pause_player.svg | 9 +++++++++
 application/resources/assets/images/svg/ic_play_player.svg  | 9 +++++++++
 2 files changed, 18 insertions(+)

diff --git a/application/resources/assets/images/svg/ic_pause_player.svg b/application/resources/assets/images/svg/ic_pause_player.svg
new file mode 100644
index 000000000..8424e2c51
--- /dev/null
+++ b/application/resources/assets/images/svg/ic_pause_player.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>ic_pause_player at 1x</title>
+    <g id="ic_pause_player" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g transform="translate(4.000000, 4.000000)" fill="#FFFFFF" fill-rule="nonzero">
+            <path d="M18.3333333,13.3333333 L18.3333333,26.6666667 L15,26.6666667 L15,13.3333333 L18.3333333,13.3333333 Z M25,13.3333333 L25,26.6666667 L21.6666667,26.6666667 L21.6666667,13.3333333 L25,13.3333333 Z M20,0 C8.96,0 0,8.96 0,20 C0,31.04 8.96,40 20,40 C31.04,40 40,31.04 40,20 C40,8.96 31.04,0 20,0 Z M20,37.5 C10.353125,37.5 2.5,29.646875 2.5,20 C2.5,10.353125 10.353125,2.5 20,2.5 C29.646875,2.5 37.5,10.353125 37.5,20 C37.5,29.646875 29.646875,37.5 20,37.5 Z"></path>
+        </g>
+    </g>
+</svg>
\ No newline at end of file
diff --git a/application/resources/assets/images/svg/ic_play_player.svg b/application/resources/assets/images/svg/ic_play_player.svg
new file mode 100644
index 000000000..8e8ef7c1e
--- /dev/null
+++ b/application/resources/assets/images/svg/ic_play_player.svg
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg width="48px" height="48px" viewBox="0 0 48 48" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
+    <title>ic_play_player at 1x</title>
+    <g id="ic_play_player" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
+        <g transform="translate(4.000000, 4.000000)" fill="#FFFFFF" fill-rule="nonzero">
+            <path d="M16,29 L28,20 L16,11 L16,29 Z M20,0 C8.96,0 0,8.96 0,20 C0,31.04 8.96,40 20,40 C31.04,40 40,31.04 40,20 C40,8.96 31.04,0 20,0 Z M20,37.5 C10.353125,37.5 2.5,29.646875 2.5,20 C2.5,10.353125 10.353125,2.5 20,2.5 C29.646875,2.5 37.5,10.353125 37.5,20 C37.5,29.646875 29.646875,37.5 20,37.5 Z"></path>
+        </g>
+    </g>
+</svg>
\ No newline at end of file



More information about the Android mailing list