Camera icon indicating copy to clipboard operation
Camera copied to clipboard

Using ConstraintLayout instead of nested LinearLayout s

Open 4shutosh opened this issue 3 years ago • 0 comments

Nested Views are slow and poorly performant.

We should always try to keep layouts single hierarchical. This is best possible using Constraint Layout.

activity_main, more_settings are some of the examples where we can work on this.

4shutosh avatar Jan 02 '22 18:01 4shutosh