Merge "Change notification alert icon" into qt-dev am: 2821456995

am: f5afaffc2c

Change-Id: I340a6394fece9fe398e92c219b3a186db341001c
This commit is contained in:
Julia Reynolds
2019-05-30 14:22:17 -07:00
committed by android-build-merger
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;
}