tylersuehr7 / chips-input-layout

A customizable Android ViewGroup for displaying Chips (specified in the Material Design Guide).
MIT License
583 stars 63 forks source link

How to chnage the chip backgrounf color #44

Open ritusuman opened 5 years ago

Ryanhustler420 commented 4 years ago

chips_input = findViewById(R.id.chips_input); chips_input.setChipDetailsBackgroundColor(ColorStateList.valueOf(Color.BLACK)); chips_input.setChipDetailsTextColor(ColorStateList.valueOf(Color.BLACK));