layoutResId

abstract val layoutResId: Int

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