am f6215e55: Fix the build
* commit 'f6215e55df1ab4f6cda33dd081c0a91062a1be63': 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