The new Android design docs mention use of an Up caret: http://developer.android.com/design/patterns/actionbar.html
The up caret seems to be proper for navigation throughout Android – is there a proper way to add this caret? It seems unintuitive that I should just modify the icon image to include it.
Any help would be much appreciated!
You can also add the caret by setting setDisplayHomeAsUpEnabled(true) on the ActionBar. Be sure to react to the menu item when selected.