Пример #1
0
 public void applyStyle(MessagesListStyle style)
 {
     if (time != null)
     {
         time.SetTextColor(new Color(style.getOutcomingTimeTextColor()));
         time.SetTextSize(Android.Util.ComplexUnitType.Px, style.getOutcomingTimeTextSize());
         time.SetTypeface(time.Typeface, TypefaceStyle.Normal);
     }
 }