예제 #1
0
 public LoadToast setBackgroundColor(int color) {
   mView.setBackgroundColor(color);
   return this;
 }