I have a ImageButton and I want show a text and a image on it. But when I try
<ImageButton
android:text="OK"
android:id="@+id/buttonok"
android:src="@drawable/buttonok"
android:layout_width="match_parent"
android:layout_height="wrap_content"/>
I get on Emulator the button have image but without the text. How can i show the text, please help me !

