Skip to content

Commit

Permalink
Merge pull request PhilJay#1 from redwarp/setTextSize-Documentation
Browse files Browse the repository at this point in the history
Update ComponentBase.java
  • Loading branch information
redwarp authored Aug 18, 2016
2 parents 5daa6dc + 9d0b0fd commit 26a6959
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,10 @@ public void setTypeface(Typeface tf) {
}

/**
* sets the size of the label text in pixels min = 6f, max = 24f, default
* sets the size of the label text in density pixels min = 6f, max = 24f, default
* 10f
*
* @param size
* @param size the text size, in DP
*/
public void setTextSize(float size) {

Expand All @@ -123,7 +123,7 @@ public void setTextSize(float size) {
}

/**
* returns the text size that is currently set for the labels
* returns the text size that is currently set for the labels, in pixels
*
* @return
*/
Expand Down

0 comments on commit 26a6959

Please sign in to comment.