У меня есть этот макет:
<android.support.constraint.ConstraintLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/ThemeOverlayGoogleMaterialIcons">
<LinearLayout
android:layout_height="wrap_content"
android:layout_width="0dp">
...
в чем смысл android: layout_width = "0dp" не в потомке
LinearLayout
в чем смысл android: layout_width = "0dp", когда нет атрибута weight
?