Skip to content Skip to sidebar Skip to footer

Collapsingtoolbarlayout Could Not Be Instantiated

For the past few months I have been using Collapsing Toolbar Layout with no problem. However today, this error pops up whenever I open the xml file. The exact error reads: The fol

Solution 1:

Remove

app:collapsedTitleTextAppearance="@color/black

Instead of this, to change title colors, use one of methods described here:

Correct way to change Collapseble Toolbar title

Also update your Android Support Libraries to 24.2.1 version.

Post a Comment for "Collapsingtoolbarlayout Could Not Be Instantiated"