public SponsorImageView(Context context, IAttributeSet attrs, int defStyleAttr)
     : base(context, attrs, defStyleAttr)
 {
     binding = SponsorImageViewBinding.Inflate(LayoutInflater.From(context), Resource.Layout.view_sponsor_image, this, true);
 }
Пример #2
0
 public SponsorImageView(Context context, IAttributeSet attrs, int defStyleAttr) : base(context, attrs, defStyleAttr)
 {
     binding = SponsorImageViewBinding.Inflate(LayoutInflater.From(context), Resource.Layout.view_sponsor_image, this, true);
 }