C# Class ActionBarCompat.ThemeDarkMainActivity

Inheritance: ActionBarActivity
Mostra file Open project: jamesmontemagno/Xamarin.Android-AppCompat

Public Methods

Method Description
OnCreateOptionsMenu ( IMenu menu ) : bool
OnOptionsItemSelected ( IMenuItem item ) : bool

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Method Details

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

OnCreateOptionsMenu() public method

public OnCreateOptionsMenu ( IMenu menu ) : bool
menu IMenu
return bool

OnOptionsItemSelected() public method

public OnOptionsItemSelected ( IMenuItem item ) : bool
item IMenuItem
return bool