* commit '4e1b2f44e9f43b123e00eb210c9fa4ec78710782': Fix typos in LinearLayout comments
This commit is contained in:
@@ -1340,7 +1340,7 @@ public class LinearLayout extends ViewGroup {
|
||||
private void forceUniformHeight(int count, int widthMeasureSpec) {
|
||||
// Pretend that the linear layout has an exact size. This is the measured height of
|
||||
// ourselves. The measured height should be the max height of the children, changed
|
||||
// to accomodate the heightMesureSpec from the parent
|
||||
// to accommodate the heightMeasureSpec from the parent
|
||||
int uniformMeasureSpec = MeasureSpec.makeMeasureSpec(getMeasuredHeight(),
|
||||
MeasureSpec.EXACTLY);
|
||||
for (int i = 0; i < count; ++i) {
|
||||
|
||||
Reference in New Issue
Block a user