Tag view background color is not changing form xml
Tag view background color is not changing from its default theme. It needs to set app:tag_theme="none" please change the default to none or mention this in documentation to set the theme to none.
I'm sorry to reply too late.
There is a little doubt here, I will improve this with your suggestion.
Thanks!
2017-06-30 19:52 GMT+08:00 Muhammad Faizan Khan [email protected]:
Tag view background color is not changing from its default theme. It needs to set app:tag_theme="none" please change the default to none or mention this in documentation to set the theme to none.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/whilu/AndroidTagView/issues/57, or mute the thread https://github.com/notifications/unsubscribe-auth/AGkeW1ukx99HABp-sN8iYyTW1Wq1LSqKks5sJOGBgaJpZM4OKfSF .
Thanks you all I was just breaking my head to know why my customization were not working =)
@faiz636 check this
<co.lujun.androidtagview.TagContainerLayout android:id="@+id/tags_view" android:layout_width="match_parent" android:layout_height="wrap_content" android:layout_marginStart="16dp" android:layout_marginTop="8dp" app:tag_theme="none" android:layout_marginEnd="16dp" app:container_background_color="@color/colorWhite" app:container_border_color="#FAFAFA" app:tag_background_color="#888888" app:tag_background="#888888" app:tag_clickable="true" app:tag_text_color="#ffffff" />
this is working example