<ConstraintSet>

指定在動作中某個點的所有檢視畫面的位置和屬性 序列一般而言, <Transition>敬上 元素指向兩個 <ConstraintSet> 元素,一個定義 另一個定義結束

語法

<ConstraintSet
  id="@id/name">
  [ deriveConstraintsFrom="id" ]
    ...
</ConstraintSet>

屬性

deriveConstraintsFrom
(選用) 另一個 ConstraintSet 的 ID。指定時,所有限制 除非另有設定,否則其中的組合會套用至此ConstraintSet 會覆寫高估值
android:id
此限制組合的專屬 ID。<Transition> 需要這組 ID 才能 找出該動作序列的起點和終點。

必須包含

包含於