Merge "Change notification alert icon" into qt-dev

am: 2821456995

Change-Id: I5877100513be3b2e17d6074bedc5237fcf5ac772
This commit is contained in:
Julia Reynolds
2019-05-30 14:08:51 -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;
}