checkable-chip-view
checkable-chip-view copied to clipboard
Android Chipview Widget
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 ```  
how can i access the check in Java and observe it states? nothing is working like this: 
`android:textColor` and `android:background` should support `ColorStateList` for checked/unchecked states
Current implementation does not support custom fonts and ellipsize mode
Getting the following error when I try to build my Android Studio after adding this library. I have jcenter and jitpack both included on the project level since different dependencies...