Missing "CriminalIntent" toolbar

Hello,

In the example in the book for CrimeDetailFragment there is a toolbar “CriminalIntent” at the top of the app but after following the instructions the toolbar is missing in my application. Does this have to do with an update?

It might be. Could you share the contents of your app/src/main/res/values/themes.xml file? I think that might be the spot where your issue could be.

Hi,

I found the error. It seems the toolbar is not included by default in newer versions so i just had to change it in the themes.xml file.

1 Like