Status notification colour set for Chinwag theme
This commit is contained in:
parent
332b8eed27
commit
4bc56d9e16
1 changed files with 1 additions and 1 deletions
|
@ -512,7 +512,7 @@ public class NotificationsAdapter extends RecyclerView.Adapter {
|
||||||
icon = ContextCompat.getDrawable(context, R.drawable.ic_home_24dp);
|
icon = ContextCompat.getDrawable(context, R.drawable.ic_home_24dp);
|
||||||
if (icon != null) {
|
if (icon != null) {
|
||||||
icon.setColorFilter(ContextCompat.getColor(context,
|
icon.setColorFilter(ContextCompat.getColor(context,
|
||||||
R.color.tusky_blue), PorterDuff.Mode.SRC_ATOP);
|
R.color.chinwag_green), PorterDuff.Mode.SRC_ATOP);
|
||||||
}
|
}
|
||||||
|
|
||||||
format = context.getString(R.string.notification_subscription_format);
|
format = context.getString(R.string.notification_subscription_format);
|
||||||
|
|
Loading…
Reference in a new issue