kutils / com.celites.kutils / androidx.fragment.app.Fragment / setSupportActionbar

setSupportActionbar

fun Fragment.setSupportActionbar(toolbar: Toolbar): Unit

Call's Parent activity's setSupportActionBar from Fragment

Parameters

toolbar - : Toolbar to set support actionbar

Receiver
Fragment