在非Activity下的自定义toast
在非Activity下的自定义toast 什么好方法!比如
getLayoutInflater?
findViewById
getApplicationContext()
等等!
android? android toast
[解决办法]
我擦 LZ都知道了还问啥
获得context就能随意自定义了
[解决办法]
额 Inflater = LayoutInflater.from(context);
然后用Inflater 来填充view
再使用view.findViewById........