Merge branch 'master' into new-master
This commit is contained in:
commit
d4f24f8c37
|
|
@ -116,4 +116,13 @@ 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