Toolbar.SetSubtitleTextColor(Color) Method

Definition

Sets the text color of the subtitle, if present.

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

Parameters

color
Color

The new text color in 0xAARRGGBB format

Attributes

Remarks

Sets the text color of the subtitle, if present.

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