File tree 1 file changed +4
-2
lines changed
library/src/main/java/com/github/amlcurran/showcaseview
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -600,7 +600,8 @@ public Builder setParent(ViewGroup parent, int index) {
600
600
601
601
/**
602
602
* 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.
604
605
*/
605
606
public Builder setContentTextPaint (TextPaint textPaint ) {
606
607
showcaseView .setContentTextPaint (textPaint );
@@ -609,7 +610,8 @@ public Builder setContentTextPaint(TextPaint textPaint) {
609
610
610
611
/**
611
612
* 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.
613
615
*/
614
616
public Builder setContentTitlePaint (TextPaint textPaint ) {
615
617
showcaseView .setContentTitlePaint (textPaint );
You can’t perform that action at this time.
0 commit comments