[Android] Add new video stats icoon

Alexandre Perraud git at videolan.org
Tue Nov 2 13:00:50 UTC 2021


vlc-android | branch: master | Alexandre Perraud <alexandre at videolan.org> | Mon Sep 20 16:41:00 2021 +0200| [eb6a22cd2e1e672ddc618c7d25606eb6d7d4c3b9] | committer: Nicolas Pomepuy

Add new video stats icoon

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

 .../src/main/res/drawable/ic_video_stats.xml       | 25 ++++++++++------------
 1 file changed, 11 insertions(+), 14 deletions(-)

diff --git a/application/resources/src/main/res/drawable/ic_video_stats.xml b/application/resources/src/main/res/drawable/ic_video_stats.xml
index 6a263d7e8..92b1c087d 100644
--- a/application/resources/src/main/res/drawable/ic_video_stats.xml
+++ b/application/resources/src/main/res/drawable/ic_video_stats.xml
@@ -1,16 +1,13 @@
+<!--From Google Fonts info_black_48dp.svg-->
+
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
-        android:width="36dp"
-        android:height="36dp"
-        android:viewportWidth="36"
-        android:viewportHeight="36">
-    <path
-            android:fillAlpha="1"
-            android:fillColor="#fafafa"
-            android:fillType="nonZero"
-            android:pathData="m18,6c-6.6274,0 -12,5.3726 -12,12 0,6.6275 5.3726,12 12,12 6.6274,0 12,-5.3725 12,-12 0,-6.6274 -5.3726,-12 -12,-12zM18,9c4.9706,0 9,4.0295 9,9 0,4.9706 -4.0294,9 -9,9 -4.9706,0 -9,-4.0294 -9,-9 0,-4.9705 4.0294,-9 9,-9zM16.5,12v3h3v-3zM16.5,16.5v7.5h3v-7.5z"
-            android:strokeWidth="15"
-            android:strokeAlpha="1"
-            android:strokeColor="#00000000"
-            android:strokeLineCap="round"
-            android:strokeLineJoin="round" />
+    xmlns:tools="http://schemas.android.com/tools"
+    android:width="48dp"
+    android:height="48dp"
+    android:viewportWidth="24"
+    android:viewportHeight="24">
+  <path
+      android:pathData="M11,7h2v2h-2zM11,11h2v6h-2zM12,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"
+      tools:fillColor="#ffffff"
+      android:fillColor="?attr/player_icon_color"/>
 </vector>



More information about the Android mailing list