Platform
Android Studio
Google Play
Jetpack
Docs
Blog
Download
What's New
User Guide
Preview
Home
Platform
Android Studio
Download
What's New
User Guide
Preview
Google Play
Docs
Blog
Download a Preview
Install Alongside Stable
New Features
Release Updates
Updates archive
►
2024
2024
(79)
►
októbra
októbra
(8)
►
septembra
septembra
(8)
►
augusta
augusta
(9)
►
júla
júla
(6)
►
júna
júna
(7)
►
mája
mája
(9)
►
apríla
apríla
(9)
►
marca
marca
(6)
►
februára
februára
(8)
►
januára
januára
(9)
►
2023
2023
(76)
►
decembra
decembra
(4)
►
novembra
novembra
(9)
►
októbra
októbra
(7)
►
septembra
septembra
(8)
►
augusta
augusta
(3)
►
júla
júla
(4)
►
júna
júna
(6)
►
mája
mája
(10)
►
apríla
apríla
(4)
►
marca
marca
(7)
►
februára
februára
(9)
►
januára
januára
(5)
►
2022
2022
(59)
►
decembra
decembra
(3)
►
novembra
novembra
(5)
►
októbra
októbra
(8)
►
septembra
septembra
(4)
►
augusta
augusta
(4)
►
júla
júla
(2)
►
júna
júna
(7)
►
mája
mája
(6)
►
apríla
apríla
(5)
►
marca
marca
(6)
►
februára
februára
(5)
►
januára
januára
(4)
►
2021
2021
(54)
►
decembra
decembra
(3)
►
novembra
novembra
(2)
►
októbra
októbra
(6)
►
septembra
septembra
(4)
►
augusta
augusta
(5)
►
júla
júla
(8)
►
júna
júna
(4)
►
mája
mája
(5)
►
apríla
apríla
(1)
►
marca
marca
(7)
►
februára
februára
(4)
►
januára
januára
(5)
▼
2020
2020
(107)
►
decembra
decembra
(7)
►
novembra
novembra
(3)
▼
októbra
októbra
(8)
ConstraintLayout 2.0.4
ConstraintLayout 2.0.3
Android Studio 4.2 Canary 15 available
Android Studio 4.2 Canary 14 available
Android Studio 4.1 available in the Stable channel
ConstraintLayout 2.0.2
Android Studio 4.0.2 available
Android Studio 4.2 Canary 13 available
►
septembra
septembra
(6)
►
augusta
augusta
(11)
►
júla
júla
(14)
►
júna
júna
(10)
►
mája
mája
(12)
►
apríla
apríla
(11)
►
marca
marca
(11)
►
februára
februára
(6)
►
januára
januára
(8)
►
2019
2019
(145)
►
decembra
decembra
(16)
►
novembra
novembra
(12)
►
októbra
októbra
(10)
►
septembra
septembra
(13)
►
augusta
augusta
(12)
►
júla
júla
(6)
►
júna
júna
(9)
►
mája
mája
(18)
►
apríla
apríla
(14)
►
marca
marca
(12)
►
februára
februára
(10)
►
januára
januára
(13)
►
2018
2018
(128)
►
decembra
decembra
(13)
►
novembra
novembra
(12)
►
októbra
októbra
(10)
►
septembra
septembra
(10)
►
augusta
augusta
(16)
►
júla
júla
(10)
►
júna
júna
(13)
►
mája
mája
(9)
►
apríla
apríla
(11)
►
marca
marca
(12)
►
februára
februára
(9)
►
januára
januára
(3)
►
2017
2017
(48)
►
decembra
decembra
(3)
►
novembra
novembra
(2)
►
októbra
októbra
(8)
►
septembra
septembra
(3)
►
augusta
augusta
(4)
►
júla
júla
(3)
►
júna
júna
(3)
►
mája
mája
(4)
►
apríla
apríla
(5)
►
marca
marca
(5)
►
februára
februára
(6)
►
januára
januára
(2)
►
2016
2016
(5)
►
decembra
decembra
(3)
►
novembra
novembra
(2)
Subscribe to updates
Príspevky
Atom
Príspevky
Android Developers
Android Studio
Preview
Release Updates
ConstraintLayout 2.0.3
utorok 27. októbra 2020
ConstraintLayout 2.0.3 is now available on the google maven repository:
dependencies {
implementation 'androidx.constraintlayout:constraintlayout:2.0.3'
}
or if using the android.support packages:
dependencies {
implementation 'com.android.support.constraint:constraint-layout:2.0.3'
}
Documentation & Examples
Documentation is available on
https://developer.android.com/reference/androidx/constraintlayout/widget/ConstraintLayout
and
https://developer.android.com/reference/androidx/constraintlayout/motion/widget/MotionLayout
Examples are available on
https://github.com/android/views-widgets-samples/tree/master/ConstraintLayoutExamples
Source is available on
https://github.com/AndroidX/constraintlayout
Bugfixes
This releases fixes a few issues. It is recommended to update to this version.
Windows insets handling
Handling of dimension ratio in some situations (regression in 2.0.2)
Crash with some RTL layouts (regression in 2.0.2)
List of issues closed with this release:
Can not set view visibility in InsetsListener callback without request layout
169262776
ConstraintLayout 2.0.2 broke layout_constraintDimensionRatio
170313444
Internal crash when solving constraints in 2.0.2
170316875
Broken app:layout_constraintWidth_max="wrap" in version 2.0.2
170541907
NPE on VelocityTracker when swiping view in RecyclerView
170727611
In 2.0.2, children with layout_width="0dp", and managed by a vertical Flow, do not match the Flow's width
170884549
Elements not shown when using barrier and ConstraintLayout height is set to wrap_content
171458571
View height issue when using layout_constrainedHeight
170189141
MotionLayout crashes in onAttachedToWindow() if applyMotionScene="false" or if no layout description specified
171053913
layout_constraintHorizontal_bias RTL
171334510