android - Circular image: alternative to setClipToOutline for pre 21 -


i seeking way create circular images without 3rd party libraries.

i found this post asked same had 0 answers.

in apis post/equal 21 (5.1), usesetcliptooutline method on view (because there bug android:cliptooutline isn't working in xml) , add circular shaped drawable background imageview, app must support version 19 (4.4) onwards.

is there feature allows me achieve this? maybe, in support library?

thanks.


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -