In the emu开发者_StackOverflowlator on touching my button I want its image to be changed. I just want to bring my mouse pointer there, without click. This can be observed for thr keys of the emulator. On touch a blue image appears on the keys.
You can use a Selector.
Check this tutorial.
There is no mouse in Android - hence there is no mouse-over, so the effect which you mentioned regarding the emulator keys is not applicable for Android applications
You could just react on focused and pressed events
精彩评论