I am placing an application bar on the top of the screen and it looks as the following figure:
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.
android:background="@drawable/yourImage"