public static Bitmap drawCircle(int width,int height, int borderWidth) { Bitmap canvasBitmap = Bitmap.createBitmap( 350, 350, Bitmap.Config.ARGB_8888); BitmapSha
Idea: Use a simple TextView component.
Then create this custom shape:
And finally set this shape to be the background of your textview.
For more suggestions check this link: Android draw circle around Text