TeamAmaze / AmazeFileManager

Material design file manager for Android
https://teamamaze.xyz
GNU General Public License v3.0
5.33k stars 1.58k forks source link

Move layouts to ConstraintLayout #983

Open EmmanuelMess opened 6 years ago

EmmanuelMess commented 6 years ago

Use ConstraintLayout, it will help with some really deeply nested layouts (that affect performance) and they are easily editable from the Layout Editor's visual tools.

VishalNehra commented 2 years ago

This is being done to all new layouts.

EmmanuelMess commented 2 years ago

This should be done to all old layouts too.