Skip to content

Instantly share code, notes, and snippets.

@caseycrites
Created June 12, 2012 23:54
Show Gist options
  • Select an option

  • Save caseycrites/2920887 to your computer and use it in GitHub Desktop.

Select an option

Save caseycrites/2920887 to your computer and use it in GitHub Desktop.
// TODO: we need to find another way to implement RelativeLayout
// This implementation cannot handle every case
@Override
protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment