- 语法:
<layout android:defaultHeight="integer" android:defaultWidth="integer" android:gravity=["top" | "end" | ...] android:minHeight="integer" android:minWidth="integer" />
- 包含于:
<activity>
- 说明:
- 包含一些属性,这些属性会影响 activity 在多窗口模式下的行为。
- 属性:
android:defaultHeight
- 在自由窗口模式下启动时 activity 的默认高度。
android:defaultWidth
- 在自由窗口模式下启动时 activity 的默认宽度。
android:gravity
- 在自由窗口模式下启动时 activity 的初始位置。
请参阅
Gravity
获取合适的值。 android:minHeight
- 分屏模式和自由窗口模式下 activity 的最小高度。如果用户在分屏模式下移动分隔线,使 activity 尺寸小于指定的最小值,则系统会将 activity 剪裁为用户请求的高度。
android:minWidth
- 分屏模式和自由窗口模式下 activity 的最小宽度。如果用户在分屏模式下移动分隔线,使 activity 尺寸小于指定的最小值,则系统会将 activity 剪裁为用户请求的宽度。
- 引入于:
- API 级别 24
- 另请参阅:
<activity>
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-08-22\u3002"}