Skip to content Skip to sidebar Skip to footer

Draw A Hatched Circle In Android

Does anyone know how i can draw programmatically in android something like this (without using opengl)? Pic

Solution 1:

You can use shape drawables (circles and lines) to define elements and then combine them in one drawable with Layer List. All this can be defined in XML.


Post a Comment for "Draw A Hatched Circle In Android"