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