mdgspace / RotatingText

A periodic text updating library
MIT License
1.58k stars 168 forks source link

Update Text #6

Closed el-samiyel closed 4 years ago

el-samiyel commented 7 years ago

How can I update the text of an existing rotatable?

el-samiyel commented 7 years ago

To elaborate, there seems to be no way to update the text. Am i missing something?

Good work btw, its very classy.

harjot-oberai commented 7 years ago

There is no way to update text inside a rotatable yet. The major issue with it will be calculating and changing the dimensions of the TextView displaying the rotating text, if these calculations are not done properly, then the transitions are not smooth as the dimensions keeps on changing with the text being displayed. I will try to find a workaround to this limitation as soon as I get some time.