当前位置: 代码迷 >> Android >> android UI格局的性能优化小结
  详细解决方案

android UI格局的性能优化小结

热度:51   发布时间:2016-05-01 11:38:57.0
android UI布局的性能优化小结
  1. 在LinearLayout中慎用layout_weight;
  2. 减少布局的层次;
  3. 去除不用的布局;
  4. 去除不用或者是累赘的的父控件;
  5. 使用compound drawables;
  6. 使用include,merge,ViewStub 标签;
  7. 背景的优化;
  相关解决方案