ChipsLayoutManager
ChipsLayoutManager copied to clipboard
when use STRATEGY_FILL_VIEW, gravity center invalid
itemView gravity center invalid, it seems cause by layout view without measure
Yes, I can confirm that. Items are left aligned in their container that will be stretched on STRATEGY_FILL_VIEW. A possible bypass could be to fill the contents to the container, but even setting fill_parent
on the layout_width
will be ignored. Last commit 4 years ago, dead.
Yes, I can confirm that. Items are left aligned in their container that will be stretched on STRATEGY_FILL_VIEW. A possible bypass could be to fill the contents to the container, but even setting
fill_parent
on thelayout_width
will be ignored. Last commit 4 years ago, dead.
flexbox instead
@ColorfulHorse Flexbox was not right for me, I used the GridLayoutManager, instead.