Exit ASSOCIATE-ANDROID-DEVELOPER Associate Android Developer (Kotlin and Java)
Question 4 of 5
0% complete
Q4 Single choice

Which statement is most true about layout_constraintLeft_toRightOf and layout_constraintStart_toEndOf constraints ?

  • A

    layout_constraintLeft_toRightOf is equal to layout_constraintStart_toEndOf in any case

  • B

    layout_constraintLeft_toRightOf is equal to layout_constraintStart_toEndOf in case if user choose a

    language that uses right-to-left (RTL) scripts, such as Arabic or Hebrew, for their UI locale

  • C

    layout_constraintLeft_toRightOf is equal to layout_constraintStart_toEndOf in case if user choose a

    language that uses left-to-right (LTR) scripts, such as English or French, for their UI locale

  • D

    layout_constraintLeft_toRightOf works with horizontal axes and layout_constraintStart_toEndOf works

    with vertical axes