splitwise / TokenAutoComplete

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

Not working in scrollview #270

Closed Venkatesh2391 closed 6 years ago

Venkatesh2391 commented 7 years ago

For more than 1 line exists, then only able to see current line item, no able to see remaining line items actullay i set it to wrap content even though its limited to one line, even i set collapse false but it working this happening in scrolliew bug

mgod commented 6 years ago

Sorry for the slow response! collapse only matters when the view no longer has focus. I think if you want it to keep showing tokens all in one line and show previous tokens, you'll need to put it in a horizontal scroll view and allow the width to wrap content. You'll probably also need to set singleLine to true.