Skip to content

Commit 3205e41

Browse files
committed
Improve Javadoc
1 parent 2147549 commit 3205e41

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

library/src/main/java/com/github/amlcurran/showcaseview/ShowcaseView.java

+4-2
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,8 @@ public Builder setParent(ViewGroup parent, int index) {
600600

601601
/**
602602
* Sets the paint that will draw the text as specified by {@link #setContentText(CharSequence)}
603-
* or {@link #setContentText(int)}
603+
* or {@link #setContentText(int)}. If you're using a TextAppearance (set by {@link #setStyle(int)},
604+
* then this {@link TextPaint} will override that TextAppearance.
604605
*/
605606
public Builder setContentTextPaint(TextPaint textPaint) {
606607
showcaseView.setContentTextPaint(textPaint);
@@ -609,7 +610,8 @@ public Builder setContentTextPaint(TextPaint textPaint) {
609610

610611
/**
611612
* Sets the paint that will draw the text as specified by {@link #setContentTitle(CharSequence)}
612-
* or {@link #setContentTitle(int)}
613+
* or {@link #setContentTitle(int)}. If you're using a TextAppearance (set by {@link #setStyle(int)},
614+
* then this {@link TextPaint} will override that TextAppearance.
613615
*/
614616
public Builder setContentTitlePaint(TextPaint textPaint) {
615617
showcaseView.setContentTitlePaint(textPaint);

0 commit comments

Comments
 (0)