当前位置: 代码迷 >> Android >> 在非Activity停的自定义toast
  详细解决方案

在非Activity停的自定义toast

热度:88   发布时间:2016-05-01 10:05:52.0
在非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........
  相关解决方案