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.
我正在使用 Eclipse 制作一个 android 应用程序。我是一个初学者,我想知道如何在我的页面上放置我想要的图像。由于对齐,它会一直锁定在某些地方。当然,您必须能够单击图像视图并将其拖到所需的位置?谢谢
如果使用 RelativeLayout 或 FrameLayout 作为容器,则可以将内部 Views 放置在您想要的任何位置。它们仍然必须以某种方式对齐,但通过更改边距,它们可以位于父级中的每个位置。