setDrawerTitle

open fun setDrawerTitle(edgeGravity: Int, @Nullable title: CharSequence)(source)

Sets the title of the drawer with the given gravity.

When accessibility is turned on, this is the title that will be used to identify the drawer to the active accessibility service.

Parameters

edgeGravity

Gravity.LEFT, RIGHT, START or END. Expresses which drawer to set the title for.

title

The title for the drawer.