Kotlin and Android Development featuring Jetpack : No complete explanation on 0dp

Hi there!
After the first time 0dp is mentioned, the next sentence is the explanation:

That turns the responsibility of sizing the view over to the .

In other words, setting something to 0dp means the assigned constraints will handle the sizing for the component. Or, if the constraints are not there, the component actually has no size.

Hope this helps!