Skip to content

Instantly share code, notes, and snippets.

@julenka
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save julenka/d698d6cab52ebcc6c1bc to your computer and use it in GitHub Desktop.

Select an option

Save julenka/d698d6cab52ebcc6c1bc to your computer and use it in GitHub Desktop.
get view location #android
/* Functions to set up the view's size and position */
private int[] getViewPos() {
int[] loc = {0, 0};
this.getLocationOnScreen(loc);
return loc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment