OnHover to view

I tried to implement onHoverListener on a button in Android programming, however I found that onHover not available in the library.

But I saw a sample code in the developer section, can I find out how onHover works on a button? Or does it only support View ?

+4
source share
1 answer

Source: https://habr.com/ru/post/1383553/


All Articles