Skip to content

Commit

Permalink
Merge pull request #17 from SylpheM/master
Browse files Browse the repository at this point in the history
Remove extra line spacing at bottom
  • Loading branch information
Dean Wild committed Oct 18, 2016
2 parents 31c427a + 8f20b4b commit b36ca21
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -334,7 +334,7 @@ protected void onMeasure(int widthMeasureSpec, int heightMeasureSpec) {
height = mDesiredHeight;
}

setMeasuredDimension(width, height + getLineHeight());
setMeasuredDimension(width, height);
}

// GETTERS AND SETTERS
Expand Down

0 comments on commit b36ca21

Please sign in to comment.