* commit '91622961171c5710a36a4123e2c8f406b026f51a': Fix the build
This commit is contained in:
@@ -669,7 +669,7 @@ public class LinearLayout extends ViewGroup {
|
||||
}
|
||||
|
||||
LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams) child.getLayoutParams();
|
||||
lp.onResolveLayoutDirection(layoutDirection);
|
||||
lp.resolveLayoutDirection(layoutDirection);
|
||||
|
||||
totalWeight += lp.weight;
|
||||
|
||||
@@ -1014,7 +1014,7 @@ public class LinearLayout extends ViewGroup {
|
||||
|
||||
final LinearLayout.LayoutParams lp = (LinearLayout.LayoutParams)
|
||||
child.getLayoutParams();
|
||||
lp.onResolveLayoutDirection(layoutDirection);
|
||||
lp.resolveLayoutDirection(layoutDirection);
|
||||
|
||||
totalWeight += lp.weight;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user