Update methods

This commit is contained in:
Victor Shcherb 2016-04-05 11:02:36 +03:00
parent ec8a3f1f0f
commit a46a2ac46e

View file

@ -84,10 +84,6 @@ public class IconsCache {
return getDrawable(id, colorId);
}
@Deprecated
public Drawable getIcon(@DrawableRes int id, @ColorRes int colorId, float scale) {
return getDrawable(id, colorId, scale);
}
@Deprecated
public Drawable getIcon(@DrawableRes int backgroundId, @DrawableRes int id, @ColorRes int colorId) {