I need to create 4 buttons with equal width in a row. I know how to do that using linear layout and weights, but that’s not quite acceptable for me. I have some other views that are related to my 4 buttons, so I’d like to do everything inside relative layout. Is it possible?
Share
How about setting the buttons’ width to a standard size?
Addition
To find the width of the display at runtime: