Hey guys,
So I got the AppCompat example working (the one that uses MSMaterialDrawer - awesome work that) but now I'm seeing strange behaviour when using two activities instead of one. When you run this app, you will notice that the first activity shows the secondary colour(of the top bar) properly but it changes to blue when i move to the second activity.
In the AppCompat example, I added another activity that is exactly the same as the first one. The only change I made was not to build and show the drawer as in the first activity. I have added the #Extends: android.support.v7.app.ActionBarActivity directive to the second activity so that its set up properly.
Can someone please have a look and see what I need to change?
First Activity:
Second Activity: