-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppCompat v22 support #132
Comments
It may just work if you modify the library to have the token view extend the support library class. I'm not sure I'm ready to force use of the support library or have two different versions of the token view out there yet. |
+1 |
For future reference, simply extending from AppCompatMultiAutoCompleteTextView works, but I agree with not having a dependency to support lib is important |
Good to know. I'm actually planning to deprecate the current version and build 3.0 around material design principles and use the AppCompat versions. It's a little more complicated change than just swapping out the parent, so it seemed like I should hold off on adding the dependency until I'm developing around it. |
Version |
Hi,
I'm using AppCompat v22 and it now supports AppCompatMultiAutoCompleteTextView for widget tinting.
Is there a way to use this instead of extending MultiAutoCompleteTextView? Thanks!
The text was updated successfully, but these errors were encountered: