splitwise / TokenAutoComplete

Gmail style MultiAutoCompleteTextView for Android
Apache License 2.0
1.3k stars 383 forks source link

Lines count for collapse state #273

Closed podurets-ruslan closed 7 years ago

podurets-ruslan commented 7 years ago

I need similar lib, but count of lines in not expanded state must be 2. Is it possible with your lib without hard code changes?

mgod commented 7 years ago

No, sorry, that's not something I plan to support. The best way to do this is to disable collapse, and put the TokenCompleteTextView in a scrollview of the height you want.