DeweyToolbar

open class DeweyToolbar : Toolbar

A Toolbar that used in NavigationBar. Support tinting of the navigation icon.

Constructors

Link copied to clipboard
constructor(@NonNull context: Context)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet)
constructor(@NonNull context: Context, @Nullable attrs: AttributeSet, defStyleAttr: Int)

Functions

Link copied to clipboard
Clear the navigation icon tint.
Link copied to clipboard
open fun setNavigationIcon(@Nullable drawable: Drawable)
Set the navigation icon for the toolbar.
Link copied to clipboard
open fun setNavigationIconTint(@ColorInt navigationIconTint: Int)
Set the navigation icon for the toolbar.