Use solid stars

This commit is contained in:
M66B
2020-09-29 12:57:28 +02:00
parent 4dc533148a
commit 728d1fdeb0
17 changed files with 27 additions and 17 deletions

View File

@@ -147,7 +147,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