We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ed0511 commit 3005dc7Copy full SHA for 3005dc7
1 file changed
README.md
@@ -73,7 +73,7 @@ Step 2. Add the dependency
73
### In the Java class
74
75
```sh
76
- believe.cht.fadeintextview.TextView textView textView = (believe.cht.fadeintextview.TextView) findViewById(R.id.textView);
+ believe.cht.fadeintextview.TextView textView = (believe.cht.fadeintextview.TextView) findViewById(R.id.textView);
77
78
textView.setLetterDuration(250); // sets letter duration programmatically
79
textView.isAnimating(); // returns current animation state (boolean)
0 commit comments