Re: [mono-android] How to use Orientation OnConfiguration method in monoandroid

2013-03-01 Thread pushtest82
How to use Orientation in mono for android? Here I post my code , [Activity (Label = "Setting",Theme = "@android:style/Theme.Black.NoTitleBar.Fullscreen",ConfigurationChanges=Android.Content.PM.ConfigChanges.Orientation|Android.Content.PM.ConfigChanges.KeyboardHidden)] //,ScreenOrientation = Scre

[mono-android] How to use Orientation onConfigurationChanged method in monoandroid?

2013-03-01 Thread pushtest82
logout_btn.Click+= delegate { StartActivity(typeof(LoginScreen)); }; } } } } Give me a exact solution for using orientation in monoandroid!