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