Simple question but I can't find solution.
Default data: I have some Button among other buttons. Buttons are in the LinearLayout and then in the ScrollView.
Situation: ScrollView was scrolled, button is not on those part of screen which user can see now.
StackO suggests me only getVisibility() method, but programmatically button is visible!
How can I understand see user button or no - is button on the visible part of the screen for user or no?