0

私はmotionLayoutを介して単純なアニメーションを実装しようとしています。目的はクリックして画像を移動することですが、制約セットはIDの重複を許可しません

<ConstraintSet android:id="@+id/starting_set">
        <Constraint
            android:id="@+id/tracker"
            app:layout_constraintBottom_toBottomOf="@+id/t1"
            tools:layout_editor_absoluteX="167dp"
            android:layout_width="wrap_content"
            android:layout_height="wrap_content"
            android:layout_marginBottom="4dp"
            />
 </ConstraintSet>

終了制約、重複の制約 ID (トラッカー) にエラーがあります

4

2 に答える 2