[Android] Update display settings icon

Alexandre Perraud git at videolan.org
Fri Oct 6 10:20:34 UTC 2023


vlc-android | branch: master | Alexandre Perraud <alexandre at videolan.org> | Fri Jul 21 15:29:02 2023 +0200| [fd8c88679e078eb3b46cdcda7d08394d2bd25c1e] | committer: Alexandre Perraud

Update display settings icon

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

 .../main/res/drawable/ic_menu_display_settings.xml | 50 +++-------------------
 1 file changed, 7 insertions(+), 43 deletions(-)

diff --git a/application/resources/src/main/res/drawable/ic_menu_display_settings.xml b/application/resources/src/main/res/drawable/ic_menu_display_settings.xml
index 5d624aada5..8f725f9f94 100644
--- a/application/resources/src/main/res/drawable/ic_menu_display_settings.xml
+++ b/application/resources/src/main/res/drawable/ic_menu_display_settings.xml
@@ -1,45 +1,9 @@
-<!--
-  ~ *************************************************************************
-  ~  ic_menu_display_settings.xml
-  ~ **************************************************************************
-  ~ Copyright © 2022 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="24dp"
-        android:height="24dp"
-        android:viewportWidth="24"
-        android:viewportHeight="24">
-    <path
-            android:fillColor="?attr/colorControlNormal"
-            android:pathData="M20,3H4C2.89,3 2,3.89 2,5v12c0,1.1 0.89,2 2,2h4v2h8v-2h4c1.1,0 2,-0.9 2,-2V5C22,3.89 21.1,3 20,3zM20,17H4V5h16V17z" />
-    <path
-            android:fillColor="?attr/colorControlNormal"
-            android:pathData="M6,8.25h8v1.5h-8z" />
-    <path
-            android:fillColor="?attr/colorControlNormal"
-            android:pathData="M16.5,9.75l1.5,0l0,-1.5l-1.5,0l0,-1.25l-1.5,0l0,4l1.5,0z" />
-    <path
-            android:fillColor="?attr/colorControlNormal"
-            android:pathData="M10,12.25h8v1.5h-8z" />
-    <path
-            android:fillColor="?attr/colorControlNormal"
-            android:pathData="M7.5,15l1.5,0l0,-4l-1.5,0l0,1.25l-1.5,0l0,1.5l1.5,0z" />
+    android:width="48dp"
+    android:height="48dp"
+    android:viewportWidth="48"
+    android:viewportHeight="48">
+  <path
+      android:pathData="M8,6C5.8,6 4,7.8 4,10L4,34C4,36.2 5.78,38 8,38L16,38L16,40C16,41.1 16.9,42 18,42L30,42C31.1,42 32,41.1 32,40L32,38L40,38C42.2,38 44,36.2 44,34L44,10C44,7.78 42.2,6 40,6L8,6zM8,10L40,10L40,34L8,34L8,10zM30,14L30,22L33,22L33,19.5L36,19.5L36,16.5L33,16.5L33,14L30,14zM12,16.5L12,19.5L28,19.5L28,16.5L12,16.5zM15,22L15,24.5L12,24.5L12,27.5L15,27.5L15,30L18,30L18,22L15,22zM20,24.5L20,27.5L36,27.5L36,24.5L20,24.5z"
+      android:fillColor="?attr/colorControlNormal"/>
 </vector>



More information about the Android mailing list