tags:

views:

32

answers:

2

In the emulator 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.

A: 

You can use a Selector.

Check this tutorial.

Macarse
+1  A: 

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

Martin