setSearchResultMaxCornerRadius

open fun setSearchResultMaxCornerRadius(@IntRange(from = 0) searchResultMaxCornerRadius: Int)

Sets maximal corner radius of the highlighted search result. Once you've set this property, you need to call getDrawablesForPage in order to get search highlight drawables with latest properties applied.

Parameters

searchResultMaxCornerRadius

Maximal corner radius (in pixels).