android - Difference between ColorDrawable and PaintDrawable -


by looking @ android developers documentation of paintdrawable , colordrawable, can not distinguish difference between two. hope can enlighten me one...

thanks, artsylar

a colordrawable simple kind of drawable fills canvas color. can set colorfilter on colordrawable, ignored. paintdrawable more complex; draws color, operation can modified colorfilter, paint object. colordrawable cheaper use more limited in can use for.


Comments

Popular posts from this blog

how to build hyperlink for query string in php -

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

html - How to set table cell value using jquery -