在非Activity停的自定义toast

在非Activity下的自定义toast在非Activity下的自定义toast 什么好方法!比如getLayoutInflater?findViewByI

在非Activity下的自定义toast
在非Activity下的自定义toast 什么好方法!比如
getLayoutInflater?
findViewById
getApplicationContext()
等等!
android? android toast
[解决办法]
我擦  LZ都知道了还问啥  
获得context就能随意自定义了
[解决办法]

引用:
Quote: 引用:

我擦  LZ都知道了还问啥  
获得context就能随意自定义了

因为是非Activity下,getLayoutInflater?
、findViewById会出错。

额 Inflater =  LayoutInflater.from(context);
然后用Inflater 来填充view 
再使用view.findViewById........