splitwise / TokenAutoComplete

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

Is there a way to get the 'current' number of lines? #386

Closed amandodd closed 5 years ago

amandodd commented 5 years ago

As question says, is there a way to get the number of lines after X amount of tokens have been added?

mgod commented 5 years ago

I'm not sure - The field is still an EditText, so I might search around and see if there's a way to do it for that. A quick googling suggests getLineCount()?