Fixes small issue with top icon colors

This commit is contained in:
tom79 2017-10-12 18:28:25 +02:00
parent 6d6985cf59
commit 2cbbfe7971
8 changed files with 4 additions and 4 deletions

View File

@ -202,7 +202,7 @@ public class NotificationsListAdapter extends BaseAdapter implements OnPostActio
}else {
holder.card_status_container.setCardBackgroundColor(ContextCompat.getColor(context, R.color.notif_light_2));
}
imgH = ContextCompat.getDrawable(context, R.drawable.ic_boost_header);
imgH = ContextCompat.getDrawable(context, R.drawable.ic_boost_header_notif);
break;
case "favourite":
holder.status_action_container.setVisibility(View.GONE);
@ -232,7 +232,7 @@ public class NotificationsListAdapter extends BaseAdapter implements OnPostActio
break;
}
changeDrawableColor(context, R.drawable.ic_chat_bubble_outline, R.color.mastodonC4);
changeDrawableColor(context, R.drawable.ic_boost_header,R.color.mastodonC4);
changeDrawableColor(context, R.drawable.ic_boost_header_notif,R.color.mastodonC4);
changeDrawableColor(context, R.drawable.ic_fav_notif_header,R.color.mastodonC4);
changeDrawableColor(context, R.drawable.ic_follow_notif_header,R.color.mastodonC4);
holder.notification_type.setText(typeString);

View File

@ -352,7 +352,7 @@ public class StatusListAdapter extends BaseAdapter implements OnPostActionInterf
changeDrawableColor(context, R.drawable.ic_action_lock_open,R.color.dark_text);
changeDrawableColor(context, R.drawable.ic_action_lock_closed,R.color.dark_text);
changeDrawableColor(context, R.drawable.ic_mail_outline,R.color.dark_text);
changeDrawableColor(context, R.drawable.ic_boost,R.color.dark_text);
changeDrawableColor(context, R.drawable.ic_boost_border,R.color.dark_text);
changeDrawableColor(context, R.drawable.ic_boost_header,R.color.dark_text);
changeDrawableColor(context, R.drawable.ic_favorite_border,R.color.dark_text);
changeDrawableColor(context, R.drawable.ic_action_pin_dark, R.color.dark_text);
@ -366,7 +366,7 @@ public class StatusListAdapter extends BaseAdapter implements OnPostActionInterf
changeDrawableColor(context, R.drawable.ic_action_lock_open,R.color.black);
changeDrawableColor(context, R.drawable.ic_action_lock_closed,R.color.black);
changeDrawableColor(context, R.drawable.ic_mail_outline,R.color.black);
changeDrawableColor(context, R.drawable.ic_boost,R.color.black);
changeDrawableColor(context, R.drawable.ic_boost_border,R.color.black);
changeDrawableColor(context, R.drawable.ic_boost_header,R.color.black);
changeDrawableColor(context, R.drawable.ic_favorite_border,R.color.black);
changeDrawableColor(context, R.drawable.ic_action_pin_dark, R.color.black);

Binary file not shown.

After

Width:  |  Height:  |  Size: 744 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 373 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 461 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 933 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB