I'm adding a material ChipGroup dynamically to a parent linear layout which is set to VERTICAL orientation but the chip items seem to be added horizontally. Is there any way to make it lay out the chip items vertically?
setLayoutDirection() method of ChipGroup class method doesn't seem to take any parameter that supports VERTICAL orientation.