Thanks for adding custom action buttons to lightweight Pickers, it's great for ergonomics.
However, they are always laid out in a BoxLayout.x() so they appear all the way to the left instead of being nicely centered (even if added between Cancel and Done).
Would it possible to add an option to spread them out evenly and center them across the available space (maybe make this default before too many start using this option)?
It would be perfect is it's also possible to define a layout that will wrap to several lines if the screen is too narrow for all buttons to fit nicely into one line.
Thanks for adding custom action buttons to lightweight Pickers, it's great for ergonomics.
However, they are always laid out in a
BoxLayout.x()so they appear all the way to the left instead of being nicely centered (even if added between Cancel and Done).Would it possible to add an option to spread them out evenly and center them across the available space (maybe make this default before too many start using this option)?
It would be perfect is it's also possible to define a layout that will wrap to several lines if the screen is too narrow for all buttons to fit nicely into one line.