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