Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@MarcBruins
Created October 14, 2017 10:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MarcBruins/25a31516a2589a1d8b3e98438d52af02 to your computer and use it in GitHub Desktop.
Save MarcBruins/25a31516a2589a1d8b3e98438d52af02 to your computer and use it in GitHub Desktop.
Setup.cs
namespace MonkeyList.Droid
{
public class Setup : MvxAndroidSetup
{
//Default stuff goes here
protected override IEnumerable<Assembly> AndroidViewAssemblies => new List<Assembly>(base.AndroidViewAssemblies)
{
typeof(MvvmCross.Droid.Support.V7.RecyclerView.MvxRecyclerView).Assembly
};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment