2 references to BackgroundColor
Microsoft.Maui.Controls.Compatibility (2)
Android\Renderers\BorderDrawable.cs (2)
149
public Color PressedBackgroundColor =>
BackgroundColor
.AddLuminosity(-.12f);//<item name="highlight_alpha_material_light" format="float" type="dimen">0.12</item>
203
paint.Color = pressed ? PressedBackgroundColor.ToAndroid() :
BackgroundColor
.ToAndroid();