android-constraint-layout-cheatsheet icon indicating copy to clipboard operation
android-constraint-layout-cheatsheet copied to clipboard

A demo application for Android ConstraintLayout with various usage with sample code.

Results 4 android-constraint-layout-cheatsheet issues
Sort by recently updated
recently updated
newest added

## 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...

enhancement
core

## 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...

enhancement
core

Take a look at https://github.com/kbiakov/CodeView-android or similar project.

ui/ux