I\'m using the new toolbar from the Appcompat V7 library and I\'m making an application with navigation drawer and with fragments.
In some fragments I don\'t want to sho
in manifest add these lines under the activity you want the back arrow working
android:parentActivityName="Your parent activity name"