What is a good way to do a horizontalLayout
in anko / kotlin ? verticalLayout
works fine - could set orientation on it but it feels wrong. Not sure what I am missing there.
Just use a linearLayout()
function instead.
linearLayout {
button("Some button")
button("Another button")
}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With