Commits

Romain Guy authored 5b1b2417106
Add a new attribute to LinearLayout: useLargestChild. Bug #2379138 This new attribute is to be used when the LinearLayout is wrap_content but you want all the children inside to have the same dimension. Set useLargestChild to true and give all the children a width/height of 0 and a weight of 1.0.