splitwise / TokenAutoComplete

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

Cursor resizes when a chip is added #375

Closed hannayurkevich closed 5 years ago

hannayurkevich commented 5 years ago

When box is empty the cursor has normal size: image

But when any chip is added then it becomes huge: image

It looks weird, especially when you start typing text.

Could you please fix it or give a clue how to fix it? Thanks!

mgod commented 5 years ago

I think this might do it: https://stackoverflow.com/questions/6225995/can-i-change-the-cursor-size-in-android-edit-text-field/15215378

I don't think there's a general way for me to handle this in the library more directly. Cursor sizing is buried pretty deep in the view.