Character limit?
Closed this issue · 4 comments
martymiller commented
Is there a character limit on toasts?
Muddz commented
Sort of. There is textView.setMaxLines(2);
on the TextView
showing the Toast text
martymiller commented
I assume you had a reason for that. Does it screw up the layout if there are more than two?
Muddz commented
@martymiller As I remember there was no specific reason. Maybe I should raise the number to whatever the default Android Toast allows. Thanks for the notice
Muddz commented
@martymiller new update out in version 1.0.9. Limit is now set to 4 lines