What constraints do not exist?


Relative positioning is one of the basic building blocks of creating layouts in ConstraintLayout. Constraints allow you to position a given widget relative to another one.

What constraints do not exist?
A . layout_constraintBottom_toBottomOf
B . layout_constraintBaseline_toBaselineOf
C . layout_constraintBaseline_toStartOf
D . layout_constraintStart_toEndOf

Answer: C

Explanation:

Reference: https://developer.android.com/reference/androidx/constraintlayout/widget/ConstraintLayout

Leave a Reply

Your email address will not be published.