screenConfig

fun AppCompatActivity.screenConfig(mEnableActionBar: Boolean, mEnableFullScreen: Boolean)

Parameters

mEnableActionBar

True if you want to show the ActionBar,false otherwise

mEnableFullScreen

True if you want to set fullscreen,false otherwise.