public new void applyStyle(MessagesListStyle style) { base.applyStyle(style); if (time != null) { time.SetTextColor(new Color(style.getOutcomingImageTimeTextColor())); time.SetTextSize(Android.Util.ComplexUnitType.Px, style.getOutcomingImageTimeTextSize()); time.SetTypeface(time.Typeface, TypefaceStyle.Normal); } if (imageOverlay != null) { imageOverlay.Background = style.getOutcomingImageOverlayDrawable(); } }