AndroidTagView icon indicating copy to clipboard operation
AndroidTagView copied to clipboard

Tag view background color is not changing form xml

Open faiz636 opened this issue 8 years ago • 3 comments

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.

faiz636 avatar Jun 30 '17 11:06 faiz636

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 .

whilu avatar Jul 01 '17 15:07 whilu

Thanks you all I was just breaking my head to know why my customization were not working =)

andreikeda avatar Jan 30 '18 12:01 andreikeda

@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

asadmukhtar28 avatar Dec 06 '19 20:12 asadmukhtar28