东半球最好用的Toast库 ,可以自定义背景
public Toastee common(@ColorRes int tintColor, @ColorRes int textColor)
public Toastee gravity(int gravity,int xOffset,int yOffset)
public Toastee withIcon(boolean b)
public Toastee currentTypeface(Typeface currentTypeface)
public Toastee textSize(int textSize)
val toastLayout = (getSystemService(Context.LAYOUT_INFLATER_SERVICE) as LayoutInflater)
.inflate(R.layout.toast_custom_layout, null)
Toastee.getInstance()
.layout(toastLayout)
.gravity(Gravity.BOTTOM)
.custom(this)