hearts everywhere

closes sk22#846
This commit is contained in:
sk
2023-10-08 13:04:26 +02:00
parent df49ef9d58
commit a5c197b496
6 changed files with 15 additions and 4 deletions

View File

@@ -30,6 +30,7 @@
<attr name="colorSensitiveOverlay" format="color"/>
<attr name="colorWhite" format="color"/>
<attr name="colorFavorite" format="color" />
<attr name="colorLike" format="color" />
<attr name="colorBoost" format="color" />
<attr name="colorPoll" format="color" />
<attr name="colorProfileHeaderBackground" format="color"/>

View File

@@ -54,6 +54,7 @@
<item name="colorM3PrimaryInverse">?colorPrimary200</item>
<item name="colorFavorite">@color/favorite_selected</item>
<item name="colorLike">@color/like_selected</item>
<item name="colorBoost">?colorM3Primary</item>
<item name="colorPoll">@color/bookmark_selected</item>
<item name="colorTabBarAlpha">#14000000</item>