I am placing an application bar on the top of the screen and it looks as the following figure:
Now i want to set a text over the image, so that the image looks as follows:
How to set a text over an image? Thanks in advance
I am placing an application bar on the top of the screen and it looks as the following figure:
Now i want to set a text over the image, so that the image looks as follows:
How to set a text over an image? Thanks in advance
If i guessed correctly you are trying to use Header for you sample..
Set Background as that image and Add text view to that like this..
Or else You have to merge the Layouts by using Framelayout.
Check this Sample for Frame Layout
If you want to put any view on to of any other view on a Relative layout you need to define the top level view below the low level view... for example