I want to create a custom textView which looks like the following blue color sphere/ball :
The color is to be supplied by the user. Don't know how to create this layout in android xml. Please help.
I want to create a custom textView which looks like the following blue color sphere/ball :
The color is to be supplied by the user. Don't know how to create this layout in android xml. Please help.
copy the image (.png format with transparency) to the drawable folder and in the xml set the textview property android:background="@drawable/your-image-name"