public static void Init(Context context, Bundle bundle) { // my only purpose is to exist so when called // this dll doesn't get removed VisualMarker.RegisterMaterial(); }
public static void Init() { // my only purpose is to exist so when called // this dll doesn't get removed VisualMarker.RegisterMaterial(); MColors.Current = MaterialColors.Light.CreateColorScheme(); }