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 ba40608
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 11 deletions.
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_round_favorite_24,
analyticsId = Actions.OPENED_DONATE,
id = 5,
action = OpenUrlResource(R.string.link_opencollective_donate)
Expand Down
10 changes: 0 additions & 10 deletions AnkiDroid/src/main/res/drawable/ic_donate_black_24dp.xml

This file was deleted.

5 changes: 5 additions & 0 deletions AnkiDroid/src/main/res/drawable/ic_round_favorite_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="M13.35,20.13c-0.76,0.69 -1.93,0.69 -2.69,-0.01l-0.11,-0.1C5.3,15.27 1.87,12.16 2,8.28c0.06,-1.7 0.93,-3.33 2.34,-4.29 2.64,-1.8 5.9,-0.96 7.66,1.1 1.76,-2.06 5.02,-2.91 7.66,-1.1 1.41,0.96 2.28,2.59 2.34,4.29 0.14,3.88 -3.3,6.99 -8.55,11.76l-0.1,0.09z"/>

</vector>

0 comments on commit ba40608

Please sign in to comment.