Use filled stars

This commit is contained in:
M66B
2021-09-19 23:07:06 +02:00
parent 0f45a283d1
commit f11f949070
2 changed files with 2 additions and 2 deletions

View File

@@ -159,7 +159,7 @@ public class AdapterContact extends RecyclerView.Adapter<AdapterContact.ViewHold
: Helper.getRelativeTimeSpanString(context, contact.last_contacted));
ivFavorite.setImageResource(contact.state == EntityContact.STATE_FAVORITE
? R.drawable.twotone_star_24 : R.drawable.twotone_star_border_24);
? R.drawable.baseline_star_24 : R.drawable.twotone_star_border_24);
ivFavorite.setImageTintList(ColorStateList.valueOf(
contact.state == EntityContact.STATE_FAVORITE ? colorAccent : textColorSecondary));
ivFavorite.setContentDescription(contact.state == EntityContact.STATE_FAVORITE