i asked the question about haw to create a button by a text & an image
Button contains text & image from the Internet [android]
it was very helpful.But, the problem is :
i want a button contains the image & under it the text (not as background)
am looking how to add this image as the text and specify their place??
thanx
You can try creating
LayerDrawablewith two layers: transparent (size of the button) and your image on top and set it as background. Then add text as a caption and usegravity = bottomto position it.