kofigyan / StateProgressBar

Android library to realize the various states and transitions in a ProgressBar.
1.55k stars 234 forks source link

Cannot make the Description text in Two Lines... #4

Closed aneeshkr-me closed 6 years ago

aneeshkr-me commented 7 years ago

I wanted to make the description text in two lines. I tried passing '\n' within the text but it was not making any difference

kofigyan commented 7 years ago

This looks like a good idea. I will consider adding this feature in future updates. In my opinion it should be possible to implement such a feature with moderate effort.

Adnan-addi commented 6 years ago

i am having the same issue , i want to display the text in two lines , how can i achieve this . \n doesn't work.

kofigyan commented 6 years ago

Hi @itzAneesh and @Adnan-addi , ability to add multiline description to state descriptions completed now. Check the docs(Quick intro at Readme,md page/main page). Options to justify description texts, specify spacing for description and set maximum description line included in this update. Thank you all for your patience.

Beevish commented 6 years ago

hey can you add this ability in your xamarin library also.