[Android] Fix video player animation default states

Nicolas Pomepuy git at videolan.org
Tue Jul 7 13:16:03 CEST 2020


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Jul  6 09:00:10 2020 +0200| [a40c9f9c49405dfd522a0af0cae04d32a53175b2] | committer: Nicolas Pomepuy

Fix video player animation default states

Fixes #1399

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

 application/resources/src/main/res/drawable/anim_pause_play_video.xml | 2 +-
 application/resources/src/main/res/drawable/anim_play_pause_video.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/application/resources/src/main/res/drawable/anim_pause_play_video.xml b/application/resources/src/main/res/drawable/anim_pause_play_video.xml
index a36f4e320..c70bf1a3e 100644
--- a/application/resources/src/main/res/drawable/anim_pause_play_video.xml
+++ b/application/resources/src/main/res/drawable/anim_pause_play_video.xml
@@ -18,7 +18,7 @@
                     android:pivotY="24">
                 <path
                         android:name="path"
-                        android:pathData="M 30.667 22.333 L 17.333 22.333 L 17.333 19 L 30.667 19 L 30.667 22.333 M 17.333 29 L 17.333 25.667 L 30.667 25.667 L 30.667 29 L 17.333 29 M 32 24 L 32 24 L 32 24"
+                        android:pathData="M 32 24 L 20 24.074 L 20 15 L 32 24 L 32 24 M 20 33 L 20 24.074 L 32 24 L 31.783 24.162 L 20 33 M 32 24 L 32 24 L 32 24"
                         android:fillColor="?attr/player_icon_color"
                         android:strokeWidth="1" />
             </group>
diff --git a/application/resources/src/main/res/drawable/anim_play_pause_video.xml b/application/resources/src/main/res/drawable/anim_play_pause_video.xml
index 22c0d4953..33dc312b3 100644
--- a/application/resources/src/main/res/drawable/anim_play_pause_video.xml
+++ b/application/resources/src/main/res/drawable/anim_play_pause_video.xml
@@ -18,7 +18,7 @@
                     android:pivotY="24">
                 <path
                         android:name="path"
-                        android:pathData="M 20 33 L 32 24 L 20 15 Z"
+                        android:pathData="M 30.667 22.333 L 17.333 22.333 L 17.333 19 L 30.667 19 L 30.667 22.333 M 17.333 29 L 17.333 25.667 L 30.667 25.667 L 30.667 29 L 17.333 29 M 32 24 L 32 24 L 32 24"
                         android:fillColor="?attr/player_icon_color"
                         android:strokeWidth="1" />
             </group>



More information about the Android mailing list