Toolbar.SetTitleTextColor(Color) Method

Definition

Sets the text color of the title, if present.

[Android.Runtime.Register("setTitleTextColor", "(I)V", "GetSetTitleTextColor_IHandler")]
public virtual void SetTitleTextColor (Android.Graphics.Color color);
[<Android.Runtime.Register("setTitleTextColor", "(I)V", "GetSetTitleTextColor_IHandler")>]
abstract member SetTitleTextColor : Android.Graphics.Color -> unit
override this.SetTitleTextColor : Android.Graphics.Color -> unit

Parameters

color
Color

The new text color in 0xAARRGGBB format

Attributes

Remarks

Sets the text color of the title, if present.

Java documentation for android.widget.Toolbar.setTitleTextColor(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