Home > Mobile >  AS in the prompt: this view is not the constraint vertically. How should solve?
AS in the prompt: this view is not the constraint vertically. How should solve?

Time:09-22


AS in the prompt: this view is not the constraint vertically. How should solve? Thank you for your

CodePudding user response:

You should use the ConstraintLayout, internal components need to set constraints, you should also lacks such as level constraints

CodePudding user response:

App: layout_constraintTop_toTopOf

CodePudding user response:

App: layout_constraintBottom_toBottomOf
App: layout_constraintTop_toBottomOf
App: layout_constraintBottom_toTopOf
  • Related