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
相關文章
相關標籤/搜索