コード例 #1
0
ファイル: LoadToast.java プロジェクト: Tebra/loadtoast
 public LoadToast setTextColor(int color) {
   mView.setTextColor(color);
   return this;
 }