防止视图溢出

时间:2014-03-20 12:21:06

标签: android

我有一个RadioGroup,其中包含8个RadioButton和水平方向。屏幕可以容纳7 RadioButton s而没有拥塞。但是对于第8 RadioButton,只显示了其中的一半。如何让它出现在下一行呢?

1 个答案:

答案 0 :(得分:2)

使用选择器创建自定义单选按钮。 widthOfButton = screenWidth / NoOfRadioButton

访问链接How can I set the width of radio buttons to change with regards to screen size? (android)

希望你的问题会很短暂。