hanggrian / socialview

Android TextView and EditText with hashtag, mention, and hyperlink support
http://hanggrian.com/socialview/
Apache License 2.0
323 stars 81 forks source link

Social Suggestion Box UI Shadow #39

Closed abhyag closed 6 years ago

abhyag commented 6 years ago

hi.. Can you please help with the UI of social mention suggestion Box . I need to remove the shadow and elevation in the suggestion box. Can it be done ? Pls help

hanggrian commented 6 years ago

Hi there, the suggestion box you are referring to is a MultiAutoCompleteTextView from appcompat-v7. At this time I wanna make sure that every layout component is default to ensure small library size.

But since all classes in this library is open, you can make a custom view yourself. See socialview-commons for example. I'm sorry I can't be more of help.