In the attached image, I want the column of buttons to match the height of the image, but I also want there to be a minimum height for the column of buttons.
It correctly matches the height of the image, but does not respect the minHeight, and will smoosh the buttons down.
I am setting these properties for the column of buttons:
<LinearLayout
...
android:layout_alignTop="@+id/image"
android:layout_alignBottom="@+id/image"
android:minHeight="150dp"
>
question from:https://stackoverflow.com/questions/7408151/does-minheight-do-anything