We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aaa1566 + 5da6eb3 commit 4e4834dCopy full SHA for 4e4834d
materialintro/src/main/java/co/mobiwise/materialintro/view/MaterialIntroView.java
@@ -582,7 +582,7 @@ private void setColorTextViewInfo(int colorTextViewInfo) {
582
textViewInfo.setTextColor(this.colorTextViewInfo);
583
}
584
585
- private void setTextViewInfo(String textViewInfo) {
+ private void setTextViewInfo(CharSequence textViewInfo) {
586
this.textViewInfo.setText(textViewInfo);
587
588
@@ -694,7 +694,7 @@ public Builder setTextColor(int textColor) {
694
return this;
695
696
697
- public Builder setInfoText(String infoText) {
+ public Builder setInfoText(CharSequence infoText) {
698
materialIntroView.enableInfoDialog(true);
699
materialIntroView.setTextViewInfo(infoText);
700
0 commit comments