<ConstraintSet>
使用收藏夹保持井井有条 根据您的偏好保存和分类内容。
指定运动序列中某一点所有视图的位置和属性。通常,<Transition>
元素指向两个 <ConstraintSet>
元素,一个定义运动序列的开始,另一个定义结束。
语法
<ConstraintSet
id="@id/name">
[ deriveConstraintsFrom="id" ]
...
</ConstraintSet>
属性
deriveConstraintsFrom
- (可选) 另一个
ConstraintSet
的 ID。如果指定,则该集合中的所有约束都将应用于此 ConstraintSet
,除非此集合专门覆盖它们。
android:id
- 此约束集的唯一标识符。
<Transition>
需要此 ID 来识别运动序列的起点和终点。
必须包含
包含于
此页面上的内容和代码示例受内容许可中描述的许可证约束。Java 和 OpenJDK 是 Oracle 和/或其关联公司的商标或注册商标。
上次更新时间:2023-03-27 UTC。
[{ "type": "thumb-down", "id": "missingTheInformationINeed", "label":"缺少我需要的信息" },{ "type": "thumb-down", "id": "tooComplicatedTooManySteps", "label":"太复杂/步骤太多" },{ "type": "thumb-down", "id": "outOfDate", "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": "上次更新时间:2023-03-27 UTC。", "confidential": False }