Your xml layout information would probably help with diagnosing problems, Unconstrained views will all appear in top left corner.
if using constraintLayout, drag views to desired position in design View and set constraints, or use the magic wand.
Hope that helps ):
2
Answers
One need to add ConstraintLayout to the white field in design mode (where your text and button are).
Then choose the element, rightclick it -> Constraint: parent top, bottom, start, end. Then change numbers and drag the sliders (marked with blue).
Answer
Your xml layout information would probably help with diagnosing problems, Unconstrained views will all appear in top left corner.
if using constraintLayout, drag views to desired position in design View and set constraints, or use the magic wand.
Hope that helps ):