在 android 中为按钮添加背景图像时遇到问题

Having trouble adding image in background for button in android

enter image description here

我做了一个按钮,在按钮的背景中添加了图像,但是图像没有弹出。在视频中我跟着按钮的背景改变了但我的没有

尝试添加 imageView 而不是 button 或删除

android:text=".."

添加一个imageview,推荐

<ImageView 
android:src = "@drawable/..."
android:scaleType = ""

通过添加 scaletype,您将拥有替代视图和更多控制权