Skip to content

Commit

Permalink
Auto format the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ebayraktar committed Dec 29, 2023
1 parent 217f9ba commit 8b99dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ To set the text dynamically, you can use
```kotlin
val texts = arrayOf("text1", "text2", "text3")
val fadingTextView = findViewById<FadingTextView>(R.id.fadingTextView)
fadingTextView.setTexts(texts) //You can use an array resource or a string array as the parameter
fadingTextView.setTexts(texts) // You can use an array resource or a string array as the parameter
//fadingTextView.setTexts(R.array.examples)
```

Expand Down

0 comments on commit 8b99dc9

Please sign in to comment.