setNavigationBarIconTintColor

This method sets the color of the webview's navigation bar's icon's tint color. tint is applied with setColorFilter(navigationBarIconTintColor, PorterDuff.Mode.SRC_ATOP)

Return

this

Parameters

navigationBarIconTintColor

the color of the navigation bar's icon's tint color.