读书人

在非Activity停的自定义toast

发布时间: 2013-08-06 16:47:25 作者: rapoo

在非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........

读书人网 >Android

热点推荐