//library/ss_n.common_ktx.extension/inflate
[androidJvm]
fun ViewGroup.inflate(layoutInflater: LayoutInflater? = null, @LayoutReslayout: Int, attachToRoot: Boolean = false): View
Layout Inflate
Inflated View
androidJvm
| layoutInflater | LayoutInflater |
| layout | Layout Res example R.id.text |
| attachToRoot | true is root Attach |