Rob
04/02/2021, 8:51 PM<com.google.android.material.chip.Chip
android:id="@+id/chip_1"
style="@style/Widget.MaterialComponents.Chip.Choice"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:checked="true"
android:text="Test" />
// tried this but it doesn't work
Chip(context, null, R.style.Widget_MaterialComponents_Chip_Choice)
therealbluepandabear
04/02/2021, 9:01 PMRob
04/02/2021, 9:07 PMtherealbluepandabear
04/02/2021, 9:08 PM