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