Skip to content

Commit

Permalink
change donate icon to heart
Browse files Browse the repository at this point in the history
  • Loading branch information
RobozinhoD committed Sep 1, 2024
1 parent 015b06f commit 469fd42
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ internal val mainHelpMenuItems = arrayOf(
internal val supportMenuItems = arrayOf(
HelpItem(
titleResId = R.string.help_item_support_opencollective_donate,
iconResId = R.drawable.ic_donate_black_24dp,
iconResId = R.drawable.ic_heart_filled_24,
analyticsId = Actions.OPENED_DONATE,
id = 5,
action = OpenUrlResource(R.string.link_opencollective_donate)
Expand Down
5 changes: 5 additions & 0 deletions AnkiDroid/src/main/res/drawable/ic_heart_filled_24.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android" android:height="24dp" android:tint="?attr/colorControlNormal" android:viewportHeight="24" android:viewportWidth="24" android:width="24dp">

<path android:fillColor="@android:color/white" android:pathData="M12,21.35l-1.45,-1.32C5.4,15.36 2,12.28 2,8.5 2,5.42 4.42,3 7.5,3c1.74,0 3.41,0.81 4.5,2.09C13.09,3.81 14.76,3 16.5,3 19.58,3 22,5.42 22,8.5c0,3.78 -3.4,6.86 -8.55,11.54L12,21.35z"/>

</vector>

0 comments on commit 469fd42

Please sign in to comment.