How to show hint text over Icon? I try to place Text() in one Box() with Icon() when mouse pointer enter in Icon. The text is shown on top of the icon, but the problem is that the box changes its size and changes the position of neighboring elements. My code:
I try to play with Popup(). Small problem is that it intercepts mouse messages on itself. I got an acceptable results by adding timers, filtering move messages, and forcibly disabling popups after a certain time
g
Greg Steckman
11/15/2020, 10:14 PM
Can someone point me to documentation on pointerMoveFilter? I have seen examples, but the IDE/Compiler isn't finding it, and I cannot find it in the API documentation under androidx.compose.ui.gesture. Using version 0.1.0-m1.build62.
v
Vadim Kapustin
11/16/2020, 8:22 AM
I'm use version 0.1.0-build113. pointerMoveFilter is in androidx.compose.ui.input.pointer