After updating to com.android.support.constraint:constraint-layout:1.1.0
The constraint layout crashes saying:
All children of constraint layout should have ids to use constraint set
I have set ids to all views even then it's crashing.
java.lang.RuntimeException: All children of ConstraintLayout must have ids to use ConstraintSet at android.support.constraint.ConstraintSet.clone(ConstraintSet.java:687) at com.zoho.notebook.views.SettingsViewNavBar.showNoteSettingsView(SettingsViewNavBar.java:594) at com.zoho.notebook.views.SettingsViewNavBar.onClick(SettingsViewNavBar.java:303)