release 1.1.5
EasyToast支持直接使用指定View实例。不再要求必须提供layoutId了。
val contentLayout:View = getLayout()
EasyToast.newBuilder(contentLayout, tvId)// contentLayout要求parent为null!
EasyToast支持直接使用指定View实例。不再要求必须提供layoutId了。
val contentLayout:View = getLayout()
EasyToast.newBuilder(contentLayout, tvId)// contentLayout要求parent为null!