Android.Preferences.PreferenceActivity.ShowBreadCrumbs Method
Change the base title of the bread crumbs for the current preferences.

Syntax

[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)

Parameters

title
Documentation for this section has not yet been entered.
shortTitle
Documentation for this section has not yet been entered.

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.

[Android Documentation]

Requirements

Namespace: Android.Preferences
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11