ChipsLayoutManager
ChipsLayoutManager copied to clipboard
When using ellipsize="middle", need to use singeLine="true" on JellyBean
Just a heads-up that on JellyBean, there is a crash when using a TextView with ellipsize="middle" and you don't use singeLine="true" (which many people don't because it has since been deprecated).
I don't know if this can realistically be tested (worked around) within the library, but a heads-up for devs is always good!
https://code.google.com/p/android/issues/detail?id=33868