I\'ve just updated my app from using SDK 23 to SDK 24.
A problem has arisen for my activities that have show the Up/Home arrow (i.e., getSupportActionBar().setDisp
getSupportActionBar().setDisp
This was answered in the Android Issues Tracker. The link is:
https://code.google.com/p/android/issues/detail?id=213826
Add app:contentInsetStartWithNavigation="0dp" to the toolbar view.
app:contentInsetStartWithNavigation="0dp"