androidx / constraintlayout

ConstraintLayout is an Android layout component which allows you to position and size widgets in a flexible way
Apache License 2.0
1.07k stars 177 forks source link

fix layout tag #649

Closed jafu888 closed 1 year ago

jafu888 commented 1 year ago

small fixes of missing attributes in the system

oscar-ad commented 1 year ago

androidx.constraintlayout.core.dsl.DslTest > testOnKeyPosition01 FAILED
    org.junit.ComparisonFailure at DslTest.java:155
androidx.constraintlayout.core.dsl.DslTest > testOnKeyPositions0 FAILED
    org.junit.ComparisonFailure at DslTest.java:211
androidx.constraintlayout.core.dsl.DslTest > testOnSwipe01 FAILED
    org.junit.ComparisonFailure at DslTest.java:91
androidx.constraintlayout.core.dsl.DslTest > testOnSwipe02 FAILED
    org.junit.ComparisonFailure at DslTest.java:118
androidx.constraintlayout.core.dsl.DslTest > testTransition01 FAILED
    org.junit.ComparisonFailure at DslTest.java:54
androidx.constraintlayout.core.dsl.DslTest > testTransition02 FAILED
    org.junit.ComparisonFailure at DslTest.java:70
jafu888 commented 1 year ago

androidx.constraintlayout.core.dsl.DslTest > testOnKeyPosition01 FAILED
    org.junit.ComparisonFailure at DslTest.java:155
androidx.constraintlayout.core.dsl.DslTest > testOnKeyPositions0 FAILED
    org.junit.ComparisonFailure at DslTest.java:211
androidx.constraintlayout.core.dsl.DslTest > testOnSwipe01 FAILED
    org.junit.ComparisonFailure at DslTest.java:91
androidx.constraintlayout.core.dsl.DslTest > testOnSwipe02 FAILED
    org.junit.ComparisonFailure at DslTest.java:118
androidx.constraintlayout.core.dsl.DslTest > testTransition01 FAILED
    org.junit.ComparisonFailure at DslTest.java:54
androidx.constraintlayout.core.dsl.DslTest > testTransition02 FAILED
    org.junit.ComparisonFailure at DslTest.java:70

Not related to this PR. It was updated by Shane