jguerinet / MyMartlet

Android version of the unofficial McGill app MyMartlet.
Apache License 2.0
10 stars 3 forks source link

Use ConstraintLayouts instead of many LinearLayouts #84

Closed AllanWang closed 6 years ago

AllanWang commented 7 years ago

Do not merge until tested

ConstraintLayouts are a new layout format focused on aligning inner views with respect to their neighbouring views. This reduces the need for many nested layouts, and offers more control than other ViewGroups

Currently ported to