|
|
|
@ -10,7 +10,7 @@ using Xamarin.Forms;
|
|
|
|
|
|
|
|
|
|
namespace TheGameExtreme.Droid
|
|
|
|
|
{
|
|
|
|
|
[Activity(Label = "OrderStacks", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation, ScreenOrientation = ScreenOrientation.Landscape)] // ConfigChanges.Navigation
|
|
|
|
|
[Activity(Label = "OrderStacks", Theme = "@style/MainTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation, ScreenOrientation = ScreenOrientation.Landscape)]
|
|
|
|
|
|
|
|
|
|
public class MainActivity : global::Xamarin.Forms.Platform.Android.FormsAppCompatActivity
|
|
|
|
|
{
|
|
|
|
|