[Android] Fix play pause animation stopped states

Nicolas Pomepuy git at videolan.org
Thu Jul 4 15:43:55 CEST 2019


vlc-android | branch: master | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Thu Jul  4 15:12:23 2019 +0200| [9171e9e37b9adab9bbc6a9578722c740dc5351f3] | committer: Geoffrey Métais

Fix play pause animation stopped states

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

 vlc-android/res/drawable/anim_pause_play.xml | 2 +-
 vlc-android/res/drawable/anim_play_pause.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlc-android/res/drawable/anim_pause_play.xml b/vlc-android/res/drawable/anim_pause_play.xml
index 5ed341995..7f7b41190 100644
--- a/vlc-android/res/drawable/anim_pause_play.xml
+++ b/vlc-android/res/drawable/anim_pause_play.xml
@@ -13,7 +13,7 @@
                 android:pivotY="18">
                 <path
                         android:name="path_1"
-                        android:pathData="M 6 12 C 6 12.795 6.316 13.559 6.879 14.121 C 7.441 14.684 8.205 15 9 15 L 27 15 C 27.795 15 28.559 14.684 29.121 14.121 C 29.684 13.559 30 12.795 30 12 C 30 11.205 29.684 10.441 29.121 9.879 C 28.559 9.316 27.795 9 27 9 L 9 9 C 8.205 9 7.441 9.316 6.879 9.879 C 6.316 10.441 6 11.205 6 12 M 6.879 21.879 C 6.316 22.441 6 23.205 6 24 C 6 24.795 6.316 25.559 6.879 26.121 C 7.441 26.684 8.205 27 9 27 L 27 27 C 27.795 27 28.559 26.684 29.121 26.121 C 29.684 25.559 30 24.795 30 24 C 30 23.205 29.684 22.441 29.121 21.879 C 28.559 21.316 27.795 21 27 21 L 9 21 C 8.205 21 7.441 21.316 6.879 21.879"
+                        android:pathData="M 8.326 3.883 C 7.581 3.928 7 4.545 7 5.291 C 7 9.527 7 13.764 7 18 L 29.313 18.467 C 29.841 18.478 30.368 18.489 30.896 18.5 C 31.126 17.896 30.939 17.162 30.314 16.787 C 29.881 16.527 29.448 16.267 29.015 16.007 C 23.259 12.554 17.504 9.101 11.749 5.648 L 9.137 4.08 C 8.893 3.934 8.61 3.866 8.326 3.883 C 8.326 3.883 8.326 3.883 8.326 3.883 M 7 18 C 7 21.162 7 24.324 7 27.486 C 7 28.559 7 29.632 7 30.705 C 6.999 31.803 8.195 32.482 9.137 31.918 L 12.189 30.086 C 17.734 26.759 23.278 23.432 28.822 20.104 C 29.319 19.806 29.817 19.507 30.314 19.209 C 30.937 18.835 31.125 18.104 30.898 17.5 C 30.017 17.518 29.135 17.537 28.254 17.555 L 26.309 17.596 C 19.873 17.731 13.436 17.865 7 18"
                         android:fillColor="?attr/player_icon_color"
                         android:strokeWidth="1"/>
             </group>
diff --git a/vlc-android/res/drawable/anim_play_pause.xml b/vlc-android/res/drawable/anim_play_pause.xml
index 01f2bd82c..c83dbaddb 100644
--- a/vlc-android/res/drawable/anim_play_pause.xml
+++ b/vlc-android/res/drawable/anim_play_pause.xml
@@ -13,7 +13,7 @@
                 android:pivotY="18">
                 <path
                         android:name="path_1"
-                        android:pathData="M 8.326 3.883 C 7.581 3.928 7 4.545 7 5.291 L 7 18 L 30.896 18.5 C 31.126 17.896 30.939 17.162 30.314 16.787 L 9.137 4.08 C 8.893 3.934 8.61 3.866 8.326 3.883 Z M 7 18 L 7 30.705 C 6.999 31.803 8.195 32.482 9.137 31.918 L 30.314 19.209 C 30.937 18.835 31.125 18.104 30.898 17.5 Z"
+                        android:pathData="M 24 30 C 23.205 30 22.441 29.684 21.879 29.121 C 21.316 28.559 21 27.795 21 27 L 21 9 C 21 8.205 21.316 7.441 21.879 6.879 C 22.441 6.316 23.205 6 24 6 C 24.795 6 25.559 6.316 26.121 6.879 C 26.684 7.441 27 8.205 27 9 L 27 27 C 27 27.795 26.684 28.559 26.121 29.121 C 25.559 29.684 24.795 30 24 30 M 12 30 C 11.205 30 10.441 29.684 9.879 29.121 C 9.316 28.559 9 27.795 9 27 L 9 9 C 9 8.205 9.316 7.441 9.879 6.879 C 10.441 6.316 11.205 6 12 6 C 12.795 6 13.559 6.316 14.121 6.879 C 14.684 7.441 15 8.205 15 9 L 15 27 C 15 27.795 14.684 28.559 14.121 29.121 C 13.559 29.684 12.795 30 12 30"
                         android:fillColor="?attr/player_icon_color"
                         android:strokeWidth="1"/>
             </group>



More information about the Android mailing list