Preguntas etiquetadas con imagebutton

127
¿Cómo mostrar el texto en un ImageButton?

Tengo un ImageButtony quiero mostrar un texto y una imagen en él. Pero cuando pruebo el emulador: <ImageButton android:text="OK" android:id="@+id/buttonok" android:src="@drawable/buttonok" android:layout_width="match_parent" android:layout_height="wrap_content" /> Me sale la imagen...