|
|
@@ -1,4 +1,4 @@
|
|
|
-package com.ygtx.emcs.util;
|
|
|
+package com.qy.agv.util;
|
|
|
|
|
|
|
|
|
import android.content.Context;
|
|
|
@@ -10,8 +10,6 @@ import android.widget.LinearLayout;
|
|
|
import android.widget.TextView;
|
|
|
import android.widget.Toast;
|
|
|
|
|
|
-import com.qy.agv.util.StringUtils;
|
|
|
-
|
|
|
public class ToastUtils {
|
|
|
|
|
|
/** 上下文. */
|
|
|
@@ -78,7 +76,7 @@ public class ToastUtils {
|
|
|
LinearLayout linearLayout = (LinearLayout) mToast.getView();
|
|
|
if(linearLayout!=null) {
|
|
|
TextView messageTextView = (TextView) linearLayout.getChildAt(0);
|
|
|
- messageTextView.setTextSize(20);
|
|
|
+ messageTextView.setTextSize(25);
|
|
|
}
|
|
|
mToast.show();
|
|
|
}
|