Merge "Change notification alert icon" into qt-dev am: 2821456995 am: f5afaffc2c
am: 71420a2209
Change-Id: Ifffa09d63f2ff782b199eb4f9ddd065d079b16e6
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