ConstraintLayout 1.1.0 different from 1.0.2, is it a bug?
问题 If I use 1.0.2, the 3 images' width is average, and the height of them is computed by the radio which I set. If I use 1.1.0, the height of them is 0dp and I can't see nothing, unless I set android:layout_height="match_parent" in the root ConstraintLayout . Is it a bug? Here is my code: <android.support.constraint.ConstraintLayout android:layout_width="match_parent" android:layout_height="wrap_content"> <ImageView android:id="@+id/iv0" android:layout_width="0dp" android:layout_height="0dp"