How does Constraint Layout works in android?
Answers
Answered by
0
◦•●◉✿[ Answer ]✿◉●•◦
Android ConstraintLayout is used to define a layout by assigning constraints for every child view/widget relative to other views present. A ConstraintLayout is similar to a RelativeLayout, but with more power. ... Baseline handle – It's used to align the baseline with another textview in the layout.
Android ConstraintLayout is used to define a layout by assigning constraints for every child view/widget relative to other views present. A ConstraintLayout is similar to a RelativeLayout, but with more power. ... Baseline handle – It's used to align the baseline with another textview in the layout.
Similar questions