android-constraint-layout-cheatsheet
android-constraint-layout-cheatsheet copied to clipboard
A demo application for Android ConstraintLayout with various usage with sample code.
## WRAP_CONTENT : enforcing constraints (Added in 1.1) If a dimension is set to WRAP_CONTENT, in versions before 1.1 they will be treated as a literal dimension -- meaning, constraints...
## MATCH_CONSTRAINT dimensions (Added in 1.1) When a dimension is set to MATCH_CONSTRAINT, the default behavior is to have the resulting size take all the available space. Several additional modifiers...
Take a look at https://github.com/kbiakov/CodeView-android or similar project.