tylersuehr7 / chips-input-layout

A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
MIT License
583 stars 63 forks source link

Avatar icon not hiding from the list of chips. #34

Open rishabhtanwar opened 6 years ago

rishabhtanwar commented 6 years ago

Hi i have tried this chipsInput.setShowChipAvatarEnabled(false) but it only hides the avatar from the selected chips not from the FilterableChipList. @tylersuehr7