Skip to content
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

Closed
maricaralbarando opened this issue May 20, 2015 · 5 comments
Closed

AppCompat v22 support #132

maricaralbarando opened this issue May 20, 2015 · 5 comments

Comments

@maricaralbarando
Copy link

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!

@mgod
Copy link
Contributor

mgod commented May 25, 2015

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.

@wrozwad
Copy link

wrozwad commented Dec 7, 2015

+1

@bugraoral
Copy link

For future reference, simply extending from AppCompatMultiAutoCompleteTextView works, but I agree with not having a dependency to support lib is important

@mgod
Copy link
Contributor

mgod commented Dec 17, 2015

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.

@mgod
Copy link
Contributor

mgod commented Mar 9, 2019

Version 3.0.0 now inherits from AppCompat.

@mgod mgod closed this as completed Mar 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants