英文:
ConstraintLayout positioning doesn’t work
问题
当我将一个项目拖入Android Studio中的ConstraintLayout中时,它会直接放在布局的顶部,直到我为其添加约束之前,我无法移动它。我想要在设计时启用位置调整。
这是我想要的效果:
当我在ConstraintLayout中添加一个项目时,它总是默认放在顶部的位置:
我已经到处搜索,但找不到任何解决方案。欢迎任何帮助。
英文:
When I drag an item into a ConstraintLayout in Android Studio, it goes directly to the top of the layout and I can't move it until I put the constraints on it. I want to turn on design time position.
This is what I want:
When I add an item inside constraint layout, there is always a default location in the top:
I searched everywhere and I couldn’t find any solution. Any help is welcome.
答案1
得分: 0
你必须将你的电脑区域格式更改为英语。
英文:
You have to change your pc region format to English
see
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论