You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Problem:
Scrolling often feel laggy, especially in the event viewers. The XML files and code controlling these viewers are far from optimized and possibly outdated at worst.
Lint give the following complaint:
Nested weights are bad for performance
and explains it with:
Layout weights require a widget to be measured twice. When a LinearLayout with non-zero weights is nested inside another LinearLayout with non-zero weights, then the number of measurements increase exponentially.
The 79 affected XML files are too many to show...
Please compile and check lint results for more details
The text was updated successfully, but these errors were encountered:
Priority:
Urgent
Problem:
Scrolling often feel laggy, especially in the event viewers. The XML files and code controlling these viewers are far from optimized and possibly outdated at worst.
Lint give the following complaint:
and explains it with:
The 79 affected XML files are too many to show...
Please compile and check lint results for more details
The text was updated successfully, but these errors were encountered: