Change notification alert icon
Test: manual Bug: 134054170 Change-Id: Ibd66a55a30ac9fbeb7a32638fe236067c6175bc4
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user