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

Can you create autoCompleteTextViews as defined in the Material Specification #1

Closed
chnsh opened this issue Feb 8, 2015 · 3 comments

Comments

@chnsh
Copy link

chnsh commented Feb 8, 2015

http://www.google.com/design/spec/components/text-fields.html#text-fields-auto-complete-text-field

Especially the inset autoCompleteTextView?

@ZieIony ZieIony self-assigned this Feb 8, 2015
@ZieIony
Copy link
Owner

ZieIony commented Feb 8, 2015

I'm thinking about TextViews in general, so yes, I'll be doing that. Thank you for the idea for the next part of code :)

@vbauer
Copy link

vbauer commented Feb 8, 2015

👍

@ZieIony
Copy link
Owner

ZieIony commented Apr 30, 2015

Phew, the first issue and it took 3 months.

EditTexts are there, with floating labels, counters and pattern validation.

AutoCompleteTextView is in progress, but it works a little bit different than the original one. There's no popup, but an adapter you have to handle manually. Take a look at Autocomplete demo.

I'm closing the issue as technically AutoCompleteTextView is created. I'll be developing it more though.

@ZieIony ZieIony closed this as completed Apr 30, 2015
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

3 participants