我在drawable-mdpi中导入了一张图片,然后从按钮实现了图片,但是出现了错误no resource found here
。我该如何解决这个问题?
我试过这个:
主要的.xml
<Button
android:id="@+id/imageButtonSelector"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:background="@drawable-mdpi/button_focused_orange"/>