I created a XML file containing two image view. I want to draw two different circles(different size, color) in the center of each view. How can I do that, especially the coordinates. Thanks!
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
you can do that using create
use it in your
You can use this circle.xml for one or more imageViews ... |
|||
|
|
|
Create a subclass of ImageView. Use that subclass in the XML. Then overwrite the
Hope this answers your question. |
|||
|
|
