checkable-chip-view icon indicating copy to clipboard operation
checkable-chip-view copied to clipboard

Android Chipview Widget

Results 8 checkable-chip-view issues
Sort by recently updated
recently updated
newest added

I want to remove the white highlight when I press on checkable chip view, is there any solution?

I added **ccv_fontFamily** attribute to the project. You just need place your **.ttf** fonts in asset folder. Then xml layout should be like this. ```xml ``` ![Screenshot_20200904-223029_CheckableChipViewDemo 1](https://user-images.githubusercontent.com/44994380/92272385-affe3d80-eefe-11ea-9cea-81bfd1efe9c0.jpg) ![Screenshot_20200904-223034_CheckableChipViewDemo 1](https://user-images.githubusercontent.com/44994380/92272420-bc829600-eefe-11ea-8025-6bacbe9c9e8c.jpg)

how can i access the check in Java and observe it states? nothing is working like this: ![studio64_xqL85saqD3](https://user-images.githubusercontent.com/52101936/70454047-da7bb100-1aba-11ea-827e-a5ea77fb927c.png)

`android:textColor` and `android:background` should support `ColorStateList` for checked/unchecked states

enhancement

Current implementation does not support custom fonts and ellipsize mode

enhancement