layoutResId

abstract val layoutResId: Int

Property which holds reference to layout identifier eg. R.layout.main_fragment. You should override this in your specific Fragment implementation.