Skip to content
Snippets Groups Projects
Commit 45a4fb7a authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Icon license integration

parent f96874e4
No related branches found
No related tags found
1 merge request!551svg cleaning
Showing
with 736 additions and 41 deletions
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="36dp"
android:height="36dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:fillAlpha="1"
android:fillColor="?attr/player_icon_color"
android:fillType="nonZero"
android:pathData="m5.25,9.75a2.25,2.25 0,0 0,-2.25 2.25,2.25 2.25,0 0,0 2.25,2.25 2.25,2.25 0,0 0,2.25 -2.25,2.25 2.25,0 0,0 -2.25,-2.25zM12,9.75a2.25,2.25 0,0 0,-2.25 2.25,2.25 2.25,0 0,0 2.25,2.25 2.25,2.25 0,0 0,2.25 -2.25,2.25 2.25,0 0,0 -2.25,-2.25zM18.75,9.75a2.25,2.25 0,0 0,-2.25 2.25,2.25 2.25,0 0,0 2.25,2.25 2.25,2.25 0,0 0,2.25 -2.25,2.25 2.25,0 0,0 -2.25,-2.25z"
android:strokeWidth="1.125"
android:strokeAlpha="1"
android:strokeColor="#00000000"
android:strokeLineCap="round"
android:strokeLineJoin="round" />
</vector>
<!--
~ *************************************************************************
~ ic_arrow_back.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="24dp"
android:height="24dp"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:pathData="m23.8574,9.0003c-0.5405,-0.0078 -1.0612,0.2036 -1.4433,0.5859L8,24.0003c4.8047,4.8046 9.6094,9.6094 14.4141,14.4141 0.781,0.7808 2.0471,0.7808 2.8281,0 0.368,-0.3678 0.5782,-0.8645 0.5859,-1.3848 0.01,-0.5405 -0.2036,-1.0612 -0.5859,-1.4434l-9.586,-9.5859H40v-4H15.6562l9.586,-9.5859c0.7808,-0.781 0.7808,-2.0471 0,-2.8281C24.8744,9.2182 24.3776,9.008 23.8574,9.0003Z"
android:strokeAlpha="1"
android:strokeLineJoin="bevel"
android:strokeWidth="2"
android:fillColor="@color/orange500"
android:strokeColor="#00000000"
android:fillAlpha="1"
android:strokeLineCap="round" />
</vector>
<!--
~ *************************************************************************
~ ic_backspace.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">
<path
android:pathData="m37,36c1.662,0 3,-1.338 3,-3L40,15c0,-1.662 -1.338,-3 -3,-3L18,12 17.6035,12c-0.9988,0.0001 -1.931,0.4979 -2.4883,1.3262L8,24 15.1152,34.6738C15.6725,35.5021 16.6047,35.9999 17.6035,36L18,36ZM22,17 L27,22 32,17 34,19 29,24 34,29 32,31 27,26 22,31 20,29 25,24 20,19z"
android:strokeAlpha="1"
android:strokeLineJoin="miter"
android:strokeWidth="1"
android:fillColor="@color/standard_selection_control_normal"
android:strokeColor="#00000000"
android:fillType="evenOdd"
android:fillAlpha="1"
android:strokeLineCap="butt" />
</vector>
<?xml version="1.0" encoding="UTF-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item android:drawable="@drawable/ic_backspace_pressed" android:state_focused="true" android:state_pressed="true" />
<item android:drawable="@drawable/ic_backspace_pressed" android:state_focused="true" />
<item android:drawable="@drawable/ic_backspace_pressed" android:state_pressed="true" />
<item android:drawable="@drawable/ic_backspace" />
</selector>
\ No newline at end of file
<!--
~ *************************************************************************
~ ic_duration.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="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:pathData="M24,8C15.1634,8 8,15.1634 8,24C8,32.8366 15.1634,40 24,40C32.8366,40 40,32.8366 40,24C40,15.1634 32.8366,8 24,8zM24,12C30.6274,12 36,17.3726 36,24C36,30.6274 30.6274,36 24,36C17.3726,36 12,30.6274 12,24C12,17.3726 17.3726,12 24,12zM24,16C23.169,16 22.5,16.669 22.5,17.5L22.5,25C22.5,25.4255 22.6762,25.8076 22.959,26.0801L26.8281,29.9492C27.4157,30.5368 28.3616,30.5368 28.9492,29.9492C29.5368,29.3616 29.5368,28.4157 28.9492,27.8281L25.5,24.3789L25.5,17.5C25.5,16.669 24.831,16 24,16z"
android:strokeAlpha="1"
android:strokeLineJoin="round"
android:strokeWidth="6.09600544"
android:fillColor="?attr/font_audio_light"
android:pathData="M11.99,2C6.47,2 2,6.48 2,12s4.47,10 9.99,10C17.52,22 22,17.52 22,12S17.52,2 11.99,2zM12,20c-4.42,0 -8,-3.58 -8,-8s3.58,-8 8,-8 8,3.58 8,8 -3.58,8 -8,8zM12.5,7H11v6l5.25,3.15 0.75,-1.23 -4.5,-2.67z"/>
android:strokeColor="#00000000"
android:fillAlpha="1"
android:strokeLineCap="round" />
</vector>
<!--
~ *************************************************************************
~ ic_people_big.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="96dp"
android:height="96dp"
android:viewportWidth="96"
android:viewportHeight="96">
<path
android:pathData="M48,0A48,48 0,0 0,0 48,48 48,0 0,0 48,96 48,48 0,0 0,96 48,48 48,0 0,0 48,0ZM48,16c8.8366,0 16,7.1634 16,16 0,8.8365 -7.1634,16 -16,16 -8.8366,0 -16,-7.1635 -16,-16 0,-8.8366 7.1634,-16 16,-16zM48,56c13.4095,-0.008 26.8106,4.9427 27.918,14.6875A36,36 0,0 1,48 84,36 36,0 0,1 20.082,70.6992C21.1837,60.9786 34.5873,56.0077 48,56Z"
android:strokeAlpha="1"
android:strokeLineJoin="bevel"
android:strokeWidth="2"
android:fillColor="#000000"
android:strokeColor="#00000000"
android:fillAlpha="1"
android:strokeLineCap="round" />
</vector>
<!--
~ *************************************************************************
~ ic_player_more_h.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="36dp"
android:height="36dp"
android:viewportWidth="36"
android:viewportHeight="36">
<path
android:pathData="m9,15a3,3 0,0 0,-3 3,3 3,0 0,0 3,3 3,3 0,0 0,3 -3,3 3,0 0,0 -3,-3zM18,15a3,3 0,0 0,-3 3,3 3,0 0,0 3,3 3,3 0,0 0,3 -3,3 3,0 0,0 -3,-3zM27,15a3,3 0,0 0,-3 3,3 3,0 0,0 3,3 3,3 0,0 0,3 -3,3 3,0 0,0 -3,-3z"
android:strokeAlpha="1"
android:strokeLineJoin="round"
android:strokeWidth="1.5"
android:fillColor="?attr/player_icon_color"
android:strokeColor="#00000000"
android:fillType="nonZero"
android:fillAlpha="1"
android:strokeLineCap="round" />
</vector>
<!--
~ *************************************************************************
~ ic_account_circle_black_24dp.xml
~ ic_send.xml
~ **************************************************************************
~ Copyright © 2019 VLC authors and VideoLAN
~ 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
......@@ -23,11 +23,17 @@
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="90dp"
android:height="90dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:fillColor="@color/grey400"
android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,5c1.66,0 3,1.34 3,3s-1.34,3 -3,3 -3,-1.34 -3,-3 1.34,-3 3,-3zM12,19.2c-2.5,0 -4.71,-1.28 -6,-3.22 0.03,-1.99 4,-3.08 6,-3.08 1.99,0 5.97,1.09 6,3.08 -1.29,1.94 -3.5,3.22 -6,3.22z" />
android:pathData="m8,9 l34,15L8,39V27l24,-3 -24,-3z"
android:strokeAlpha="1"
android:strokeLineJoin="miter"
android:strokeWidth="1"
android:fillColor="@color/standard_selection_orange500"
android:strokeColor="#00000000"
android:fillType="evenOdd"
android:strokeLineCap="butt" />
</vector>
<!--
~ *************************************************************************
~ ic_storage.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="24dp"
android:height="24dp"
android:viewportWidth="24.0"
android:viewportHeight="24.0">
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:fillColor="?attr/font_audio_light"
android:pathData="M2,20h20v-4L2,16v4zM4,17h2v2L4,19v-2zM2,4v4h20L22,4L2,4zM6,7L4,7L4,5h2v2zM2,14h20v-4L2,10v4zM4,11h2v2L4,13v-2z"/>
android:pathData="M8,8C6.892,8 6,8.892 6,10v4c0,1.108 0.892,2 2,2h32c1.108,0 2,-0.892 2,-2L42,10C42,8.892 41.108,8 40,8ZM10,10h4v4L10,14ZM8,20c-1.108,0 -2,0.892 -2,2v4c0,1.108 0.892,2 2,2h32c1.108,0 2,-0.892 2,-2v-4c0,-1.108 -0.892,-2 -2,-2zM10,22h4v4L10,26ZM8,32c-1.108,0 -2,0.892 -2,2v4c0,1.108 0.892,2 2,2h32c1.108,0 2,-0.892 2,-2v-4c0,-1.108 -0.892,-2 -2,-2zM10,34h4v4h-4z"
android:strokeAlpha="1"
android:strokeLineJoin="round"
android:strokeWidth="6"
android:fillColor="#000000"
android:strokeColor="#00000000"
android:fillAlpha="1"
android:strokeLineCap="round" />
</vector>
<!--
~ *************************************************************************
~ ic_theme.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">
<path
android:pathData="m24,8a16,16 0,0 0,-16 16,16 16,0 0,0 16,16 3,3 0,0 0,3 -3,3 3,0 0,0 -3,-3 3,3 0,0 1,-3 -3,3 3,0 0,1 3,-3h12c0,0 4,0 4,-4a16,16 0,0 0,-16 -16zM19.6641,11.9395a3,3 0,0 1,2.8281 1.7304,3 3,0 0,1 -1.4512,3.9864 3,3 0,0 1,-3.9863 -1.4512,3 3,0 0,1 1.4512,-3.9863 3,3 0,0 1,1.1582 -0.2793zM28.123,11.9395a3,3 0,0 1,1.3711 0.2793,3 3,0 0,1 1.4512,3.9863 3,3 0,0 1,-3.9863 1.4512,3 3,0 0,1 -1.4512,-3.9864 3,3 0,0 1,2.6152 -1.7304zM14.3145,18.4121a3,3 0,0 1,0.8027 0.1016,3 3,0 0,1 2.1211,3.6738 3,3 0,0 1,-3.6738 2.1211,3 3,0 0,1 -2.1211,-3.6738 3,3 0,0 1,2.8711 -2.2227zM33.7734,18.4121a3,3 0,0 1,2.7832 2.2207,3 3,0 0,1 -2.1211,3.6738 3,3 0,0 1,-3.6738 -2.1211,3 3,0 0,1 2.1211,-3.6738 3,3 0,0 1,0.8906 -0.1z"
android:strokeAlpha="1"
android:strokeLineJoin="round"
android:strokeWidth="6"
android:fillColor="@color/white"
android:strokeColor="#00000000"
android:fillAlpha="1"
android:strokeLineCap="round" />
</vector>
<!--
~ *************************************************************************
~ ic_theme_dark.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="100dp"
android:height="160dp"
android:viewportWidth="26.458332"
android:viewportHeight="42.333332">
<path
android:pathData="m1.5783,0c-0.7829,0 -1.4312,0.5665 -1.5783,1.3229L26.4583,1.3229c-0.1471,-0.7564 -0.7959,-1.3229 -1.5789,-1.3229z"
android:strokeWidth="0.07055799"
android:fillColor="#222222"
android:fillAlpha="1" />
<path
android:pathData="M0.0264,1.323C0.01,1.4127 0,1.5047 0,1.5991v2.8702c0.0981,0.0181 0.1991,0.0286 0.3028,0.0286L26.4583,4.4979v-2.8988c0,-0.0944 -0.01,-0.1864 -0.0264,-0.2761z"
android:strokeWidth="0.06861404"
android:fillColor="#2a2a2a"
android:fillAlpha="1" />
<path
android:pathData="m1.5425,0.0029c-0.0563,0.002 -0.1118,0.007 -0.1664,0.015 0.0549,-0.007 0.1098,-0.0137 0.1664,-0.015zM0,4.4693v36.2572c0,0.8899 0.7167,1.6066 1.6066,1.6066h23.2451c0.8899,0 1.6066,-0.7167 1.6066,-1.6066L26.4583,4.4977L0.3028,4.4977c-0.1037,0 -0.2047,-0.0103 -0.3028,-0.0284z"
android:strokeWidth="0.06954572"
android:fillColor="#313131"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,6.6146L4.3249,6.6146A0.9667,0.9667 0,0 1,5.2917 7.5813L5.2917,9.6166A0.9667,0.9667 0,0 1,4.3249 10.5833L2.2896,10.5833A0.9667,0.9667 0,0 1,1.3229 9.6166L1.3229,7.5813A0.9667,0.9667 0,0 1,2.2896 6.6146z"
android:strokeWidth="0.28493589"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,9.2604L21.9604,9.2604A0.5292,0.5292 0,0 1,22.4896 9.7896L22.4896,9.7895A0.5292,0.5292 0,0 1,21.9604 10.3187L7.1437,10.3187A0.5292,0.5292 0,0 1,6.6146 9.7895L6.6146,9.7896A0.5292,0.5292 0,0 1,7.1437 9.2604z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,7.1437L21.9604,7.1437A0.5292,0.5292 0,0 1,22.4896 7.6729L22.4896,7.6729A0.5292,0.5292 0,0 1,21.9604 8.202L7.1437,8.202A0.5292,0.5292 0,0 1,6.6146 7.6729L6.6146,7.6729A0.5292,0.5292 0,0 1,7.1437 7.1437z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,13.2292L4.3249,13.2292A0.9667,0.9667 0,0 1,5.2917 14.1959L5.2917,16.2312A0.9667,0.9667 0,0 1,4.3249 17.1979L2.2896,17.1979A0.9667,0.9667 0,0 1,1.3229 16.2312L1.3229,14.1959A0.9667,0.9667 0,0 1,2.2896 13.2292z"
android:strokeWidth="0.28493589"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,15.875L21.9604,15.875A0.5292,0.5292 0,0 1,22.4896 16.4042L22.4896,16.4041A0.5292,0.5292 0,0 1,21.9604 16.9333L7.1437,16.9333A0.5292,0.5292 0,0 1,6.6146 16.4041L6.6146,16.4042A0.5292,0.5292 0,0 1,7.1437 15.875z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,13.7583L21.9604,13.7583A0.5292,0.5292 0,0 1,22.4896 14.2875L22.4896,14.2875A0.5292,0.5292 0,0 1,21.9604 14.8166L7.1437,14.8166A0.5292,0.5292 0,0 1,6.6146 14.2875L6.6146,14.2875A0.5292,0.5292 0,0 1,7.1437 13.7583z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,19.8437L4.3249,19.8437A0.9667,0.9667 0,0 1,5.2917 20.8105L5.2917,22.8457A0.9667,0.9667 0,0 1,4.3249 23.8125L2.2896,23.8125A0.9667,0.9667 0,0 1,1.3229 22.8457L1.3229,20.8105A0.9667,0.9667 0,0 1,2.2896 19.8437z"
android:strokeWidth="0.28493589"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,22.4895L21.9604,22.4895A0.5292,0.5292 0,0 1,22.4896 23.0187L22.4896,23.0187A0.5292,0.5292 0,0 1,21.9604 23.5479L7.1437,23.5479A0.5292,0.5292 0,0 1,6.6146 23.0187L6.6146,23.0187A0.5292,0.5292 0,0 1,7.1437 22.4895z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,20.3729L21.9604,20.3729A0.5292,0.5292 0,0 1,22.4896 20.9021L22.4896,20.902A0.5292,0.5292 0,0 1,21.9604 21.4312L7.1437,21.4312A0.5292,0.5292 0,0 1,6.6146 20.902L6.6146,20.9021A0.5292,0.5292 0,0 1,7.1437 20.3729z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,26.4583L4.3249,26.4583A0.9667,0.9667 0,0 1,5.2917 27.4251L5.2917,29.4603A0.9667,0.9667 0,0 1,4.3249 30.4271L2.2896,30.4271A0.9667,0.9667 0,0 1,1.3229 29.4603L1.3229,27.4251A0.9667,0.9667 0,0 1,2.2896 26.4583z"
android:strokeWidth="0.28493589"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,29.1041L21.9604,29.1041A0.5292,0.5292 0,0 1,22.4896 29.6333L22.4896,29.6333A0.5292,0.5292 0,0 1,21.9604 30.1625L7.1437,30.1625A0.5292,0.5292 0,0 1,6.6146 29.6333L6.6146,29.6333A0.5292,0.5292 0,0 1,7.1437 29.1041z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,26.9875L21.9604,26.9875A0.5292,0.5292 0,0 1,22.4896 27.5166L22.4896,27.5166A0.5292,0.5292 0,0 1,21.9604 28.0458L7.1437,28.0458A0.5292,0.5292 0,0 1,6.6146 27.5166L6.6146,27.5166A0.5292,0.5292 0,0 1,7.1437 26.9875z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,33.0729L4.3249,33.0729A0.9667,0.9667 0,0 1,5.2917 34.0397L5.2917,36.0749A0.9667,0.9667 0,0 1,4.3249 37.0417L2.2896,37.0417A0.9667,0.9667 0,0 1,1.3229 36.0749L1.3229,34.0397A0.9667,0.9667 0,0 1,2.2896 33.0729z"
android:strokeWidth="0.28493589"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,35.7187L21.9604,35.7187A0.5292,0.5292 0,0 1,22.4896 36.2479L22.4896,36.2479A0.5292,0.5292 0,0 1,21.9604 36.7771L7.1437,36.7771A0.5292,0.5292 0,0 1,6.6146 36.2479L6.6146,36.2479A0.5292,0.5292 0,0 1,7.1437 35.7187z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,33.6021L21.9604,33.6021A0.5292,0.5292 0,0 1,22.4896 34.1312L22.4896,34.1312A0.5292,0.5292 0,0 1,21.9604 34.6604L7.1437,34.6604A0.5292,0.5292 0,0 1,6.6146 34.1312L6.6146,34.1312A0.5292,0.5292 0,0 1,7.1437 33.6021z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M22.6219,37.174m-1.9844,0a1.9844,1.9844 0,1 1,3.9688 0a1.9844,1.9844 0,1 1,-3.9688 0"
android:strokeWidth="0.29243419"
android:fillColor="#fc7c00"
android:fillAlpha="1" />
</vector>
<!--
~ *************************************************************************
~ ic_theme_daynight.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="100dp"
android:height="160dp"
android:viewportWidth="26.458332"
android:viewportHeight="42.333332">
<path
android:pathData="m1.5783,0.0002c-0.7829,0 -1.4312,0.5665 -1.5783,1.3229L26.4583,1.3231c-0.1471,-0.7564 -0.7959,-1.3229 -1.5789,-1.3229z"
android:strokeWidth="0.07055799"
android:fillColor="#222222"
android:fillAlpha="1" />
<path
android:pathData="M0.0264,1.3232C0.01,1.4129 0,1.5049 0,1.5993v2.8702c0.0981,0.0181 0.1991,0.0286 0.3028,0.0286L26.4583,4.4981v-2.8988c0,-0.0944 -0.01,-0.1864 -0.0264,-0.2761z"
android:strokeWidth="0.06861404"
android:fillColor="#2a2a2a"
android:fillAlpha="1" />
<path
android:pathData="m1.5425,0.0031c-0.0563,0.002 -0.1118,0.007 -0.1664,0.015 0.0549,-0.007 0.1098,-0.0137 0.1664,-0.015zM0,4.4695v36.2572c0,0.8899 0.7167,1.6066 1.6066,1.6066h23.2451c0.8899,0 1.6066,-0.7167 1.6066,-1.6066L26.4583,4.4979L0.3028,4.4979c-0.1037,0 -0.2047,-0.0103 -0.3028,-0.0284z"
android:strokeWidth="0.06954572"
android:fillColor="#313131"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,6.6148L4.3249,6.6148A0.9667,0.9667 0,0 1,5.2917 7.5815L5.2917,9.6168A0.9667,0.9667 0,0 1,4.3249 10.5836L2.2896,10.5836A0.9667,0.9667 0,0 1,1.3229 9.6168L1.3229,7.5815A0.9667,0.9667 0,0 1,2.2896 6.6148z"
android:strokeWidth="0.28493589"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1438,9.2606L21.9604,9.2606A0.5292,0.5292 0,0 1,22.4896 9.7898L22.4896,9.7898A0.5292,0.5292 0,0 1,21.9604 10.3189L7.1438,10.3189A0.5292,0.5292 0,0 1,6.6146 9.7898L6.6146,9.7898A0.5292,0.5292 0,0 1,7.1438 9.2606z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1438,7.1439L21.9604,7.1439A0.5292,0.5292 0,0 1,22.4896 7.6731L22.4896,7.6731A0.5292,0.5292 0,0 1,21.9604 8.2023L7.1438,8.2023A0.5292,0.5292 0,0 1,6.6146 7.6731L6.6146,7.6731A0.5292,0.5292 0,0 1,7.1438 7.1439z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,13.2294L4.3249,13.2294A0.9667,0.9667 0,0 1,5.2917 14.1961L5.2917,16.2314A0.9667,0.9667 0,0 1,4.3249 17.1981L2.2896,17.1981A0.9667,0.9667 0,0 1,1.3229 16.2314L1.3229,14.1961A0.9667,0.9667 0,0 1,2.2896 13.2294z"
android:strokeWidth="0.28493589"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1438,15.8752L21.9604,15.8752A0.5292,0.5292 0,0 1,22.4896 16.4044L22.4896,16.4044A0.5292,0.5292 0,0 1,21.9604 16.9335L7.1438,16.9335A0.5292,0.5292 0,0 1,6.6146 16.4044L6.6146,16.4044A0.5292,0.5292 0,0 1,7.1438 15.8752z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1438,13.7585L21.9604,13.7585A0.5292,0.5292 0,0 1,22.4896 14.2877L22.4896,14.2877A0.5292,0.5292 0,0 1,21.9604 14.8169L7.1438,14.8169A0.5292,0.5292 0,0 1,6.6146 14.2877L6.6146,14.2877A0.5292,0.5292 0,0 1,7.1438 13.7585z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,19.844L4.3249,19.844A0.9667,0.9667 0,0 1,5.2917 20.8107L5.2917,22.846A0.9667,0.9667 0,0 1,4.3249 23.8127L2.2896,23.8127A0.9667,0.9667 0,0 1,1.3229 22.846L1.3229,20.8107A0.9667,0.9667 0,0 1,2.2896 19.844z"
android:strokeWidth="0.28493589"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1438,22.4898L21.9604,22.4898A0.5292,0.5292 0,0 1,22.4896 23.0189L22.4896,23.0189A0.5292,0.5292 0,0 1,21.9604 23.5481L7.1438,23.5481A0.5292,0.5292 0,0 1,6.6146 23.0189L6.6146,23.0189A0.5292,0.5292 0,0 1,7.1438 22.4898z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1438,20.3731L21.9604,20.3731A0.5292,0.5292 0,0 1,22.4896 20.9023L22.4896,20.9022A0.5292,0.5292 0,0 1,21.9604 21.4314L7.1438,21.4314A0.5292,0.5292 0,0 1,6.6146 20.9022L6.6146,20.9023A0.5292,0.5292 0,0 1,7.1438 20.3731z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,26.4586L4.3249,26.4586A0.9667,0.9667 0,0 1,5.2917 27.4253L5.2917,29.4606A0.9667,0.9667 0,0 1,4.3249 30.4273L2.2896,30.4273A0.9667,0.9667 0,0 1,1.3229 29.4606L1.3229,27.4253A0.9667,0.9667 0,0 1,2.2896 26.4586z"
android:strokeWidth="0.28493589"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1438,29.1044L21.9604,29.1044A0.5292,0.5292 0,0 1,22.4896 29.6335L22.4896,29.6335A0.5292,0.5292 0,0 1,21.9604 30.1627L7.1438,30.1627A0.5292,0.5292 0,0 1,6.6146 29.6335L6.6146,29.6335A0.5292,0.5292 0,0 1,7.1438 29.1044z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1438,26.9877L21.9604,26.9877A0.5292,0.5292 0,0 1,22.4896 27.5169L22.4896,27.5168A0.5292,0.5292 0,0 1,21.9604 28.046L7.1438,28.046A0.5292,0.5292 0,0 1,6.6146 27.5168L6.6146,27.5169A0.5292,0.5292 0,0 1,7.1438 26.9877z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,33.0731L4.3249,33.0731A0.9667,0.9667 0,0 1,5.2917 34.0399L5.2917,36.0752A0.9667,0.9667 0,0 1,4.3249 37.0419L2.2896,37.0419A0.9667,0.9667 0,0 1,1.3229 36.0752L1.3229,34.0399A0.9667,0.9667 0,0 1,2.2896 33.0731z"
android:strokeWidth="0.28493589"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1438,35.719L21.9604,35.719A0.5292,0.5292 0,0 1,22.4896 36.2481L22.4896,36.2481A0.5292,0.5292 0,0 1,21.9604 36.7773L7.1438,36.7773A0.5292,0.5292 0,0 1,6.6146 36.2481L6.6146,36.2481A0.5292,0.5292 0,0 1,7.1438 35.719z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M7.1438,33.6023L21.9604,33.6023A0.5292,0.5292 0,0 1,22.4896 34.1315L22.4896,34.1314A0.5292,0.5292 0,0 1,21.9604 34.6606L7.1438,34.6606A0.5292,0.5292 0,0 1,6.6146 34.1314L6.6146,34.1315A0.5292,0.5292 0,0 1,7.1438 33.6023z"
android:strokeWidth="0.24491194"
android:fillColor="#bbbbbb"
android:fillAlpha="1" />
<path
android:pathData="M22.6219,37.1742m-1.9844,0a1.9844,1.9844 0,1 1,3.9688 0a1.9844,1.9844 0,1 1,-3.9688 0"
android:strokeWidth="0.29243419"
android:fillColor="#fc7c00"
android:fillAlpha="1" />
<path
android:pathData="M0.9467,0.1364C0.5871,0.2936 0.2981,0.5792 0.1302,0.9395L0.1302,1.3229L25.4822,1.3229L26.0093,0.4801C25.8666,0.3354 25.6987,0.2184 25.5111,0.1364L0.9467,0.1364z"
android:strokeWidth="0.26667586"
android:fillColor="#fc7100"
android:fillAlpha="1" />
<path
android:pathData="M0.1302,1.3229L0.1302,4.4876C0.187,4.4937 0.2443,4.4979 0.3028,4.4979L23.4973,4.4979L25.4822,1.3229L0.1302,1.3229z"
android:strokeWidth="0.25932866"
android:fillColor="#fc8600"
android:fillAlpha="1" />
<path
android:pathData="M0.1302,4.4876L0.1302,41.3618C0.1719,41.4589 0.223,41.5507 0.2822,41.6367L23.4973,4.4979L0.3028,4.4979C0.2443,4.4979 0.187,4.4937 0.1302,4.4876z"
android:strokeWidth="0.26284999"
android:fillColor="#fafafa"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,6.6146L4.3249,6.6146A0.9667,0.9667 0,0 1,5.2917 7.5813L5.2917,9.6166A0.9667,0.9667 0,0 1,4.3249 10.5833L2.2896,10.5833A0.9667,0.9667 0,0 1,1.3229 9.6166L1.3229,7.5813A0.9667,0.9667 0,0 1,2.2896 6.6146z"
android:strokeWidth="0.28493589"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,9.2604C6.8506,9.2604 6.6146,9.4964 6.6146,9.7896C6.6146,10.0827 6.8506,10.3187 7.1437,10.3187L19.8587,10.3187L20.5202,9.2604L7.1437,9.2604z"
android:strokeWidth="0.92565143"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,7.1437C6.8506,7.1437 6.6146,7.3798 6.6146,7.6729C6.6146,7.9661 6.8506,8.2021 7.1437,8.2021L21.1822,8.2021L21.8436,7.1437L7.1437,7.1437z"
android:strokeWidth="0.92565143"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,13.2292L4.3249,13.2292A0.9667,0.9667 0,0 1,5.2917 14.1959L5.2917,16.2312A0.9667,0.9667 0,0 1,4.3249 17.1979L2.2896,17.1979A0.9667,0.9667 0,0 1,1.3229 16.2312L1.3229,14.1959A0.9667,0.9667 0,0 1,2.2896 13.2292z"
android:strokeWidth="0.28493589"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,15.875C6.8506,15.875 6.6146,16.111 6.6146,16.4042C6.6146,16.6973 6.8506,16.9333 7.1437,16.9333L15.7241,16.9333L16.3856,15.875L7.1437,15.875z"
android:strokeWidth="0.92565143"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,13.7583C6.8506,13.7583 6.6146,13.9943 6.6146,14.2875C6.6146,14.5807 6.8506,14.8167 7.1437,14.8167L17.047,14.8167L17.7085,13.7583L7.1437,13.7583z"
android:strokeWidth="0.92565143"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,19.8437L4.3249,19.8437A0.9667,0.9667 0,0 1,5.2917 20.8105L5.2917,22.8457A0.9667,0.9667 0,0 1,4.3249 23.8125L2.2896,23.8125A0.9667,0.9667 0,0 1,1.3229 22.8457L1.3229,20.8105A0.9667,0.9667 0,0 1,2.2896 19.8437z"
android:strokeWidth="0.28493589"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,22.4896C6.8506,22.4896 6.6146,22.7256 6.6146,23.0187C6.6146,23.3119 6.8506,23.5479 7.1437,23.5479L11.5895,23.5479L12.2509,22.4896L7.1437,22.4896z"
android:strokeWidth="0.92565143"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,20.3729C6.8506,20.3729 6.6146,20.6089 6.6146,20.9021C6.6146,21.1952 6.8506,21.4312 7.1437,21.4312L12.9124,21.4312L13.5738,20.3729L7.1437,20.3729z"
android:strokeWidth="0.92565143"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,26.4583L4.3249,26.4583A0.9667,0.9667 0,0 1,5.2917 27.4251L5.2917,29.4603A0.9667,0.9667 0,0 1,4.3249 30.4271L2.2896,30.4271A0.9667,0.9667 0,0 1,1.3229 29.4603L1.3229,27.4251A0.9667,0.9667 0,0 1,2.2896 26.4583z"
android:strokeWidth="0.28493589"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,29.1042C6.8506,29.1042 6.6146,29.3402 6.6146,29.6333C6.6146,29.9265 6.8506,30.1625 7.1437,30.1625L7.4543,30.1625L8.1163,29.1042L7.1437,29.1042z"
android:strokeWidth="0.92565143"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,26.9875C6.8506,26.9875 6.6146,27.2235 6.6146,27.5167C6.6146,27.8098 6.8506,28.0458 7.1437,28.0458L8.7778,28.0458L9.4392,26.9875L7.1437,26.9875z"
android:strokeWidth="0.92565143"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M2.2898,33.0729C1.7542,33.0729 1.3229,33.5042 1.3229,34.0398L1.3229,36.0748C1.3229,36.6104 1.7542,37.0417 2.2898,37.0417L3.1543,37.0417L5.2328,33.7173C5.1001,33.342 4.7466,33.0729 4.3248,33.0729L2.2898,33.0729z"
android:strokeWidth="1.07692313"
android:fillColor="#757575"
android:fillAlpha="1" />
</vector>
<!--
~ *************************************************************************
~ ic_theme_light.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="100dp"
android:height="160dp"
android:viewportWidth="26.458332"
android:viewportHeight="42.333332">
<path
android:pathData="m1.5783,0c-0.7829,0 -1.4312,0.5665 -1.5783,1.3229L26.4583,1.3229c-0.1471,-0.7564 -0.7959,-1.3229 -1.5789,-1.3229z"
android:strokeWidth="0.07055799"
android:fillColor="#fc7100"
android:fillAlpha="1" />
<path
android:pathData="M0.0264,1.323C0.01,1.4127 0,1.5047 0,1.5991v2.8702c0.0981,0.0181 0.1991,0.0286 0.3028,0.0286L26.4583,4.4979v-2.8988c0,-0.0944 -0.01,-0.1864 -0.0264,-0.2761z"
android:strokeWidth="0.06861404"
android:fillColor="#fc8600"
android:fillAlpha="1" />
<path
android:pathData="m1.5425,0.0029c-0.0563,0.002 -0.1118,0.007 -0.1664,0.015 0.0549,-0.007 0.1098,-0.0137 0.1664,-0.015zM0,4.4693v36.2572c0,0.8899 0.7167,1.6066 1.6066,1.6066h23.2451c0.8899,0 1.6066,-0.7167 1.6066,-1.6066L26.4583,4.4977L0.3028,4.4977c-0.1037,0 -0.2047,-0.0103 -0.3028,-0.0284z"
android:strokeWidth="0.06954572"
android:fillColor="#fafafa"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,6.6146L4.3249,6.6146A0.9667,0.9667 0,0 1,5.2917 7.5813L5.2917,9.6166A0.9667,0.9667 0,0 1,4.3249 10.5833L2.2896,10.5833A0.9667,0.9667 0,0 1,1.3229 9.6166L1.3229,7.5813A0.9667,0.9667 0,0 1,2.2896 6.6146z"
android:strokeWidth="0.28493589"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,9.2604L21.9604,9.2604A0.5292,0.5292 0,0 1,22.4896 9.7896L22.4896,9.7895A0.5292,0.5292 0,0 1,21.9604 10.3187L7.1437,10.3187A0.5292,0.5292 0,0 1,6.6146 9.7895L6.6146,9.7896A0.5292,0.5292 0,0 1,7.1437 9.2604z"
android:strokeWidth="0.24491194"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,7.1437L21.9604,7.1437A0.5292,0.5292 0,0 1,22.4896 7.6729L22.4896,7.6729A0.5292,0.5292 0,0 1,21.9604 8.202L7.1437,8.202A0.5292,0.5292 0,0 1,6.6146 7.6729L6.6146,7.6729A0.5292,0.5292 0,0 1,7.1437 7.1437z"
android:strokeWidth="0.24491194"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,13.2292L4.3249,13.2292A0.9667,0.9667 0,0 1,5.2917 14.1959L5.2917,16.2312A0.9667,0.9667 0,0 1,4.3249 17.1979L2.2896,17.1979A0.9667,0.9667 0,0 1,1.3229 16.2312L1.3229,14.1959A0.9667,0.9667 0,0 1,2.2896 13.2292z"
android:strokeWidth="0.28493589"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,15.875L21.9604,15.875A0.5292,0.5292 0,0 1,22.4896 16.4042L22.4896,16.4041A0.5292,0.5292 0,0 1,21.9604 16.9333L7.1437,16.9333A0.5292,0.5292 0,0 1,6.6146 16.4041L6.6146,16.4042A0.5292,0.5292 0,0 1,7.1437 15.875z"
android:strokeWidth="0.24491194"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,13.7583L21.9604,13.7583A0.5292,0.5292 0,0 1,22.4896 14.2875L22.4896,14.2875A0.5292,0.5292 0,0 1,21.9604 14.8166L7.1437,14.8166A0.5292,0.5292 0,0 1,6.6146 14.2875L6.6146,14.2875A0.5292,0.5292 0,0 1,7.1437 13.7583z"
android:strokeWidth="0.24491194"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,19.8437L4.3249,19.8437A0.9667,0.9667 0,0 1,5.2917 20.8105L5.2917,22.8458A0.9667,0.9667 0,0 1,4.3249 23.8125L2.2896,23.8125A0.9667,0.9667 0,0 1,1.3229 22.8458L1.3229,20.8105A0.9667,0.9667 0,0 1,2.2896 19.8437z"
android:strokeWidth="0.28493589"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,22.4896L21.9604,22.4896A0.5292,0.5292 0,0 1,22.4896 23.0187L22.4896,23.0187A0.5292,0.5292 0,0 1,21.9604 23.5479L7.1437,23.5479A0.5292,0.5292 0,0 1,6.6146 23.0187L6.6146,23.0187A0.5292,0.5292 0,0 1,7.1437 22.4896z"
android:strokeWidth="0.24491194"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,20.3729L21.9604,20.3729A0.5292,0.5292 0,0 1,22.4896 20.9021L22.4896,20.902A0.5292,0.5292 0,0 1,21.9604 21.4312L7.1437,21.4312A0.5292,0.5292 0,0 1,6.6146 20.902L6.6146,20.9021A0.5292,0.5292 0,0 1,7.1437 20.3729z"
android:strokeWidth="0.24491194"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,26.4583L4.3249,26.4583A0.9667,0.9667 0,0 1,5.2917 27.4251L5.2917,29.4603A0.9667,0.9667 0,0 1,4.3249 30.4271L2.2896,30.4271A0.9667,0.9667 0,0 1,1.3229 29.4603L1.3229,27.4251A0.9667,0.9667 0,0 1,2.2896 26.4583z"
android:strokeWidth="0.28493589"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,29.1041L21.9604,29.1041A0.5292,0.5292 0,0 1,22.4896 29.6333L22.4896,29.6333A0.5292,0.5292 0,0 1,21.9604 30.1625L7.1437,30.1625A0.5292,0.5292 0,0 1,6.6146 29.6333L6.6146,29.6333A0.5292,0.5292 0,0 1,7.1437 29.1041z"
android:strokeWidth="0.24491194"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,26.9875L21.9604,26.9875A0.5292,0.5292 0,0 1,22.4896 27.5166L22.4896,27.5166A0.5292,0.5292 0,0 1,21.9604 28.0458L7.1437,28.0458A0.5292,0.5292 0,0 1,6.6146 27.5166L6.6146,27.5166A0.5292,0.5292 0,0 1,7.1437 26.9875z"
android:strokeWidth="0.24491194"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M2.2896,33.0729L4.3249,33.0729A0.9667,0.9667 0,0 1,5.2917 34.0396L5.2917,36.0749A0.9667,0.9667 0,0 1,4.3249 37.0417L2.2896,37.0417A0.9667,0.9667 0,0 1,1.3229 36.0749L1.3229,34.0396A0.9667,0.9667 0,0 1,2.2896 33.0729z"
android:strokeWidth="0.28493589"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,35.7187L21.9604,35.7187A0.5292,0.5292 0,0 1,22.4896 36.2479L22.4896,36.2479A0.5292,0.5292 0,0 1,21.9604 36.777L7.1437,36.777A0.5292,0.5292 0,0 1,6.6146 36.2479L6.6146,36.2479A0.5292,0.5292 0,0 1,7.1437 35.7187z"
android:strokeWidth="0.24491194"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M7.1437,33.6021L21.9604,33.6021A0.5292,0.5292 0,0 1,22.4896 34.1312L22.4896,34.1312A0.5292,0.5292 0,0 1,21.9604 34.6604L7.1437,34.6604A0.5292,0.5292 0,0 1,6.6146 34.1312L6.6146,34.1312A0.5292,0.5292 0,0 1,7.1437 33.6021z"
android:strokeWidth="0.24491194"
android:fillColor="#757575"
android:fillAlpha="1" />
<path
android:pathData="M22.6219,37.174m-1.9844,0a1.9844,1.9844 0,1 1,3.9688 0a1.9844,1.9844 0,1 1,-3.9688 0"
android:strokeWidth="0.29243419"
android:fillColor="#fc7c00"
android:fillAlpha="1" />
</vector>
......@@ -70,7 +70,7 @@ import org.videolan.vlc.gui.helpers.downloadIcon
@TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1)
class MediaImageCardPresenter(private val context: Activity, private val imageType: MediaImageType) : Presenter() {
private var defaultCardImage: Drawable? = ContextCompat.getDrawable(context, R.drawable.ic_account_circle_black_24dp)
private var defaultCardImage: Drawable? = ContextCompat.getDrawable(context, R.drawable.ic_people_big)
inner class ViewHolder(view: View) : Presenter.ViewHolder(view) {
private val cardView: ImageCardView = view as ImageCardView
......
......@@ -72,7 +72,7 @@ import org.videolan.vlc.util.generateResolutionClass
@TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1)
class MetadataCardPresenter(private val context: Activity) : Presenter() {
private var defaultCardImage: Drawable? = VectorDrawableCompat.create(context.resources, R.drawable.ic_account_circle_black_24dp, context.theme)
private var defaultCardImage: Drawable? = VectorDrawableCompat.create(context.resources, R.drawable.ic_people_big, context.theme)
inner class ViewHolder(view: View) : Presenter.ViewHolder(view) {
......
......@@ -68,7 +68,7 @@ import org.videolan.vlc.gui.helpers.downloadIcon
@TargetApi(Build.VERSION_CODES.JELLY_BEAN_MR1)
class PersonCardPresenter(private val context: Activity) : Presenter() {
private var defaultCardImage: Drawable? = ContextCompat.getDrawable(context, R.drawable.ic_account_circle_black_24dp)
private var defaultCardImage: Drawable? = ContextCompat.getDrawable(context, R.drawable.ic_people_big)
inner class ViewHolder(view: View) : Presenter.ViewHolder(view) {
val cardView: ImageCardView = view as ImageCardView
......
application/vlc-android/res/drawable-hdpi/ic_arrow_back.png

213 B

application/vlc-android/res/drawable-hdpi/ic_backspace.png

546 B

application/vlc-android/res/drawable-hdpi/ic_backspace_pressed.png

547 B

application/vlc-android/res/drawable-hdpi/ic_send.png

481 B

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment