Possible Duplicate:
How to show the text on a ImageButton?
what is wrong with the xml, I can not see my text on the button
<ImageButton
android1:id="@+id/btnShowLocation"
android1:layout_width="wrap_content"
android1:layout_height="wrap_content"
android1:layout_alignParentBottom="true"
android1:layout_centerHorizontal="true"
android1:contentDescription="@string/empty"
android1:layout_marginBottom="40dp"
android1:src="@drawable/blue_button"
android1:background="@null"
android1:text = "@string/here_and_now"
android1:textColor="@string/black_color"
android1:gravity="center"
/>