You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new xml attributes (colored, accentColor, inactiveColor, disableColor, coloredActive, coloredInactive)
Add param notificationAnimationDuration
Update getDrawable method with AppCompatResources.getDrawable(context, drawableRes);
If you use drawable selector and target API < 21, don't forget to add this: AppCompatDelegate.setCompatVectorFromResourcesEnabled(true);