• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Adding Text inside the circle

Hello,

You can use a drawable background (with an android:shape="oval"), and use this drawable as the background for your TextView

Best regards,
Oli

----------
Try 100% free application "junk food emergency" on Google Play if you want to find some junk food around !
 
You can use canvas.drawText()

You pass in your text along with x and y coordinates and a paint object. You define your typeface and size in the paint object.
 
Back
Top Bottom