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 中,视图的默认轴心(X 和 Y)是什么?
默认情况下,视图的中心。
请参阅View.setPivotX
设置视图围绕其旋转和缩放的点的 x 位置。默认情况下,轴心点以对象为中心。设置此属性会禁用此行为并导致视图仅使用显式设置的 pivotX 和 pivotY 值。