how to set a text over an imageView?

Siva K picture Siva K · Apr 25, 2011 · Viewed 84.1k times · Source

I am placing an application bar on the top of the screen and it looks as the following figure:

enter image description here

Now i want to set a text over the image, so that the image looks as follows:

enter image description here

How to set a text over an image? Thanks in advance

Answer

Tenfour04 picture Tenfour04 · Apr 25, 2011

If you simply want text centered over an image, all you need is a TextView, no image view. Set android:background="@drawable/yourImage" on the TextView.