ActionBar.Show Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Show the ActionBar if it is not currently showing.
[Android.Runtime.Register("show", "()V", "GetShowHandler")]
public abstract void Show ();
[<Android.Runtime.Register("show", "()V", "GetShowHandler")>]
abstract member Show : unit -> unit
- Attributes
Remarks
Show the ActionBar if it is not currently showing. If the window hosting the ActionBar does not have the feature Window#FEATURE_ACTION_BAR_OVERLAY
it will resize application content to fit the new space available.
If you are hiding the ActionBar through View#SYSTEM_UI_FLAG_FULLSCREEN View.SYSTEM_UI_FLAG_FULLSCREEN
, you should not call this function directly.
Java documentation for android.app.ActionBar.show()
.
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.