I just updated Android Studio to 3.4 after that the constraint layout handles are not showing in design view.
Asked
Active
Viewed 191 times
1
-
By" constraint layout handles" to you mean your constraints between your views or what? – Tamir Abutbul Apr 30 '19 at 14:32
-
no there will be handles top, left, bottom, and right you can drag and constraint with other views – Jeeva Apr 30 '19 at 14:33
-
Check my answer below, maybe it can help you' – Tamir Abutbul Apr 30 '19 at 14:35
1 Answers
1
Please notice that your container (ConstaintLayout
) is only 30 dp
height, Please select match_parent
.
Once you have done that you can put your views inside it and constraint them to one another (and all that inside the container - the ConstaintLayout
).

Tamir Abutbul
- 7,301
- 7
- 25
- 53