protected override void SetBindings() { Bindings.Add(this.SetBinding(() => ViewModel.SuccessfullySent).WhenSourceChanges(() => { if (ViewModel.SuccessfullySent) { TimeLabel.SetCompoundDrawablesWithIntrinsicBounds(0, 0, Resource.Drawable.icon_double_tick, 0); } })); }