Ejemplo n.º 1
0
 public LoadToast setBackgroundColor(int color) {
   mView.setBackgroundColor(color);
   return this;
 }