You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
405 B

  1. using Android.App;
  2. using Android.Content.PM;
  3. using Android.OS;
  4. namespace CircleViewerMaui;
  5. [Activity(Theme = "@style/Maui.SplashTheme", MainLauncher = true, ConfigurationChanges = ConfigChanges.ScreenSize | ConfigChanges.Orientation | ConfigChanges.UiMode | ConfigChanges.ScreenLayout | ConfigChanges.SmallestScreenSize | ConfigChanges.Density)]
  6. public class MainActivity : MauiAppCompatActivity
  7. {
  8. }