21 Mart 2018 Çarşamba

Drawable Sınıfı

cosntructor
Şöyle yaparız.
Drawable arrow = ContextCompat.getDrawable(this, R.drawable.ic_arrow);
mutate metodu
Şöyle yaparız.
Drawable drawable = ContextCompat.getDrawable(context, resource).mutate();
setColorFilter metodu
Şöyle yaparız.
drawable.setColorFilter(ColorHelper.getPrimaryColor(), PorterDuff.Mode. OVERLAY);

Hiç yorum yok:

Yorum Gönder