Merge "Change notification alert icon" into qt-dev

This commit is contained in:
TreeHugger Robot
2019-05-30 20:51:49 +00:00
committed by Android (Google) Code Review
3 changed files with 26 additions and 2 deletions

View File

@@ -281,7 +281,7 @@ abstract public class NotificationSettingsBase extends DashboardFragment {
}
private Drawable getAlertingIcon() {
Drawable icon = getContext().getDrawable(R.drawable.ic_notifications);
Drawable icon = getContext().getDrawable(R.drawable.ic_notifications_alert);
icon.setTintList(Utils.getColorAccent(getContext()));
return icon;
}