Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在根据输入动态创建单选按钮。在我的情况下,布局具有固定的宽度和高度是可扩展的。我想要的是如果单选按钮超过固定的布局宽度,那么它应该自动排列在下一行。这是可能的还是我们必须手动进行下一行排列?
您可以尝试使用FlowLayout ,它会在空间不足时自动排列View。
View