Beispiel #1
0
 /**
  * 以Toast形式显示一个消息
  *
  * @param msg
  */
 protected void showMessage(CharSequence msg) {
   if (!TextUtils.isEmpty(msg)) ViewUtils.showMessage(msg.toString());
 }