Ejemplo n.º 1
0
        protected override void UpdateBackgroundColor()
        {
            if (Element == null || Control == null)
            {
                return;
            }

            _backgroundTracker?.UpdateDrawable();
        }
Ejemplo n.º 2
0
 void UpdateBackgroundColor()
 {
     _backgroundTracker?.UpdateDrawable();
 }