Merge fix

This commit is contained in:
Denis Karmyshakov 2018-08-22 18:17:14 +03:00
parent d4f24f8c37
commit 01a75bffbf
1 changed files with 0 additions and 9 deletions

View File

@ -116,13 +116,4 @@ public class MaterialLoadingBar extends AppCompatImageView {
progressDrawable.setColor(colorInt);
}
/**
* Set color of loader.
*
* @param colorInt Color of loader to be set.
*/
public void setColor(@ColorInt final int colorInt) {
progressDrawable.setColor(colorInt);
}
}