Skip to content

Instantly share code, notes, and snippets.

@sthewissen
Created January 17, 2022 13:20
Show Gist options
  • Save sthewissen/f79b58fc8815a8988da9d6fe3ead27a5 to your computer and use it in GitHub Desktop.
Save sthewissen/f79b58fc8815a8988da9d6fe3ead27a5 to your computer and use it in GitHub Desktop.
#if __ANDROID__
Microsoft.Maui.Handlers.ButtonHandler.ButtonMapper["MyCustomization"] = (handler, view) =>
{
handler.NativeView.SetBackgroundColor(Android.Graphics.Color.Green);
};
#endif
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment