How to get the absolute coordinates of a view

Use View.getLocationOnScreen() and/or getLocationInWindow().

Leave a Comment