Skip to content

Instantly share code, notes, and snippets.

@Cheesebaron
Created January 30, 2013 14:16
Show Gist options
  • Save Cheesebaron/4673539 to your computer and use it in GitHub Desktop.
Save Cheesebaron/4673539 to your computer and use it in GitHub Desktop.
using Android.App;
using Cirrious.MvvmCross.Droid.Views;
namespace BK.EMS.Stakeholder.UI.Droid.vNext
{
[Activity(Label = "NS Stakeholder", Theme = "@android:style/Theme.Black.NoTitleBar", NoHistory = true, Icon = "@drawable/Icon")]
public class MainActivity : MvxBaseSplashScreenActivity
{
public MainActivity()
: base(Resource.Layout.Page_SplashScreen)
{
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment