Skip to content

release 1.1.5

Compare
Choose a tag to compare
@yjfnypeu yjfnypeu released this 19 Jul 07:31
· 89 commits to master since this release

EasyToast支持直接使用指定View实例。不再要求必须提供layoutId了。

val contentLayout:View = getLayout()
EasyToast.newBuilder(contentLayout, tvId)// contentLayout要求parent为null!