[Android] Use the default audio icon for the auto play all

Nicolas Pomepuy git at videolan.org
Wed Feb 14 10:37:43 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Feb 12 11:18:33 2024 +0100| [9fde17f767797ef867af99f0eba39d119fa4e1c6] | committer: Nicolas Pomepuy

Use the default audio icon for the auto play all

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

 .../src/main/res/drawable/ic_auto_playall.xml      | 35 ++++------------------
 1 file changed, 6 insertions(+), 29 deletions(-)

diff --git a/application/resources/src/main/res/drawable/ic_auto_playall.xml b/application/resources/src/main/res/drawable/ic_auto_playall.xml
index 7e6f3842e9..9b764bb30f 100644
--- a/application/resources/src/main/res/drawable/ic_auto_playall.xml
+++ b/application/resources/src/main/res/drawable/ic_auto_playall.xml
@@ -1,34 +1,11 @@
-<!--
-  ~ *************************************************************************
-  ~  ic_auto_playall.xml
-  ~ **************************************************************************
-  ~ Copyright © 2020 VLC authors and VideoLAN
-  ~ Author: Nicolas POMEPUY
-  ~ This program is free software; you can redistribute it and/or modify
-  ~ it under the terms of the GNU General Public License as published by
-  ~ the Free Software Foundation; either version 2 of the License, or
-  ~ (at your option) any later version.
-  ~
-  ~ This program is distributed in the hope that it will be useful,
-  ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
-  ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-  ~ GNU General Public License for more details.
-  ~
-  ~ You should have received a copy of the GNU General Public License
-  ~ along with this program; if not, write to the Free Software
-  ~ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
-  ~ ***************************************************************************
-  ~
-  ~
-  -->
-
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
     android:width="48dp"
     android:height="48dp"
-    android:viewportWidth="48"
-    android:viewportHeight="48">
+    android:viewportWidth="96"
+    android:viewportHeight="96">
   <path
-      android:pathData="M4,0C1.7909,0 0,1.7909 0,4L0,44C0,46.2091 1.7909,48 4,48L44,48C46.2091,48 48,46.2091 48,44L48,4C48,1.7909 46.2091,0 44,0L4,0zM13.5508,8C13.8022,8.0088 14.0473,8.0807 14.2637,8.209L38.7637,22.709C39.7452,23.2898 39.7452,24.7102 38.7637,25.291L14.2637,39.7891C13.2638,40.3802 12.0002,39.6596 12,38.498L12,9.5C11.9996,8.6514 12.7026,7.9714 13.5508,8z"
-      android:strokeWidth="2"
-      android:fillColor="#ffffff"/>
+      android:pathData="M58,12A8,8 0,0 0,50 20L50,24L50,55.537C47.256,53.328 43.776,52 40,52C31.199,52 24,59.199 24,68C24,76.801 31.199,84 40,84C48.801,84 56,76.801 56,68L56,24L64,24A8,8 0,0 0,72 16L72,12L58,12zM40,58C45.558,58 50,62.442 50,68C50,73.558 45.558,78 40,78C34.442,78 30,73.558 30,68C30,62.442 34.442,58 40,58z"
+      android:fillColor="#ffffff"
+      android:strokeLineCap="round"/>
+
 </vector>



More information about the Android mailing list