Is it possible to have a flexbox layout kind of wr...
# android
s
Is it possible to have a flexbox layout kind of wrapping around the
MaterialButtonToggleGroup
component? The docs state that this view can have its elements either in a horizontal or vertical fashion only. Is there a workaround for this? I'm looking to build something like this in the image but with a flexbox approach. Currently using the classic RecyclerViewAdapter approach for this. Is it possible to substitute this with a
MaterialButtonToggleGroup
instead?
😶 2