C# Class Smeedee.Android.Widgets.Settings.BuildStatusSettings

Inheritance: PreferenceActivity
显示文件 Open project: Smeedee/Smeedee-Mobile

Public Methods

Method Description
OnWindowFocusChanged ( bool hasFocus ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void
OnResume ( ) : void

Private Methods

Method Description
LoadPreferences ( ) : void

Method Details

OnCreate() protected method

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

OnResume() protected method

protected OnResume ( ) : void
return void

OnWindowFocusChanged() public method

public OnWindowFocusChanged ( bool hasFocus ) : void
hasFocus bool
return void