79501172

Date: 2025-03-11 14:55:24
Score: 3.5
Natty:
Report link
        PickerHandler.Mapper.AppendToMapping("Background", (handler, view) =>
        {
            var border = new Android.Graphics.Drawables.GradientDrawable();
            border.SetShape(Android.Graphics.Drawables.ShapeType.Rectangle);
            border.SetStroke(4, Android.Graphics.Color.Red);
            border.SetCornerRadius(12);

            handler.PlatformView.Background = border;
        });

Is this the result are you looking for?

enter image description here

Reasons:
  • Probably link only (1):
  • Has code block (-0.5):
  • Ends in question mark (2):
  • Starts with a question (0.5): Is this the
  • Low reputation (0.5):
Posted by: galex