You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ConstraintLayout has proved by google that it performs about 40% better in the measure/layout phase than RelativeLayout.
I will be happy to work on this feature.
The text was updated successfully, but these errors were encountered:
Thanks for your interest in helping improve Book Dash!
I'm weary for all the layouts to be replaced at once. Some layouts won't be able to be replaced just yet as well - for instance CoordinatorLayout. There is no equivalent using ConstraintLayout without implementing the behaviours from scratch.
You are welcome to do one by one with a pull request for each one, but just bear in mind that some wont be able to be changed just yet.
ConstraintLayout
has proved by google that it performs about 40% better in the measure/layout phase thanRelativeLayout
.I will be happy to work on this feature.
The text was updated successfully, but these errors were encountered: