Merge fix
This commit is contained in:
parent
d4f24f8c37
commit
01a75bffbf
|
|
@ -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);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue