android UI格局的性能优化小结

android UI布局的性能优化小结在LinearLayout中慎用layout_weight;减少布局的层次;去除不用的布局;去除不

android UI布局的性能优化小结

    在LinearLayout中慎用layout_weight;减少布局的层次;去除不用的布局;去除不用或者是累赘的的父控件;使用compound drawables;使用include,merge,ViewStub 标签;背景的优化;