J'ai un ImageButton
et je veux montrer un texte et une image dessus. Mais quand j'essaye sur l'émulateur:
<ImageButton
android:text="OK"
android:id="@+id/buttonok"
android:src="@drawable/buttonok"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
J'obtiens l'image mais sans le texte. Comment puis-je afficher le texte? Aidez-moi, s'il vous plaît!