CalendarView.SetSelectedDateVerticalBar(Int32) Method

Definition

Sets the drawable for the vertical bar shown at the beginning and at the end of the selected date.

[Android.Runtime.Register("setSelectedDateVerticalBar", "(I)V", "GetSetSelectedDateVerticalBar_IHandler")]
public virtual void SetSelectedDateVerticalBar (int resourceId);
[<Android.Runtime.Register("setSelectedDateVerticalBar", "(I)V", "GetSetSelectedDateVerticalBar_IHandler")>]
abstract member SetSelectedDateVerticalBar : int -> unit
override this.SetSelectedDateVerticalBar : int -> unit

Parameters

resourceId
Int32

The vertical bar drawable resource id.

Attributes

Remarks

Sets the drawable for the vertical bar shown at the beginning and at the end of the selected date.

This member is deprecated. No longer used by Material-style CalendarView.

Java documentation for android.widget.CalendarView.setSelectedDateVerticalBar(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