callSetContentView
protected open fun callSetContentView()
Content copied to clipboard
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.