I’m trying to implement a button bar that starts h...
# android
m
I’m trying to implement a button bar that starts horizontal and goes vertical if there’s not enough room. I’m experiencing two issues: 1. There seems to be no way to limit the number of chains, so i could end up with say 2 rows if there’s 3 buttons which is not really what i want. 2. I don’t see a way to have the buttons lay themselves out in reverse order if it goes vertical (ie, i want the primary button on the right if horizontal, top if vertical)