Janaka Jayasuriya
Janaka Jayasuriya
Hi @marconi1992, this would be quite useful as most of the time, the data required to populate the list is supplied by an external API, and the dataset could be...
+1 for this feature
In my opinion, if _Salsa_ is already _chipified_ it shouldn't appear as a suggestion again. Actually, I tried removing _chipified_ items from the adapter backing the suggestions, then calling `notifyDatasetChanged`...
@dreamcatcha Thanks for the pointer. MaterialChipsInput seems more suitable for my use case!
If this makes the "awesomefied" text properly align with the rest of the text in a line (regardless of the size/shape of the background, yes I'm interested.
I don't get it, so how does one remove the shadow drawable? (Instead of creating a transparent .png and setting that)
There is no real issue, it's just that you can't set `@android:color/transparent` as `shadowDrawable`. The `View` grew insanely large (sorry not at my development pc to show a screenshot). Instead...
Yes, exactly that. I'll give it a try. From a cursory glance at the code it seems I should probably be looking at `private boolean locationIsInQuery(GeoLocation location)` @ [GeoQuery.java](https://github.com/firebase/geofire-java/blob/3b851b49883060bcafe833e76e2ab8a316a71310/src/main/java/com/firebase/geofire/GeoQuery.java#L110-L112) Shout...
Thanks for the tips jwngr, I will certainly try, but I can't guarantee anything.