私が持っているImageButton
と私はそれにテキストや画像を表示したいです。しかし、エミュレータを試してみると:
<ImageButton
android:text="OK"
android:id="@+id/buttonok"
android:src="@drawable/buttonok"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
画像は表示されますが、テキストは表示されません。どうすればテキストを表示できますか?私を助けてください!