Build updates
This commit is contained in:
parent
875013e47f
commit
0ae783726e
2 changed files with 11 additions and 5 deletions
|
|
@ -544,12 +544,12 @@ public class NotificationsAdapter extends RecyclerView.Adapter<RecyclerView.View
|
|||
break;
|
||||
}
|
||||
case STATUS: {
|
||||
icon = getIconWithColor(context, R.drawable.ic_home_24dp, R.color.tusky_blue);
|
||||
icon = getIconWithColor(context, R.drawable.ic_home_24dp, R.color.chinwag_green);
|
||||
format = context.getString(R.string.notification_subscription_format);
|
||||
break;
|
||||
}
|
||||
case UPDATE: {
|
||||
icon = getIconWithColor(context, R.drawable.ic_edit_24dp, R.color.tusky_blue);
|
||||
icon = getIconWithColor(context, R.drawable.ic_edit_24dp, R.color.tusky_green);
|
||||
format = context.getString(R.string.notification_update_format);
|
||||
break;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue