``` if(heightMode == -2147483648) { throw new IllegalArgumentException("layout_width must be equal to `match_parent`"); } ``` How should you use this in a ConstraintLayout with android:layout_width="0dp"?