Updated (ConstraintLayout 1.1.+)
Use app:layout_constrainedWidth="true" with android:layout_width="wrap_content"
Previously (deprecated):
app:layout_constraintWidth_default="wrap" with android:layout_width="0dp"
Use app:layout_constrainedWidth="true" with android:layout_width="wrap_content"
app:layout_constraintWidth_default="wrap" with android:layout_width="0dp"