ConstraintLayoutPerformanceTest icon indicating copy to clipboard operation
ConstraintLayoutPerformanceTest copied to clipboard

Ensure the layout xml's match

Open wildsmith opened this issue 8 years ago • 0 comments

A few updates need to be made to properly measure performance between these ViewGroups:

  1. Update the ImageView's in ConstraintLayout to have the same scaleType as the other two layouts. Currently both the RelativeLayout and LinearLayout use centerCrop.
  2. Update the first, ie main, ImageView's in both the ConstraintLayout and the LinearLayout to use the same src; I'm assuming we want to use sample_03 based on your blog post.
  3. Update the TextView's in the ConstraintLayout to have the proper text, it's currently missing, as well as text color, text size, backgrounds, line counts, ellipsize.
  4. Update the ImageViews in the ConstraintLayout to have the correct sources, it looks like a bunch of them are set to the same src, as well as padding, tint, etc.

When done can you re-measure performance and update your blog post? I'm really curious what the results would be.

wildsmith avatar Sep 29 '17 15:09 wildsmith