Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
找不到以下类:-(ImageButton更改为android.widget.ImageButton, Fix Build Path, Edit XML)
ImageButton
android.widget.ImageButton
Fix Build Path
Edit XML
当我使用android:src="@drawable/change_button"指向选择器 xml 文件来定义按钮按下或不按下时的状态时,就会发生这种情况!
android:src="@drawable/change_button"
*"当我使用 android:src="@drawable/change_button"*
按钮表面上的图像由android:srcXML 元素中的属性或setImageResource(int)方法定义。
android:src
setImageResource(int)
所以,试试第二种方法。如果错误仍然存在,请检查您的 *change_button.xml*