首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

在非Activity停的自定义toast

2013-08-06 
在非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........

热点排行