callSetContentView

protected open fun callSetContentView()

Overridable function in charge of calling setContentView. This will be called in this Activity's onCreate. Any subclass of this activity should override this method and call setContentView here, rather than doing so within onCreate manually.