flipkart-incubator / springy-heads

Chat heads library for android
Apache License 2.0
370 stars 108 forks source link

How do I attach an activity to the inflated view? #26

Open gauravat16 opened 7 years ago

gauravat16 commented 7 years ago

In the service, I have tried to insert the code to use an auto complete view after the layout is inflated but the autocomplete text view now can't be typed in ie. no keyboard pops out.

Is there another way of attaching the activity to the inflated layout?