Android.App.Activity.SetProgressBarVisibility Method
Sets the visibility of the progress bar in the title.

Syntax

[Android.Runtime.Register("setProgressBarVisibility", "(Z)V", "")]
public void SetProgressBarVisibility (bool visible)

Parameters

visible
Whether to show the progress bars in the title.

Remarks

Sets the visibility of the progress bar in the title.

In order for the progress bar to be shown, the feature must be requested via Activity.RequestWindowFeature(Android.Views.WindowFeatures).

[Android Documentation]

Requirements

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