protected override void OnCreate(Bundle bundle) { base.OnCreate(bundle); Title = "Show magnifier"; // Create the UI, setup the control references and execute initialization CreateLayout(); Initialize(); }