我有一个Imagebutton,我希望鼠标悬停时更改图像。
<ImageButton android:id="@+id/btnClubs"
android:layout_width="wrap_content" android:layout_height="wrap_content"
android:src="@drawable/clubs" >
</ImageButton>
final ImageButton clubsButton = (ImageButton) findViewById(R.id.btnClubs);
我注意到我不能把方法mouseleave或mouseenter。 感谢
答案 0 :(得分:0)
使用Selector
作为ImageButton
的背景,我认为您的意思是说焦点变化不是鼠标悬停