开发者

Equal Button Widths In A View

I'm not doing too bad with layouts at the moment but there is just one piece I can't seem to do with ease. Imagine if you will two, or three buttons next to each other and I want them all to be the same size (width) relative to the width of the screen. e.g if the screen was 300 pixels each one would be 100 pixels 开发者_高级运维wide (Assuming there is no boarder etc). A good example of this would be in Excel, I would select three columns next to each other and hit "Distribute cell widths evenly"

So, my question. With a RelativeLayout is there any easy way to position two or more buttons next to each other and have their width automatically adjusted so the widths are the same regardless of text or images.

I could use code to get the screen width and manually setup the button's width's but I'd rather the Android OS did it automatically.


How does one create Buttons with Equal Widths?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜