PreferenceActivity.ShowBreadCrumbs Method

Definition

Overloads

ShowBreadCrumbs(ICharSequence, ICharSequence)

Change the base title of the bread crumbs for the current preferences.

ShowBreadCrumbs(String, String)

Change the base title of the bread crumbs for the current preferences.

ShowBreadCrumbs(ICharSequence, ICharSequence)

Change the base title of the bread crumbs for the current preferences.

[Android.Runtime.Register("showBreadCrumbs", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V", "GetShowBreadCrumbs_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Handler")]
public virtual void ShowBreadCrumbs (Java.Lang.ICharSequence? title, Java.Lang.ICharSequence? shortTitle);
[<Android.Runtime.Register("showBreadCrumbs", "(Ljava/lang/CharSequence;Ljava/lang/CharSequence;)V", "GetShowBreadCrumbs_Ljava_lang_CharSequence_Ljava_lang_CharSequence_Handler")>]
abstract member ShowBreadCrumbs : Java.Lang.ICharSequence * Java.Lang.ICharSequence -> unit
override this.ShowBreadCrumbs : Java.Lang.ICharSequence * Java.Lang.ICharSequence -> unit

Parameters

shortTitle
ICharSequence
Attributes

Remarks

Change the base title of the bread crumbs for the current preferences. This will normally be called for you. See android.app.FragmentBreadCrumbs for more information.

Java documentation for android.preference.PreferenceActivity.showBreadCrumbs(java.lang.CharSequence, java.lang.CharSequence).

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

ShowBreadCrumbs(String, String)

Change the base title of the bread crumbs for the current preferences.

public void ShowBreadCrumbs (string? title, string? shortTitle);
member this.ShowBreadCrumbs : string * string -> unit

Parameters

title
String
shortTitle
String

Remarks

Change the base title of the bread crumbs for the current preferences. This will normally be called for you. See android.app.FragmentBreadCrumbs for more information.

Java documentation for android.preference.PreferenceActivity.showBreadCrumbs(java.lang.CharSequence, java.lang.CharSequence).

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