Styling a Kotlin Button - How To: #207
Answered
by
davidakoontz
davidakoontz
asked this question in
Q&A
-
Beta Was this translation helpful? Give feedback.
Answered by
davidakoontz
Oct 18, 2024
Replies: 2 comments
-
This button on Android breaking the text into 2 lines... was resolved by playing with the LazyVGrid parameters... It takes some getting use to... but with Skip... you can do most of what you need to do in SwiftUI... don't think about the Kotlin code... that is a path to headaches. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
davidakoontz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This button on Android breaking the text into 2 lines... was resolved by playing with the LazyVGrid parameters...
It takes some getting use to... but with Skip... you can do most of what you need to do in SwiftUI... don't think about the Kotlin code... that is a path to headaches.