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

Fix the favorite icon color on cards

parent 5ddaf503
No related branches found
No related tags found
1 merge request!1625Update the libs
<!--
~ *************************************************************************
~ ic_emoji_favorite.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"
xmlns:tools="http://schemas.android.com/tools"
android:width="12dp"
android:height="12dp"
android:viewportWidth="12"
android:viewportHeight="12">
<path
android:fillColor="@color/white"
tools:fillColor="#fff"
android:pathData="M6.675,10.065C6.295,10.41 5.71,10.41 5.33,10.06L5.275,10.01C2.65,7.635 0.935,6.08 1,4.14 1.03,3.29 1.465,2.475 2.17,1.995 3.49,1.095 5.12,1.515 6,2.545 6.88,1.515 8.51,1.09 9.83,1.995 10.535,2.475 10.97,3.29 11,4.14 11.07,6.08 9.35,7.635 6.725,10.02Z"
android:strokeWidth="2" />
</vector>
......@@ -212,7 +212,7 @@
android:visibility="@{isFavorite ? View.VISIBLE : View.GONE}"
vlc:layout_constraintBottom_toBottomOf="parent"
vlc:layout_constraintStart_toStartOf="parent"
vlc:srcCompat="@drawable/ic_emoji_favorite" />
vlc:srcCompat="@drawable/ic_emoji_favorite_white" />
</androidx.constraintlayout.widget.ConstraintLayout>
......
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