[Android] Adjust play from start icon
Alexandre Perraud
git at videolan.org
Mon May 6 08:57:24 UTC 2024
vlc-android | branch: master | Alexandre Perraud <alexandre at videolan.org> | Mon Apr 22 17:22:45 2024 +0200| [579a3ab8e922b088b3ed2e7abd2b8dedfbed73e6] | committer: Nicolas Pomepuy
Adjust play from start icon
> https://code.videolan.org/videolan/vlc-android/commit/579a3ab8e922b088b3ed2e7abd2b8dedfbed73e6
---
application/resources/assets/images/svg/ic_play_from_start.svg | 8 ++++----
.../resources/src/main/res/drawable/ic_play_from_start.xml | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/application/resources/assets/images/svg/ic_play_from_start.svg b/application/resources/assets/images/svg/ic_play_from_start.svg
index e7142ae614..e3abd216ab 100644
--- a/application/resources/assets/images/svg/ic_play_from_start.svg
+++ b/application/resources/assets/images/svg/ic_play_from_start.svg
@@ -23,9 +23,9 @@
inkscape:pagecheckerboard="1"
inkscape:document-units="px"
showgrid="true"
- inkscape:zoom="22.627417"
- inkscape:cx="22.119184"
- inkscape:cy="27.68765"
+ inkscape:zoom="5.6568543"
+ inkscape:cx="83.526988"
+ inkscape:cy="29.079766"
inkscape:window-width="1920"
inkscape:window-height="1043"
inkscape:window-x="0"
@@ -60,7 +60,7 @@
<path
id="path27"
style="color:#000000;fill:#000000;fill-rule:evenodd;stroke-linecap:round;-inkscape-stroke:none"
- d="m 10,11 c -1.1045695,0 -2,0.895431 -2,2 v 22 c 0,1.104569 0.8954305,2 2,2 1.104569,0 2,-0.895431 2,-2 V 13 c 0,-1.104569 -0.895431,-2 -2,-2 z m 8.001953,0 c -0.345341,-3.45e-4 -0.690285,0.08929 -1,0.267578 C 16.382524,11.624318 16.00031,12.284901 16,13 v 22 c 0.0011,1.540107 1.690616,2.498316 3.001953,1.728516 l 19,-11 c 1.330745,-0.773845 1.330726,-2.693536 0,-3.460938 l -19,-10.998047 c -0.30924,-0.17891 -0.654659,-0.269186 -1,-0.269531 z M 20,16.46875 33.009766,23.998047 20,31.529297 Z"
+ d="m 14,11 c -1.104569,0 -2,0.895431 -2,2 v 22 c 0,1.104569 0.895431,2 2,2 1.104569,0 2,-0.895431 2,-2 V 13 c 0,-1.104569 -0.895431,-2 -2,-2 z m 8.001953,0 c -0.345341,-3.45e-4 -0.690285,0.08929 -1,0.267578 C 20.382524,11.624318 20.00031,12.284901 20,13 v 22 c 0.0011,1.540107 1.690616,2.498316 3.001953,1.728516 l 19,-11 c 1.330745,-0.773845 1.330726,-2.693536 0,-3.460938 l -19,-10.998047 c -0.30924,-0.17891 -0.654659,-0.269186 -1,-0.269531 z M 24,16.46875 37.009766,23.998047 24,31.529297 Z"
sodipodi:nodetypes="sssssssscccccccscccc" />
</g>
</svg>
diff --git a/application/resources/src/main/res/drawable/ic_play_from_start.xml b/application/resources/src/main/res/drawable/ic_play_from_start.xml
index 23ff05ee6f..d80ddec80c 100644
--- a/application/resources/src/main/res/drawable/ic_play_from_start.xml
+++ b/application/resources/src/main/res/drawable/ic_play_from_start.xml
@@ -4,7 +4,7 @@
android:viewportWidth="48"
android:viewportHeight="48">
<path
- android:pathData="m10,11c-1.105,0 -2,0.895 -2,2v22c0,1.105 0.895,2 2,2 1.105,0 2,-0.895 2,-2L12,13c0,-1.105 -0.895,-2 -2,-2zM18.002,11c-0.345,-0 -0.69,0.089 -1,0.268C16.383,11.624 16,12.285 16,13v22c0.001,1.54 1.691,2.498 3.002,1.729l19,-11c1.331,-0.774 1.331,-2.694 0,-3.461l-19,-10.998c-0.309,-0.179 -0.655,-0.269 -1,-0.27zM20,16.469 L33.01,23.998 20,31.529Z"
+ android:pathData="m14,11c-1.105,0 -2,0.895 -2,2v22c0,1.105 0.895,2 2,2 1.105,0 2,-0.895 2,-2L16,13c0,-1.105 -0.895,-2 -2,-2zM22.002,11c-0.345,-0 -0.69,0.089 -1,0.268C20.383,11.624 20,12.285 20,13v22c0.001,1.54 1.691,2.498 3.002,1.729l19,-11c1.331,-0.774 1.331,-2.694 0,-3.461l-19,-10.998c-0.309,-0.179 -0.655,-0.269 -1,-0.27zM24,16.469 L37.01,23.998 24,31.529Z"
android:fillColor="@color/white"
android:fillType="evenOdd"/>
</vector>
More information about the Android
mailing list