我将在我的应用程序中使用图像按钮并且我需要在使用此代码的按钮上显示按钮标题,但它没有显示标题
<ImageButton
android:id="@+id/try_button"
android:background="@drawable/custom_button"
android:layout_width="match_parent"
android:layout_height="60dp"
android:layout_margin="10dp"
android:text="@string/trybutton_caption" />
我怎样才能做到这一点?
谢谢你。