Android 自定义 Toast 带图标 可修改位置

先上要求效果图 布局 代码:ui   public class ToastUtil { public static void toast(String s){ Toast.makeText(context,s,Toast.LENGTH_SHORT).show(); } private static TextView mTextView; p
相关文章
相关标签/搜索