Looks for LinearLayouts which should set android:baselineAligned=false
When a LinearLayout is used to distribute the space proportionally between nested layouts, the baseline alignment property should be turned off to make the layout computation faster.