allow using heart as fav icon ❤️
closes sk22#81
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:width="24dp" android:height="24dp" android:viewportWidth="24" android:viewportHeight="24">
|
||||
<path android:pathData="M12.82 5.58L12 6.401l-0.824-0.824c-2.1-2.099-5.502-2.099-7.601 0-2.1 2.1-2.1 5.503 0 7.602l7.895 7.895c0.293 0.293 0.768 0.293 1.06 0l7.902-7.897c2.094-2.106 2.098-5.5-0.001-7.599-2.103-2.103-5.508-2.103-7.611 0z" android:fillColor="@color/fluent_default_icon_tint"/>
|
||||
</vector>
|
||||
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!--~ Copyright (c) 2022. ~ Microsoft Corporation. All rights reserved.-->
|
||||
<selector xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item android:drawable="@drawable/ic_fluent_heart_24_filled" android:state_activated="true"/>
|
||||
<item android:drawable="@drawable/ic_fluent_heart_24_filled" android:state_checked="true"/>
|
||||
<item android:drawable="@drawable/ic_fluent_heart_24_filled" android:state_selected="true"/>
|
||||
<item android:drawable="@drawable/ic_fluent_heart_24_regular"/>
|
||||
</selector>
|
||||
Reference in New Issue
Block a user