Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Android Studio 2.3.3。我正在尝试拖动一个视图(如 Palette 中的按钮)并将其放在某些地方,但 Android Studio 不允许我将它放在我想要的位置,只是让它放在 9 个地方。如何解决?
您需要更改视图的底层布局。RelativeLayout如果您想要自由形式的拖放,请尝试使用
RelativeLayout