TextView.SetFocusedSearchResultHighlightColor(Color) Method

Definition

Sets focused search result highlight color.

[Android.Runtime.Register("setFocusedSearchResultHighlightColor", "(I)V", "GetSetFocusedSearchResultHighlightColor_IHandler", ApiSince=34)]
public virtual void SetFocusedSearchResultHighlightColor (Android.Graphics.Color color);
[<Android.Runtime.Register("setFocusedSearchResultHighlightColor", "(I)V", "GetSetFocusedSearchResultHighlightColor_IHandler", ApiSince=34)>]
abstract member SetFocusedSearchResultHighlightColor : Android.Graphics.Color -> unit
override this.SetFocusedSearchResultHighlightColor : Android.Graphics.Color -> unit

Parameters

color
Color

a focused search result highlight color.

Attributes

Remarks

Sets focused search result highlight color.

Java documentation for android.widget.TextView.setFocusedSearchResultHighlightColor(int).

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to