I'm programming an Android game using AndEngine. I want to create a circle which has a number in, like in this picture:
相关问题
- Delete Messages from a Topic in Apache Kafka
- Jackson Deserialization not calling deserialize on
- How can I create this custom Bottom Navigation on
- How to maintain order of key-value in DataFrame sa
- StackExchange API - Deserialize Date in JSON Respo
Well I guess the simplest way is to just put a picture like that in haha. You could always use an image with a circle then layer the text with the number over the top of it.
Something like this:
circle.xml (in res/drawable)
and circletext.xml (in res/layout):
looks like this: