addItem

fun addItem(id: Int, title: String, icon: Drawable): MenuItem
fun addItem(id: Int, @StringRes title: Int, @DrawableRes icon: Int): MenuItem