This seems straightforward, but I can\'t figure out how to do it. I have a horizontal layout with an EditText and two ImageButtons. I want the ImageButtons to be of a fixed si
Use set the layout_width or layout_height to 0dp (By the orientation you want to fill remaining space).
Then use the layout_weight to make it fill remaining space.