Android.App.FragmentBreadCrumbs Class
Helper class for showing "bread crumbs" representing the fragment stack in an activity.

See Also: FragmentBreadCrumbs Members

Syntax

[Android.Runtime.Register("android/app/FragmentBreadCrumbs", DoNotGenerateAcw=true)]
[System.Obsolete("This class is obsoleted in this android platform")]
public class FragmentBreadCrumbs : Android.Views.ViewGroup, FragmentManager.IOnBackStackChangedListener, IDisposable

Remarks

Helper class for showing "bread crumbs" representing the fragment stack in an activity. This is intended to be used with ActionBar.CustomView to place the bread crumbs in the action bar.

The default style for this view is NoType:android/R$style;Href=../../../reference/android/R.style.html#Widget_FragmentBreadCrumbs.

[Android Documentation]

Requirements

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