constraintlayout icon indicating copy to clipboard operation
constraintlayout copied to clipboard

ConstraintOverride documentation section is lacking information

Open ParticleCore opened this issue 1 year ago • 0 comments

The documentation available in https://github.com/androidx/constraintlayout/wiki/What%27s-New-in-2.1#constraintoverride has information missing, specifically the sentence ends with the information missing:

If you are changing where a view is anchored you need to use the

The what? There is nothing else after that point detailing what we need to use when changing where a view is anchored.

The example that is immediately below shows ConstraintOverride usage example, which is not to be used as the documentation explained, so we cannot infer that the example is meant to complete the sentence.

ParticleCore avatar Aug 15 '24 21:08 ParticleCore