[Android] Fix the about icon in the more screen

Nicolas Pomepuy git at videolan.org
Tue Apr 8 08:42:16 UTC 2025


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Apr  8 07:52:37 2025 +0200| [ef70cdb49f1e7801e86700aeba757d4c22741786] | committer: Nicolas Pomepuy

Fix the about icon in the more screen

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

 .../src/main/res/drawable/ic_more_about.xml        | 41 +++-------------------
 1 file changed, 5 insertions(+), 36 deletions(-)

diff --git a/application/resources/src/main/res/drawable/ic_more_about.xml b/application/resources/src/main/res/drawable/ic_more_about.xml
index 5f39a24818..65e10dfb51 100644
--- a/application/resources/src/main/res/drawable/ic_more_about.xml
+++ b/application/resources/src/main/res/drawable/ic_more_about.xml
@@ -1,40 +1,9 @@
-<!--
-  ~ *************************************************************************
-  ~  ic_more_about.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 android:height="32dp"
-        android:viewportHeight="24"
-        android:viewportWidth="24"
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
         android:width="32dp"
-        xmlns:android="http://schemas.android.com/apk/res/android">
+        android:height="32dp"
+        android:viewportWidth="24"
+        android:viewportHeight="24">
     <path
-            android:fillAlpha="1"
             android:fillColor="@color/standard_selection"
-            android:fillType="nonZero"
-            android:pathData="m12,4c-4.4183,0 -8,3.5817 -8,8 0,4.4183 3.5817,8 8,8 4.4183,0 8,-3.5817 8,-8 0,-4.4183 -3.5817,-8 -8,-8zM12,6c3.3137,0 6,2.6863 6,6 0,3.3137 -2.6863,6 -6,6 -3.3137,0 -6,-2.6863 -6,-6 0,-3.3137 2.6863,-6 6,-6zM11,8 L11,10 13,10 13,8zM11,11 L11,16 13,16 13,11z"
-            android:strokeAlpha="1"
-            android:strokeColor="#00000000"
-            android:strokeLineCap="round"
-            android:strokeLineJoin="round"
-            android:strokeWidth="10" />
+            android:pathData="M11,7h2v2h-2zM12,17c0.55,0 1,-0.45 1,-1v-4c0,-0.55 -0.45,-1 -1,-1s-1,0.45 -1,1v4c0,0.55 0.45,1 1,1zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8z" />
 </vector>



More information about the Android mailing list